mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 5.5.1 release
This commit is contained in:
parent
eba146d0bb
commit
ee090a89ca
@ -1,3 +1,10 @@
|
||||
mkdocs-material-5.5.1 (2020-08-01)
|
||||
|
||||
* Improved typesetting by basing font-size and spacings on em
|
||||
* Improved print view by slightly scaling down font-size
|
||||
* Changed custom site title (metadata) to be suffixed with site name
|
||||
* Fixed top- and bottom spacing of paragraphs inside table cells
|
||||
|
||||
mkdocs-material-5.5.0 (2020-07-24)
|
||||
|
||||
* Rewrite of entire documentation
|
||||
@ -11,7 +18,7 @@ mkdocs-material-5.5.0 (2020-07-24)
|
||||
* Fixed top margin for tabbed content when using a JavaScript highlighter
|
||||
* Deprecated metadata-based redirects, source links and heroes
|
||||
|
||||
mkdocs-material-5.4.0+next-1.0.0 (2020-07-14)
|
||||
mkdocs-material-5.4.0+insiders-1.0.0 (2020-07-14)
|
||||
|
||||
* Added grouping of search results
|
||||
* Added missing query terms to search result
|
||||
|
@ -14,6 +14,13 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 5.5.1 <small>_ August 1, 2020</small>
|
||||
|
||||
* Improved typesetting by basing `font-size` and spacings on `em`
|
||||
* Improved print view by slightly scaling down `font-size`
|
||||
* Changed custom site title (metadata) to be suffixed with site name
|
||||
* Fixed top- and bottom spacing of paragraphs inside table cells
|
||||
|
||||
### 5.5.0 <small>_ July 24, 2020</small>
|
||||
|
||||
* Rewrite of entire documentation
|
||||
|
@ -29,7 +29,7 @@
|
||||
<meta name="author" content="{{ config.site_author }}">
|
||||
{% endif %}
|
||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.0">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.1">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "5.5.0",
|
||||
"version": "5.5.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "5.5.0",
|
||||
"version": "5.5.1",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user