diff --git a/CHANGELOG b/CHANGELOG index a5df10548..8ac6960e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +mkdocs-material-9.4.10+insiders-4.43.1 (2023-11-19) + + * Added third-party theme support in projects plugin, improving editing + * Fixed #6360: Projects plugin crashes when theme is not Material for MkDocs + * Fixed #6306: Projects plugin not reloading nested project configuration + +mkdocs-material-9.4.10 (2023-11-19) + + * Fixed #6356: Version selector can't be disabled via mike's configuration + * Fixed #6281: Navigation not rendering due to Safari bug (9.4.2 regression) + * Fixed #6261: Navigation expansion animates on first load (9.4.2 regression) + mkdocs-material-9.4.9 (2023-11-17) * Fixed #6344: Long entries cutoff in table of contents diff --git a/docs/changelog/index.md b/docs/changelog/index.md index dcb216937..df14aefa4 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,12 @@ ## Material for MkDocs +### 9.4.10 November 19, 2023 { id="9.4.10" } + +- Fixed #6356: Version selector can't be disabled via mike's configuration +- Fixed #6281: Navigation not rendering due to Safari bug (9.4.2 regression) +- Fixed #6261: Navigation expansion animates on first load (9.4.2 regression) + ### 9.4.9 November 17, 2023 { id="9.4.9" } - Fixed #6344: Long entries cutoff in table of contents diff --git a/docs/insiders/changelog/index.md b/docs/insiders/changelog/index.md index 5eab20712..ab52d0cd6 100644 --- a/docs/insiders/changelog/index.md +++ b/docs/insiders/changelog/index.md @@ -2,6 +2,12 @@ ## Material for MkDocs Insiders +### 4.43.1 November 19, 2023 { id="4.43.1" } + +- Added third-party theme support in projects plugin, improving editing +- Fixed #6360: Projects plugin crashes when theme is not Material for MkDocs +- Fixed #6306: Projects plugin not reloading nested project configuration + ### 4.43.0 November 5, 2023 { id="4.43.0" } - Added support for GitLab committers (document contributors) diff --git a/material/__init__.py b/material/__init__.py index ee18a731a..d490ade77 100644 --- a/material/__init__.py +++ b/material/__init__.py @@ -18,4 +18,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -__version__ = "9.4.9" +__version__ = "9.4.10" diff --git a/material/templates/base.html b/material/templates/base.html index 26fa21072..f30040e20 100644 --- a/material/templates/base.html +++ b/material/templates/base.html @@ -32,7 +32,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index a7e211d7d..1d94d734d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.4.9", + "version": "9.4.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.4.9", + "version": "9.4.10", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 67b816065..bf05a17b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.4.9", + "version": "9.4.10", "description": "Documentation that simply works", "keywords": [ "mkdocs",