Releases: squidfunk/mkdocs-material
Releases · squidfunk/mkdocs-material
mkdocs-material-1.6.1
- Fixed following of active/focused element if search input is focused
- Fixed layer order of search component elements
mkdocs-material-1.6.0
- Added build test for Docker image on Travis
- Added search overlay for better user experience (focus)
- Added language from localizations to
html
tag - Fixed #270: source links broken for absolute URLs
- Fixed missing top spacing for first targeted element in content
- Fixed too small footnote divider when using larger font sizes
mkdocs-material-1.5.5
- Fixed #282: Browser search (META+F) is hijacked
mkdocs-material-1.5.4
- Fixed broken highlighting for two or more search terms
- Fixed missing search results when only a
h1
is present - Fixed unresponsive overlay on Android
mkdocs-material-1.5.3
- Fixed deprecated calls for template variables
- Fixed wrong palette color for focused search result
- Fixed JavaScript errors on 404 page
- Fixed missing top spacing on 404 page
- Fixed missing right spacing on overflow of source container
mkdocs-material-1.5.2
- Added requirements as explicit dependencies in
setup.py
- Fixed non-synchronized transitions in search form
mkdocs-material-1.5.1
- Fixed rendering and offset of targetted footnotes
- Fixed #238: Link on logo is not set to
site_url
mkdocs-material-1.5.0
- Added support for localization of search placeholder
- Added keyboard events for quick access of search
- Added keyboard events for search control
- Added opacity on hover for search buttons
- Added git hook to skip CI build on non-src changes
- Fixed non-resetting search placeholder when input is cleared
- Fixed error for unescaped parentheses in search term
- Fixed #229: Button to clear search missing
- Fixed #231: Escape key doesn't exit search
- Removed old-style figures from font feature settings
mkdocs-material-1.4.1
- Fixed invalid destructuring attempt on NodeList (in Safari, Edge, IE)
mkdocs-material-1.4.0
- Added support for grouping searched sections by documents
- Added support for highlighting of search terms
- Added support for localization of search results
- Fixed #216: table of contents icon doesn't show if
h1
is not present - Reworked style and layout of search results for better usability