1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Prepare 8.1.5 release

This commit is contained in:
squidfunk 2022-01-09 14:48:24 +01:00
parent e063108ea4
commit d5fb8f1770
7 changed files with 18 additions and 6 deletions

View File

@ -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)
* Fixed #3440: Content tab indicator not moving when using linking

View File

@ -6,6 +6,12 @@ template: overrides/main.html
## 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" }
- Added indicator to navigation expander icon

View File

@ -22,7 +22,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
<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 %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% 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 %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.1.4",
"version": "8.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.1.4",
"version": "8.1.5",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",