You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about/release-notes.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,23 @@ The current and past members of the MkDocs team.
27
27
*[@oprypin](https://github.com/oprypin/)
28
28
*[@ultrabug](https://github.com/ultrabug/)
29
29
30
+
## Version 1.4.3 (2023-05-02)
31
+
32
+
* Bugfix: for the `hooks` feature, modules no longer fail to load if using some advanced Python features like dataclasses (#3193)
33
+
34
+
* Bugfix: Don't create `None` sitemap entries if the page has no populated URL - affects sites that exclude some files from navigation ([`07a297b`](https://github.com/mkdocs/mkdocs/commit/07a297b3b4de4a1b49469b1497ee34039b9f38fa))
35
+
36
+
* "readthedocs" theme:
37
+
* Accessibility: add aria labels to Home logo (#3129) and search inputs (#3046)
38
+
* "readthedocs" theme now supports `hljs_style:` config, same as "mkdocs" theme (#3199)
39
+
40
+
* Translations:
41
+
* Built-in themes now also support Indonesian language (#3154)
42
+
* Fixed `zh_CN` translation (#3125)
43
+
*`tr_TR` translation becomes just `tr` - usage should remain unaffected (#3195)
44
+
45
+
See [commit log](https://github.com/mkdocs/mkdocs/compare/1.4.2...1.4.3).
0 commit comments