Select Git revision
contributing.md
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
release-notes.md 15.88 KiB
Release notes
Upgrading
To upgrade Material to the latest version, use pip:
pip install --upgrade mkdocs-material
To determine the currently installed version, use the following command:
pip show mkdocs-material | grep -E ^Version
# Version 1.10.3
Changelog
1.10.3 _ October 11, 2017
- Fixed #484: Fixed vertical scrollbar on some MathJax formulas
- Fixed #483: Fixed footnote backref target offset regression
1.10.2 _ October 6, 2017
- Fixed #468: Sidebar shows scrollbar if content is shorter (in Safari)
1.10.1 _ September 14, 2017
- Fixed #455: Bold code blocks rendered with normal font weight
1.10.0 _ September 1, 2017
- Added support to make logo default icon configurable
- Fixed uninitialized overflow scrolling on main pane for iOS
- Fixed error in mobile navigation in case JavaScript is not available
- Fixed incorrect color transition for nested panes in mobile navigation
- Improved checkbox styles for Tasklist from PyMdown Extension package
1.9.0 _ August 29, 2017
- Added
info
(synonym:todo
) style for Admonition - Added
question
(synonym:help
,faq
) style for Admonition - Added support for Details from PyMdown Extensions package
- Improved Admonition styles to match Details
- Improved styles for social links in footer
- Replaced ligatures with Unicode code points to avoid broken layout
- Upgraded PyMdown Extensions package dependency to >= 3.4
1.8.1 _ August 7, 2017
- Fixed #421: Missing pagination for GitHub API