Select Git revision
resource.go
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
1.8.0 _ August 2, 2017
- Added support for lazy-loading of search results for better performance
- Added support for customization of search tokenizer/separator
- Fixed #424: Search doesn't handle capital letters anymore
- Fixed #419: Search doesn't work on whole words
1.7.5 _ July 25, 2017
- Fixed #398: Forms broken due to search shortcuts
- Improved search overall user experience
- Improved search matching and highlighting
- Improved search accessibility
1.7.4 _ June 21, 2017
- Fixed functional link colors in table of contents for active palette
- Fixed #368: Compatibility issues with IE11
1.7.3 _ June 7, 2017
- Fixed error when setting language to Japanese for site search
1.7.2 _ June 6, 2017
- Fixed offset of search box when
repo_url
is not set - Fixed non-disappearing tooltip
1.7.1 _ June 1, 2017
- Fixed wrong
z-index
order of header, overlay and drawer - Fixed wrong offset of targeted footnote back references
1.7.0 _ June 1, 2017
- Added "copy to clipboard" buttons to code blocks
- Added support for multilingual site search
- Fixed search term highlighting for non-latin languages
1.6.4 _ May 24, 2017
- Fixed #337: JavaScript error for GitHub organization URLs
1.6.3 _ May 16, 2017
- Fixed #329: Broken source stats for private or unknown GitHub repos
1.6.2 _ May 15, 2017
- Fixed #316: Fatal error for git clone on Windows
- Fixed #320: Chrome 58 creates double underline for
abbr
tags - Fixed #323: Ligatures rendered inside code blocks
- Fixed miscalculated sidebar height due to missing margin collapse
- Changed deprecated MathJax CDN to Cloudflare