|
| 1 | +mkdocs-material-9.2.0 (2023-08-21) |
| 2 | + |
| 3 | + Additions and improvements |
| 4 | + |
| 5 | + * Added blogging support via built-in blog plugin |
| 6 | + * Added support for Chinese language segmentaiton in search plugin |
| 7 | + * Added support for adding custom dates to blog posts |
| 8 | + * Added support for paginating archive and category pages |
| 9 | + * Added support for annotations (outside of code blocks) |
| 10 | + * Added support for navigation icons |
| 11 | + * Added support for navigation pruning |
| 12 | + * Added support for navigation status |
| 13 | + * Added support for customizing site icons |
| 14 | + * Added support for customizing (code) annotation icons |
| 15 | + * Added focus outline to admonitions and details |
| 16 | + * Added prompt for bug report name to info plugin |
| 17 | + * Added Luxembourgish translations |
| 18 | + * Improved rendering of (code) annotation markers |
| 19 | + * Improved print styles for (code) annotations |
| 20 | + * Improved customizability of navigation tabs |
| 21 | + * Improved interop of plugins with external tools like mike |
| 22 | + * Improved interop of blog plugin with awesome pages plugin |
| 23 | + * Improved header partial by moving buttons into separate partials |
| 24 | + * Improved clarity of site_url warning in social plugin |
| 25 | + * Improved blog plugin to automatically setup directory structure |
| 26 | + * Switched info plugin to importlib to mitigate deprecations |
| 27 | + * Automatically download ResizeObserver polyfill when necessary |
| 28 | + * Automatically add iframe-worker polyfill when necessary in offline plugin |
| 29 | + * Automatically focus and bring up keyboard on touch devices |
| 30 | + * Updated Serbo-Croatian translations |
| 31 | + * Updated MkDocs to 1.5.2 |
| 32 | + |
| 33 | + Removals |
| 34 | + |
| 35 | + * Removed Universal Analytics integration |
| 36 | + * Removed ancient polyfills to reduce size of bundled JavaScript by 20% |
| 37 | + * Removed necessity for Array.flat and Array.flatMap polyfill |
| 38 | + * Removed announcement bar button when JavaScript is not available |
| 39 | + |
| 40 | + Fixes |
| 41 | + |
| 42 | + * Fixed rendering of tags when announcement bar is present |
| 43 | + * Fixed tags plugin rendering pages excluded by other plugins |
| 44 | + * Fixed #5132: Blog plugin requires nav entry in mkdocs.yml |
| 45 | + * Fixed #5599: Insufficient contrast for default link color |
| 46 | + * Fixed #5715: Blog plugin missing integrated table of contents in pagination |
| 47 | + * Fixed #5806: Version selector not hoverable on some Android devices |
| 48 | + * Fixed #5826: Blog post drafts with tags show up in tags index |
| 49 | + |
1 | 50 | mkdocs-material-9.1.21+insiders-4.39.0 (2023-08-01)
|
2 | 51 |
|
3 | 52 | * Added support for hoisting theme media files when building projects
|
@@ -46,6 +95,24 @@ mkdocs-material-9.1.18+insiders-4.37.0 (2023-07-07)
|
46 | 95 | * Fixed jumping of content tabs anchor links when instant loading is enabled
|
47 | 96 | * Fixed #5676: Optimize plugin doesn't check for pngquant
|
48 | 97 |
|
| 98 | +mkdocs-material-9.2.0 (2023-07-06) |
| 99 | + |
| 100 | + * Added blogging support via built-in blog plugin |
| 101 | + * Added Chinese language support to built-in search plugin |
| 102 | + * Added support for annotations (outside of code blocks) |
| 103 | + * Added support for navigation icons |
| 104 | + * Added support for navigation pruning |
| 105 | + * Added support for navigation status |
| 106 | + * Added support for customizing site icons |
| 107 | + * Improved rendering of (code) annotation markers |
| 108 | + * Improved print styles for (code) annotations |
| 109 | + * Improved customizability of navigation tabs |
| 110 | + * Removed Universal Analytics integration |
| 111 | + * Removed ancient polyfills to reduce size of bundled JavaScript by 20% |
| 112 | + * Removed necessity for Array.flat and Array.flatMap polyfill |
| 113 | + * Removed announcement bar button when JavaScript is not available |
| 114 | + * Automatically download ResizeObserver polyfill when necessary |
| 115 | + |
49 | 116 | mkdocs-material-9.1.18 (2023-07-03)
|
50 | 117 |
|
51 | 118 | * Updated Danish translations
|
|
0 commit comments