mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-17 10:48:34 +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)
|
mkdocs-material-5.5.0 (2020-07-24)
|
||||||
|
|
||||||
* Rewrite of entire documentation
|
* 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
|
* Fixed top margin for tabbed content when using a JavaScript highlighter
|
||||||
* Deprecated metadata-based redirects, source links and heroes
|
* 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 grouping of search results
|
||||||
* Added missing query terms to search result
|
* Added missing query terms to search result
|
||||||
|
@ -14,6 +14,13 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## 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>
|
### 5.5.0 <small>_ July 24, 2020</small>
|
||||||
|
|
||||||
* Rewrite of entire documentation
|
* Rewrite of entire documentation
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<meta name="author" content="{{ config.site_author }}">
|
<meta name="author" content="{{ config.site_author }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
<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 %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% 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",
|
"name": "mkdocs-material",
|
||||||
"version": "5.5.0",
|
"version": "5.5.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "5.5.0",
|
"version": "5.5.1",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user