Releases: adrienbrignon/mkdocs-exporter
Releases · adrienbrignon/mkdocs-exporter
v4.1.0
v4.0.2
v4.0.1
Changelog
- Updated dependencies
mkdocs/exporter/pdf
:- Resolved some encoding issues (#8)
Full changelog: v4.0.0...v4.0.1
v4.0.0
Changelog
mkdocs/exporter/extras
:- The configuration is now passed as argument when resolving button's attributes through a function.
mkdocs/exporter/pdf
:- Prevented the download link from being broken when not using the
use_directory_urls
option.
- Prevented the download link from being broken when not using the
Full changelog: v3.1.1...v4.0.0
v3.1.1
Changelog
mkdocs/exporter/pdf
:- Paged.js now explicitly tells Playwright that a page is ready to be printed; this should prevent documents from being mangled under some circumstances.
Full changelog: v3.1.0...v3.1.1
v3.1.0
Changelog
mkdocs/exporter
- Updated dependencies
- Enhanced documentation entries
mkdocs/exporter/pdf
- Introducing browser's
debug
mode - Enhanced logging messages
- Introducing browser's
Full changelog: v3.0.3...v3.1.0
v3.0.3
Changelog
mkdocs/exporter/pdf
:- No longer expunging
script
tags during print (resolves #6)
- No longer expunging
Full changelog: v3.0.2...v3.0.3
v3.0.2
Changelog
- Fixed issues with the event loop when other plugins were interacting with it (#3).
Full changelog: v3.0.1...v3.0.2
v3.0.1
Changelog
- Support for custom themes (based either on
material
orreadthedocs
)- The
mkdocs/exporter
plugin now supports atheme
property in its configuration to override the MkDocstheme.name
property
- The
Full changelog: v3.0.0...v3.0.1