diff --git a/CHANGELOG b/CHANGELOG index de53b440a..9e523bdab 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,14 +1,31 @@ -mkdocs-material 4.6.3 (2020-02-14) +mkdocs-material-5.0.0 (2020-04-07) + + * Reactive architecture – try app.dialog$.next("Hi!") in the console + * Instant loading – make Material behave like a Single Page Application + * Improved CSS customization with CSS variables – set your brand's colors + * Improved CSS resilience, e.g. proper sidebar locking for customized headers + * Improved icon integration and configuration – now including over 5k icons + * Added possibility to use any icon for logo, repository and social links + * Search UI does not freeze anymore (moved to web worker) + * Search index built only once when using instant loading + * Improved extensible keyboard handling + * Support for prebuilt search indexes + * Support for displaying stars and forks for GitLab repositories + * Support for scroll snapping of sidebars and search results + * Reduced HTML and CSS footprint due to deprecation of IE support + * Slight facelifting of some UI elements (Admonitions, tables, ...) + +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) +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) +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 @@ -16,7 +33,7 @@ mkdocs-material 4.6.1 (2020-02-08) * Fixed errors in Japanese translations * Improved Google Lighthouse score -mkdocs-material 4.6.0 (2019-12-11) +mkdocs-material-4.6.0 (2019-12-11) * Added support for mkdocs-git-revision-date-localized-plugin * Fixed invalid character in Google Fonts URL diff --git a/docs/releases/changelog.md b/docs/releases/changelog.md index a6c0c9dc7..82a9d03bd 100644 --- a/docs/releases/changelog.md +++ b/docs/releases/changelog.md @@ -18,6 +18,23 @@ pip show mkdocs-material ## Changelog +### 5.0.0 _ April 7, 2020 + +* Reactive architecture – try `app.dialog$.next("Hi!")` in the console +* Instant loading – make Material behave like a Single Page Application +* Improved CSS customization with CSS variables – set your brand's colors +* Improved CSS resilience, e.g. proper sidebar locking for customized headers +* Improved icon integration and configuration – now including over 5k icons +* Added possibility to use any icon for logo, repository and social links +* Search UI does not freeze anymore (moved to web worker) +* Search index built only once when using instant loading +* Improved extensible keyboard handling +* Support for prebuilt search indexes +* Support for displaying stars and forks for GitLab repositories +* Support for scroll snapping of sidebars and search results +* Reduced HTML and CSS footprint due to deprecation of Internet Explorer support +* Slight facelifting of some UI elements (Admonitions, tables, ...) + ### 4.6.3 _ February 14, 2020 * Removed optional third-party plugins from `requirements.txt` diff --git a/material/base.html b/material/base.html index 57aee45d9..ee9122a65 100644 --- a/material/base.html +++ b/material/base.html @@ -29,7 +29,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page and page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 45cf5f1bf..0cb1361a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "5.0.0rc4", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 938348f59..19a3df46c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "5.0.0rc4", + "version": "5.0.0", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs", diff --git a/requirements.txt b/requirements.txt index 6965e149f..0a0cded5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,4 +22,4 @@ mkdocs>=1.1 Pygments>=2.4 markdown>=3.2 -pymdown-extensions>=7.0b2 +pymdown-extensions>=7.0