Skip to content

Releases: MR-Addict/mdbook-embedify

v0.2.15

03 Jun 06:27
Compare
Choose a tag to compare

Fix

  • Remove comments inside template <script> and <style> block before minify

Full Changelog: 0.2.14...0.2.15

v0.2.14

30 May 08:06
Compare
Choose a tag to compare

Features

  • Support custom app
  • Include app updated
    • File path now relative to book root directory
    • Insert type changed to raw and codeblock for better clarification

Full Changelog: 0.2.13...0.2.14

v0.2.13

07 May 08:43
Compare
Choose a tag to compare

Feautres

  • include now app supports insert type and range two options

v0.2.12

22 Apr 09:07
Compare
Choose a tag to compare

Features

Refactor

  • Minify html content while inserting
  • Rewrite the syntax parser with rust pest

v0.2.12-rc.4

17 Apr 05:09
Compare
Choose a tag to compare
v0.2.12-rc.4 Pre-release
Pre-release

Fix

  • Fix markdown code block wrapping
  • Minify embedify html content

v0.2.12-rc.3

16 Apr 07:56
Compare
Choose a tag to compare
v0.2.12-rc.3 Pre-release
Pre-release

Features

Refactor

  • Rewrite the parser with rust pest

v0.2.11

02 Aug 04:42
Compare
Choose a tag to compare

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

01 Aug 15:08
Compare
Choose a tag to compare

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

25 Jul 02:42
Compare
Choose a tag to compare

Docs

  • Add how to add more apps for developers to docs, details on more apps

App

  • Upgrade some packages

v0.2.8

24 Feb 13:47
Compare
Choose a tag to compare

Feature added

  • New Vimeo app supported

Refacotr

  • Exclude docs from cargo package