mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-27 17:00:54 +01:00
Prepare 8.1.5 release
This commit is contained in:
parent
e063108ea4
commit
d5fb8f1770
@ -1,3 +1,9 @@
|
|||||||
|
mkdocs-material-8.1.5 (2022-01-09)
|
||||||
|
|
||||||
|
* Improved browser support: Chrome 49+, Safari 10+, Firefox 53+, Edge 79+
|
||||||
|
* Improved rendering of inline code blocks in headlines
|
||||||
|
* Added Bahasa Malaysian translations
|
||||||
|
|
||||||
mkdocs-material-8.1.4+insiders-4.5.2 (2022-01-08)
|
mkdocs-material-8.1.4+insiders-4.5.2 (2022-01-08)
|
||||||
|
|
||||||
* Fixed #3440: Content tab indicator not moving when using linking
|
* Fixed #3440: Content tab indicator not moving when using linking
|
||||||
|
@ -6,6 +6,12 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 8.1.5 <small>_ January 9, 2022</small> { id="8.1.5" }
|
||||||
|
|
||||||
|
- Improved browser support: Chrome 49+, Safari 10+, Firefox 53+, Edge 79+
|
||||||
|
- Improved rendering of inline code blocks in headlines
|
||||||
|
- Added Bahasa Malaysian translations
|
||||||
|
|
||||||
### 8.1.4 <small>_ January 2, 2022</small> { id="8.1.4" }
|
### 8.1.4 <small>_ January 2, 2022</small> { id="8.1.4" }
|
||||||
|
|
||||||
- Added indicator to navigation expander icon
|
- Added indicator to navigation expander icon
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -22,7 +22,7 @@
|
|||||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.4">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.5">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% if page and page.meta and page.meta.title %}
|
||||||
@ -34,7 +34,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.eab66a73.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.ee0f47ba.min.css' | url }}">
|
||||||
{% if config.theme.palette %}
|
{% if config.theme.palette %}
|
||||||
{% set palette = config.theme.palette %}
|
{% set palette = config.theme.palette %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.1.4",
|
"version": "8.1.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.1.4",
|
"version": "8.1.5",
|
||||||
"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