mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 8.1.3 release
This commit is contained in:
parent
a7ab13fe98
commit
a3590cb930
@ -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)
|
mkdocs-material-8.1.2+insiders-4.5.0 (2021-12-16)
|
||||||
|
|
||||||
* Added support for navigation icons
|
* Added support for navigation icons
|
||||||
|
@ -6,6 +6,12 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## 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" }
|
### 8.1.2 <small>_ December 15, 2021</small> { id="8.1.2" }
|
||||||
|
|
||||||
- Switched CSS sources to logical properties
|
- Switched CSS sources to logical properties
|
||||||
|
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.2">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.3">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% if page and page.meta and page.meta.title %}
|
||||||
@ -213,7 +213,7 @@
|
|||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block scripts %}
|
{% 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"] %}
|
{% for path in config["extra_javascript"] %}
|
||||||
<script src="{{ path | url }}"></script>
|
<script src="{{ path | url }}"></script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.1.2",
|
"version": "8.1.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.1.2",
|
"version": "8.1.3",
|
||||||
"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