CHANGELOG 24.79 KiB
mkdocs-material 4.6.3 (2020-02-14)
  * Removed optional third-party plugins from requirements.txt
  * Updated Docker image to contain all supported third-party plugins
mkdocs-material 4.6.2 (2020-02-08)
  * Added Romanian translations
  * Fixed #1451: Inconsistent spacing for fenced code blocks
mkdocs-material 4.6.1 (2020-02-08)
  * Fixed #1324: Metadata author only rendering first character
  * Fixed #1393: Set tabindex to 0 for skip to content link
  * Fixed code blocks after Markdown 3.2 release
  * Fixed errors in Japanese translations
  * Improved Google Lighthouse score
mkdocs-material 4.6.0 (2019-12-11)
  * Added support for mkdocs-git-revision-date-localized-plugin
  * Fixed invalid character in Google Fonts URL
mkdocs-material-4.5.1 (2019-12-02)
  * Added Thai translations
  * Fixed missing assets in GitHub release .zip and .tar.gz
mkdocs-material-4.5.0 (2019-11-16)
  * Upgraded EmojiOne to Tweomji due to licensing issues
  * Temporarily pinned PyMdown and Markdown due to upcoming changes
  * Improved GitHub statistics retrieval
  * Fixed errors in Greek translations
mkdocs-material-4.4.3 (2019-10-03)
  * Added Estonian translations
  * Fixed removal of copyright banners in minified JavaScript
  * Removed unnecessary title attributes from links in table of contents
mkdocs-material-4.4.2 (2019-08-27)
  * Added Afrikaans translations
  * Fixed broken page title when h1 contained HTML tags
  * Improved accessibility for IE users
  * Removed unnecessary title attributes from links in navigation
mkdocs-material-4.4.1 (2019-08-22)
  * Added support for black as a primary color
  * Fixed broken footer bar when h1 contained HTML tags
mkdocs-material-4.4.0 (2019-06-15)
  * Added Slovenian translations
  * Reverted template minification in favor of mkdocs-minify-plugin
  * Fixed #1114: Tabs don't reappear when default font-size is smaller than 16
mkdocs-material-4.3.1 (2019-05-23)
  * Fixed spelling error in Danish translations
