mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-27 17:00:54 +01:00
Prepare 1.1.0 release
This commit is contained in:
parent
ca4b8aa94b
commit
8bf2368892
@ -1,11 +1,11 @@
|
|||||||
mkdocs-material-1.1.0 (2017-xx-xx)
|
mkdocs-material-1.1.0 (2017-02-26)
|
||||||
|
|
||||||
* Added tabs navigation feature (optional)
|
* Added tabs navigation feature (optional)
|
||||||
* Added Disqus integration (optional)
|
* Added Disqus integration (optional)
|
||||||
* Added a high resolution Favicon with the new logo
|
* Added a high resolution Favicon with the new logo
|
||||||
* Added static type checking using Facebook's Flow
|
* Added static type checking using Facebook's Flow
|
||||||
* Fixed #175: Tables cannot be set to 100% width
|
|
||||||
* Fixed #173: Dictionary elements have no bottom spacing
|
* Fixed #173: Dictionary elements have no bottom spacing
|
||||||
|
* Fixed #175: Tables cannot be set to 100% width
|
||||||
* Fixed race conditions in build related to asset revisioning
|
* Fixed race conditions in build related to asset revisioning
|
||||||
* Fixed accidentally re-introduced Permalink on top-level headline
|
* Fixed accidentally re-introduced Permalink on top-level headline
|
||||||
* Fixed alignment of logo in drawer on IE11
|
* Fixed alignment of logo in drawer on IE11
|
||||||
|
@ -12,11 +12,29 @@ 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.0.4
|
# Version 1.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.1.0 <small> _ February 26, 2017</small>
|
||||||
|
|
||||||
|
* Added tabs navigation feature (optional)
|
||||||
|
* Added Disqus integration (optional)
|
||||||
|
* Added a high resolution Favicon with the new logo
|
||||||
|
* Added static type checking using Facebook's Flow
|
||||||
|
* Fixed [#173][173]: Dictionary elements have no bottom spacing
|
||||||
|
* Fixed [#175][175]: Tables cannot be set to 100% width
|
||||||
|
* Fixed race conditions in build related to asset revisioning
|
||||||
|
* Fixed accidentally re-introduced Permalink on top-level headline
|
||||||
|
* Fixed alignment of logo in drawer on IE11
|
||||||
|
* Refactored styles related to tables
|
||||||
|
* Refactored and automated Docker build and PyPI release
|
||||||
|
* Refactored build scripts
|
||||||
|
|
||||||
|
[173]: https://github.com/squidfunk/mkdocs-material/issues/173
|
||||||
|
[175]: https://github.com/squidfunk/mkdocs-material/issues/175
|
||||||
|
|
||||||
### 1.0.5 <small> _ February 18, 2017</small>
|
### 1.0.5 <small> _ February 18, 2017</small>
|
||||||
|
|
||||||
* Fixed [#153][153]: Sidebar flows out of constrained area in Chrome 56
|
* Fixed [#153][153]: Sidebar flows out of constrained area in Chrome 56
|
||||||
|
@ -19,7 +19,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.0.5">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.1.0">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page.title and not page.is_homepage %}
|
{% if page.title and not page.is_homepage %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "1.0.5",
|
"version": "1.1.0",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user