mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03: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)
|
||||
|
||||
* Added support for navigation icons
|
||||
|
@ -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
|
||||
|
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 }}">
|
||||
{% 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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.1.2",
|
||||
"version": "8.1.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.1.2",
|
||||
"version": "8.1.3",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user