Skip to content

Commit a3590cb

Browse files
committed
Prepare 8.1.3 release
1 parent a7ab13f commit a3590cb

File tree

7 files changed

+21
-9
lines changed

7 files changed

+21
-9
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mkdocs-material-8.1.3 (2012-12-19)
2+
3+
* Added animation to active content tab indicator
4+
* Fixed #3360: Highlighted lines add blank lines in copied text
5+
* Fixed usage of subsequent index files when using section index pages
6+
17
mkdocs-material-8.1.2+insiders-4.5.0 (2021-12-16)
28

39
* Added support for navigation icons

docs/changelog/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

9+
### 8.1.3 <small>_ December 19, 2021</small> { id="8.1.3" }
10+
11+
- Added animation to active content tab indicator
12+
- Fixed #3360: Highlighted lines add blank lines in copied text
13+
- Fixed usage of subsequent index files when using section index pages
14+
915
### 8.1.2 <small>_ December 15, 2021</small> { id="8.1.2" }
1016

1117
- Switched CSS sources to logical properties

material/assets/javascripts/bundle.9ab3d63a.min.js renamed to material/assets/javascripts/bundle.e1a181d9.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/javascripts/bundle.9ab3d63a.min.js.map renamed to material/assets/javascripts/bundle.e1a181d9.min.js.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/base.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="canonical" href="{{ page.canonical_url }}">
2323
{% endif %}
2424
<link rel="icon" href="{{ config.theme.favicon | url }}">
25-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.2">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.3">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page and page.meta and page.meta.title %}
@@ -213,7 +213,7 @@
213213
</script>
214214
{% endblock %}
215215
{% block scripts %}
216-
<script src="{{ 'assets/javascripts/bundle.9ab3d63a.min.js' | url }}"></script>
216+
<script src="{{ 'assets/javascripts/bundle.e1a181d9.min.js' | url }}"></script>
217217
{% for path in config["extra_javascript"] %}
218218
<script src="{{ path | url }}"></script>
219219
{% endfor %}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "8.1.2",
3+
"version": "8.1.3",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)