mkdocs-material-4.3.0 (2019-05-17)
  * Added support for changing header through metadata title property
  * Added font-display: swap to Google Font loading logic
  * Removed whitespace from templates, saving 4kb (.7kb gzipped) per request
  * Fixed alignment of repository icons on tablet and desktop
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
mkdocs-material-4.2.0 (2019-04-28) * Added Norwegian (Nynorsk) translations * Fixed loss of focus in non-form input elements due to search hotkeys * Fixed #1067: Search hotkeys not working for mobile/tablet screensize * Fixed #1068: Search not correctly aligned for tablet screensize mkdocs-material-4.1.2 (2019-04-16) * Fixed #1072: HTML tags appearing in navigation link titles mkdocs-material-4.1.1 (2019-03-28) * Fixed minor CSS errors detected during validation mkdocs-material-4.1.0 (2019-03-22) * Fixed #1023: Search for Asian languages broken after Lunr.js update * Fixed #1026: contenteditable elements loose focus on hotkeys mkdocs-material-4.0.2 (2019-03-01) * Fixed #1012: HTML character entities appear in search result titles mkdocs-material-4.0.1 (2019-02-13) * Fixed #762, #816: Glitch in sidebar when collapsing items * Fixed #869: Automatically expand details before printing mkdocs-material-4.0.0 (2019-02-13) * Added background on hover for table rows * Removed Google Tag Manager and reverted to Google Analytics * Removed blocks in partials - Jinja doesn't support them * Fixed #911: Chrome breaks layout if system language is Chinese [BREAKING] * Fixed #976: Removed FastClick mkdocs-material-3.3.0 (2019-01-29) * Moved Google Analytics integration into `head` using Google Tag Manager * Fixed #972: Unicode slugifier breaks table of contents blur on scroll * Fixed #974: Additional links in table of contents break blur on scroll mkdocs-material-3.2.0 (2018-12-28) * Added support for redirects using metadata refresh * Fixed #921: Load Google Analytics snippet asynchronously mkdocs-material-3.1.0 (2018-11-17) * Added support for Progressive Web App Manifest * Fixed #915: Search bug in Safari (upgraded Lunr.js) mkdocs-material-3.0.6 (2018-10-26) * Added Taiwanese translations * Fixed #906: JavaScript code blocks evaluated in search results mkdocs-material-3.0.5 (2018-10-23) * Added Croatian and Indonesian translations * Fixed #899: Skip-to-content link invalid from 2nd level on * Fixed #902: Missing URL filter in footer for FontAwesome link mkdocs-material-3.0.4 (2018-09-03) * Updated Dutch translations * Fixed #856: Removed preconnect meta tag if Google Fonts are disabled mkdocs-material-3.0.3 (2018-08-07)
141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
* Fixed #841: Additional path levels for extra CSS and JS mkdocs-material-3.0.2 (2018-08-06) * Fixed #839: Lunr.js stemmer imports incorrect mkdocs-material-3.0.1 (2018-08-05) * Fixed #838: Search result links incorrect mkdocs-material-3.0.0 (2018-08-05) * Upgraded MkDocs to 1.0 [BREAKING] * Upgraded Python in official Docker image to 3.6 * Added Serbian and Serbo-Croatian translations mkdocs-material-2.9.4 (2018-07-29) * Fixed build error after MkDocs upgrade mkdocs-material-2.9.3 (2018-07-29) * Added link to home for logo in drawer * Fixed dependency problems between MkDocs and Tornado mkdocs-material-2.9.2 (2018-06-29) * Added Hindi and Czech translations mkdocs-material-2.9.1 (2018-06-18) * Added support for different spellings for theme color * Fixed #799: Added support for web font minification in production * Fixed #800: Added .highlighttable as an alias for .codehilitetable mkdocs-material-2.9.0 (2018-06-13) * Added support for theme color on Android * Fixed #796: Rendering of nested tabbed code blocks mkdocs-material-2.8.0 (2018-06-10) * Added support for grouping code blocks with tabs * Added Material and FontAwesome icon fonts to distribution files (GDPR) * Added note on compliance with GDPR * Added Slovak translations * Fixed #790: Prefixed id attributes with "__" to avoid name clashes mkdocs-material-2.7.3 (2018-04-26) * Added Finnish translations mkdocs-material-2.7.2 (2018-04-09) * Fixed rendering issue for details on Edge mkdocs-material-2.7.1 (2018-03-21) * Added Galician translations * Fixed #730: Scroll chasing error on home page if Disqus is enabled * Fixed #736: Reset drawer and search upon back button invocation mkdocs-material-2.7.0 (2018-03-06) * Added ability to set absolute URL for logo * Added Hebrew translations mkdocs-material-2.6.6 (2018-02-22)
211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
* Added preconnect for Google Fonts for faster loading * Fixed #710: With tabs sidebar disappears if JavaScript is not available mkdocs-material-2.6.5 (2018-02-22) * Reverted --dev-addr flag removal from Dockerfile mkdocs-material-2.6.4 (2018-02-21) * Added Catalan translations * Fixed incorrect margins for buttons in Firefox and Safari * Replaced package manager yarn with npm 5.6 * Reverted GitHub stars rounding method * Removed --dev-addr flag from Dockerfile for Windows compatibility mkdocs-material-2.6.3 (2018-02-18) * Added Vietnamese translations mkdocs-material-2.6.2 (2018-02-12) * Added Arabic translations * Fixed incorrect rounding of amount of GitHub stars * Fixed double-layered borders for tables mkdocs-material-2.6.1 (2018-02-11) * Added ability to override Disqus integration using metadata * Fixed #690: Duplicate slashes in source file URLs * Fixed #696: Active page highlight not working with default palette * Adjusted German translations mkdocs-material-2.6.0 (2018-02-02) * Moved default search configuration to default translation (English) * Added support to automatically set text direction from translation * Added support to disable search stop word filter in translation * Added support to disable search trimmer in translation * Added Persian translations * Fixed support for Polish search * Fixed disappearing GitHub, GitLab and Bitbucket repository icons mkdocs-material-2.5.5 (2018-01-31) * Added Hungarian translations mkdocs-material-2.5.4 (2018-01-29) * Fixed #683: gh-deploy fails inside Docker mkdocs-material-2.5.3 (2018-01-25) * Added Ukrainian translations mkdocs-material-2.5.2 (2018-01-22) * Added default search language mappings for all localizations * Fixed #673: Error loading non-existent search language * Fixed #675: Uncaught reference error when search plugin disabled mkdocs-material-2.5.1 (2018-01-20) * Fixed permalink for main headline * Improved missing translation handling with English as a fallback * Improved accessibility with skip-to-content link mkdocs-material-2.5.0 (2018-01-13) * Added support for right-to-left languages