Releases: MR-Addict/mdbook-embedify
v0.2.15
Fix
- Remove comments inside template
<script>
and<style>
block before minify
Full Changelog: 0.2.14...0.2.15
v0.2.14
Features
- Support custom app
- Include app updated
- File path now relative to book
root
directory - Insert type changed to
raw
andcodeblock
for better clarification
- File path now relative to book
Full Changelog: 0.2.13...0.2.14
v0.2.13
v0.2.12
v0.2.12-rc.4
Fix
- Fix markdown code block wrapping
- Minify embedify html content
v0.2.12-rc.3
v0.2.11
Fix release
There is an known issue with blank new lines in templates file, for example announcement banner and scroll to top button.
So I remove all all of them from templates to avoid unexpected mdbook rendering.
v0.2.10
This release is all about dark mode, which makes plugin apps fit better into different themes.
Now two of the apps support dynamically update theme based your book's, which are:
- Announcement banner
- Giscus
Announcement banner
Originally announcement banner support four themes(default, ocean, forest, lava). But these themes don't fit into dark mode. Now all of them have two types of the theme, light mode and dark mode, for example, light mode ocean and dark mode ocean. It will automatically switch between them based on your book's theme, so you don't need to make any changes with this app.
Giscus
Like announcement banner, giscus app now adds a new theme called book, which will dynamically use the theme based on your book's. It still support light and dark theme, but these themes won't change when your book's does. More information on giscus docs
v0.2.9
v0.2.8
Feature added
- New Vimeo app supported
Refacotr
- Exclude docs from cargo package