Prepare 8.2.16 release

This commit is contained in:
squidfunk 2022-05-28 17:41:23 +02:00
parent 0d24a26958
commit b25844d51e
5 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,7 @@
mkdocs-material-8.2.16 (2022-05-28)
* Fixed #3957: Only animate code annotations when visible (save CPU cycles)
mkdocs-material-8.2.15+insiders-4.16.0 (2022-05-25)
* Added support for navigation pruning

View File

@ -6,6 +6,10 @@ template: overrides/main.html
## Material for MkDocs
### 8.2.16 <small>_ May 28, 2022</small> { id="8.2.16" }
- Fixed #3957: Only animate code annotations when visible (save CPU cycles)
### 8.2.15 <small>_ May 14, 2022</small> { id="8.2.15" }
- Added Uzbek translations

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.2.15">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.16">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
"version": "8.2.15",
"version": "8.2.16",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
"version": "8.2.15",
"version": "8.2.16",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.2.15",
"version": "8.2.16",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",