Prepare 8.2.12 release

This commit is contained in:
squidfunk 2022-04-30 19:25:52 +02:00
parent 1eeb8b7c0c
commit 1dd0f48ce6
5 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,9 @@
mkdocs-material-8.2.12 (2022-04-30)
* Added support for GitHub-style hash fragments for dark/light images
* Improved rendering of nested code blocks in content tabs and annotations
* Fixed #3862: Upgraded to latest Pygments and Python Markdown Extensions
mkdocs-material-8.2.11+insiders-4.13.1 (2022-04-25) mkdocs-material-8.2.11+insiders-4.13.1 (2022-04-25)
* Fixed #3839: Tags plugin breaks without icons (4.13.0 regression) * Fixed #3839: Tags plugin breaks without icons (4.13.0 regression)

View File

@ -6,6 +6,12 @@ template: overrides/main.html
## Material for MkDocs ## Material for MkDocs
### 8.2.12 <small>_ April 30, 2022</small> { id="8.2.12" }
- Added support for GitHub-style hash fragments for dark/light images
- Improved rendering of nested code blocks in content tabs and annotations
- Fixed #3862: Upgraded to latest Pygments and Python Markdown Extensions
### 8.2.11 <small>_ April 25, 2022</small> { id="8.2.11" } ### 8.2.11 <small>_ April 25, 2022</small> { id="8.2.11" }
- Temporarily pinned Pygments to `<2.12` - Temporarily pinned Pygments to `<2.12`

View File

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

4
package-lock.json generated
View File

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

View File

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