mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.10.3 release
This commit is contained in:
parent
85a8b1041b
commit
dd50eb77e2
@ -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)
|
||||
|
@ -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 <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>
|
||||
|
||||
* Fixed [#468][468]: Sidebar shows scrollbar if content is shorter (in Safari)
|
||||
|
@ -24,7 +24,7 @@
|
||||
{% else %}
|
||||
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
|
||||
{% 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 %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "1.10.2",
|
||||
"version": "1.10.3",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user