Releases: adrienbrignon/mkdocs-exporter
Releases · adrienbrignon/mkdocs-exporter
v2.0.2
v2.0.1
v2.0.0
Changelog
- The plugin now supports themes
- Currently,
material
andreadthedocs
are officially supported
- Currently,
- Changed buttons definition
- You can now specify custom HTML attributes using the
attributes
property
- You can now specify custom HTML attributes using the
- Updated
Paged.js
from version0.4.1
to0.4.2
- Updated documentation
Full changelog: v1.3.0...v2.0.0
v1.3.0
Changelog:
- Improved documentation
- You can now define buttons on a per-page basis (documentation)
- Buttons can now use pre-defined icons and emojis
- Renamed PDF documents to match their HTML counterpart
Full changelog: v1.2.2...v1.3.0
v1.2.2
Changelog
mkdocs/exporter/pdf
:- Fixed wrong condition controlling cover pages visibility
Full changelog: v1.2.1...v1.2.2
1.2.1
Changelog
mkdocs/exporter/pdf
:- Resolved an error when generating PDF files
Full changelog: v1.2.0...v1.2.1
v1.2.0
Changelog
docs
:- Slightly improved the documentation
mkdocs/exporter/pdf
:- Cover pages can now be defined per page
- Cover pages can now be hidden completely or individually
- Miscellaneous enhancements and fixes
Full changelog: v1.1.0...v1.2.0
v1.1.0
Changelog
mkdocs/exporter/pdf
:- Explicit mode: define explicitly all pages that should be rendered as PDF
- Misc. fixes: URLs resolution, cover pages, compatiblity with theme...
v1.0.2
Changelog
mkdocs/exporter/pdf
: Respect theenabled
configuration value
v1.0.1
Changelog
- Improved compatibility with other dependencies
- Now linting the source code with
flake8