mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.10.4 release
This commit is contained in:
parent
657715fdde
commit
ae0ef54212
@ -1,3 +1,9 @@
|
||||
mkdocs-material-1.10.4 (2017-10-18)
|
||||
|
||||
* Improved print styles of code blocks
|
||||
* Improved search UX (don't close on enter if no selection)
|
||||
* Fixed #495: Vertical scrollbar on short pages
|
||||
|
||||
mkdocs-material-1.10.3 (2017-10-11)
|
||||
|
||||
* Fixed #484: Vertical scrollbar on some MathJax formulas
|
||||
|
@ -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.3
|
||||
# Version 1.10.4
|
||||
```
|
||||
|
||||
## Changelog
|
||||
|
||||
### 1.10.4 <small>_ October 18, 2017</small>
|
||||
|
||||
* Improved print styles of code blocks
|
||||
* Improved search UX (don't close on enter if no selection)
|
||||
* Fixed [#495][495]: Vertical scrollbar on short pages
|
||||
|
||||
[495]: https://github.com/squidfunk/mkdocs-material/issues/484
|
||||
|
||||
### 1.10.3 <small>_ October 11, 2017</small>
|
||||
|
||||
* Fixed [#484][484]: Vertical scrollbar on some MathJax formulas
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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.3">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.10.4">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta.title %}
|
||||
@ -39,7 +39,7 @@
|
||||
<script src="{{ base_url }}/assets/javascripts/modernizr-e826f8942a.js"></script>
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f7bfdf20a5.css">
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-0741cbeb94.css">
|
||||
{% if config.extra.palette %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-23f75ab9c7.palette.css">
|
||||
{% endif %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "1.10.3",
|
||||
"version": "1.10.4",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -2069,9 +2069,9 @@ flatten@^1.0.2:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
|
||||
|
||||
flow-bin@^0.56.0:
|
||||
version "0.56.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.56.0.tgz#ce43092203a344ba9bf63c0cabe95d95145f6cad"
|
||||
flow-bin@^0.57.1:
|
||||
version "0.57.3"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.57.3.tgz#843fb80a821b6d0c5847f7bb3f42365ffe53b27b"
|
||||
|
||||
flow-jsdoc@^0.3.0:
|
||||
version "0.3.0"
|
||||
@ -4487,7 +4487,7 @@ postcss@^5.0.11, postcss@^5.0.12, postcss@^5.0.13, postcss@^5.0.16, postcss@^5.0
|
||||
source-map "^0.5.6"
|
||||
supports-color "^3.2.3"
|
||||
|
||||
postcss@^6.0.0, postcss@^6.0.3, postcss@^6.0.6:
|
||||
postcss@^6.0.0, postcss@^6.0.6:
|
||||
version "6.0.8"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.8.tgz#89067a9ce8b11f8a84cbc5117efc30419a0857b3"
|
||||
dependencies:
|
||||
@ -4495,7 +4495,7 @@ postcss@^6.0.0, postcss@^6.0.3, postcss@^6.0.6:
|
||||
source-map "^0.5.6"
|
||||
supports-color "^4.2.0"
|
||||
|
||||
postcss@^6.0.11:
|
||||
postcss@^6.0.11, postcss@^6.0.3:
|
||||
version "6.0.13"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.13.tgz#b9ecab4ee00c89db3ec931145bd9590bbf3f125f"
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user