Skip to content
Snippets Groups Projects
Commit dd50eb77 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Prepare 1.10.3 release

parent 85a8b104
Branches
Tags 1.10.3
No related merge requests found
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) mkdocs-material-1.10.2 (2017-10-06)
* Fixed #468: Sidebar shows scrollbar if content is shorter (in Safari) * Fixed #468: Sidebar shows scrollbar if content is shorter (in Safari)
......
...@@ -12,11 +12,19 @@ To determine the currently installed version, use the following command: ...@@ -12,11 +12,19 @@ To determine the currently installed version, use the following command:
``` sh ``` sh
pip show mkdocs-material | grep -E ^Version pip show mkdocs-material | grep -E ^Version
# Version 1.10.1 # Version 1.10.3
``` ```
## Changelog ## Changelog
### 1.10.3 <small>_ October 11, 2017</small>
* 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 <small>_ October 6, 2017</small> ### 1.10.2 <small>_ October 6, 2017</small>
* Fixed [#468][468]: Sidebar shows scrollbar if content is shorter (in Safari) * Fixed [#468][468]: Sidebar shows scrollbar if content is shorter (in Safari)
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
{% else %} {% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png"> <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %} {% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.10.2"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.10.3">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta.title %} {% if page and page.meta.title %}
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "1.10.2", "version": "1.10.3",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment