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

Prepare 8.1.3 release

This commit is contained in:
squidfunk 2021-12-19 13:49:02 +01:00
parent a7ab13fe98
commit a3590cb930
7 changed files with 21 additions and 9 deletions

View File

@ -1,3 +1,9 @@
mkdocs-material-8.1.3 (2012-12-19)
* Added animation to active content tab indicator
* Fixed #3360: Highlighted lines add blank lines in copied text
* Fixed usage of subsequent index files when using section index pages
mkdocs-material-8.1.2+insiders-4.5.0 (2021-12-16)
* Added support for navigation icons

View File

@ -6,6 +6,12 @@ template: overrides/main.html
## Material for MkDocs
### 8.1.3 <small>_ December 19, 2021</small> { id="8.1.3" }
- Added animation to active content tab indicator
- Fixed #3360: Highlighted lines add blank lines in copied text
- Fixed usage of subsequent index files when using section index pages
### 8.1.2 <small>_ December 15, 2021</small> { id="8.1.2" }
- Switched CSS sources to logical properties

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.2">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.3">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
@ -213,7 +213,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.9ab3d63a.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.e1a181d9.min.js' | url }}"></script>
{% for path in config["extra_javascript"] %}
<script src="{{ path | url }}"></script>
{% endfor %}

2
package-lock.json generated
View File

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

View File

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