Releases: tommilligan/mdbook-admonish
Releases · tommilligan/mdbook-admonish
v1.11.1
1.11.1
Fixed
- Reverted internal dependency upgrades that unintentionally increased MSRV from 1.66.0 in 1.11.0
v1.11.0
v1.10.2
v1.10.1
v1.10.0
1.10.0
Changed
- MSRV (minimum supported rust version) is now 1.66.0 for mdbook v0.4.32 (#109)
Added
- Support
mdbook test
running doctests inside admonish blocks. Opt-in to this by settingrenderer.test.action_mode = "strip"
(#109) - Log a warning when an invalid admonish block is encountered (#109)
Fixed
- Document all
book.toml
configuration options in the reference, some of which were previously undocumened (#109)
v1.9.0
Changed
- Styles updated to
^2.0.1
. Runmdbook-admonish install
to update. - MSRV (minimum supported rust version) is now 1.64.0 for clap v4 (#79)
- More verbose error messages for invalid TOML configurations (#79)
Added
- User can set book-wide default for title and collapsible properties (#84), thanks to @ShaunSHamilton
Fixed
v1.8.0
Changed
- MSRV (minimum supported rust version) is now 1.60.0 for clap v4
v1.7.0
Changed
- Required styles version is now
^2.0.0
(release1.7.0
). Runmdbook-admonish install
to update.
Added
- Support key/value configuration (#24, thanks @gggto and @schungx for design input)
- Support collapsiable admonition bodies (#26, thanks @gggto for the suggestion and implementation!)
- Make anchor links hoverable (#27)
- Better handling for misconfigured admonitions (#25)
- Nicer in-book error messages
- Option to fail the build instead
v1.6.0
Please note: If updating from an older version, this release requires mdboook-admonish install
to be rerun after installation.
This behaviour is documented in the readme here, and may appear in any future minor version release.
Changed
- Required styles version is now
^1.0.0
(release1.6.0
). Runmdbook-admonish install
to update.