From dd50eb77e23d77ae5108016ac646540bc5b3925c Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 11 Oct 2017 19:28:17 +0200 Subject: [PATCH] Prepare 1.10.3 release --- CHANGELOG | 5 +++++ docs/release-notes.md | 10 +++++++++- material/base.html | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c955844cb..350fda03b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-material-1.10.3 (2017-10-11) + + * Fixed #484: Fixed vertical scrollbar on some MathJax formulas + * Fixed #483: Fixed footnote backref target offset regression + mkdocs-material-1.10.2 (2017-10-06) * Fixed #468: Sidebar shows scrollbar if content is shorter (in Safari) diff --git a/docs/release-notes.md b/docs/release-notes.md index f72cf5428..9f553dbf0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,11 +12,19 @@ To determine the currently installed version, use the following command: ``` sh pip show mkdocs-material | grep -E ^Version -# Version 1.10.1 +# Version 1.10.3 ``` ## Changelog +### 1.10.3 _ October 11, 2017 + +* Fixed [#484][484]: Fixed vertical scrollbar on some MathJax formulas +* Fixed [#483][483]: Fixed footnote backref target offset regression + + [483]: https://github.com/squidfunk/mkdocs-material/issues/483 + [484]: https://github.com/squidfunk/mkdocs-material/issues/484 + ### 1.10.2 _ October 6, 2017 * Fixed [#468][468]: Sidebar shows scrollbar if content is shorter (in Safari) diff --git a/material/base.html b/material/base.html index 35d7c35d6..b813f02f1 100644 --- a/material/base.html +++ b/material/base.html @@ -24,7 +24,7 @@ {% else %} {% endif %} - + {% endblock %} {% block htmltitle %} {% if page and page.meta.title %} diff --git a/package.json b/package.json index 98afd8a56..5ca1ba00b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "1.10.2", + "version": "1.10.3", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",