1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

Prepare 8.0.5 release

This commit is contained in:
squidfunk 2021-12-07 00:12:47 +01:00
parent a5990a1101
commit ba539c7f5b
5 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,8 @@
mkdocs-material-8.0.5 (2012-12-04)
* Fixed #3302: Footer refactoring induced ellipsis in some browsers
* Fixed #3313: Details always rendered closed on load (8.0.4 regression)
mkdocs-material-8.0.4+insiders-4.3.0 (2021-12-05)
* Added support for custom fonts in social cards
@ -8,8 +13,8 @@ mkdocs-material-8.0.4 (2012-12-04)
* Improved support for deeply nested code annotations
* Improved code annotation and copy-to-clipboard interop
* Improved styling for code annotations inside admonitions
* Fixed #3294: Lists after code blocks without code annotations disappearing
* Fixed #3274: Invalid anchor positioning when using instant loading
* Fixed #3294: Lists after code blocks without code annotations disappearing
* Fixed several positioning issues for code annotations
* Fixed JavaScript source map roots

View File

@ -6,13 +6,18 @@ template: overrides/main.html
## Material for MkDocs
### 8.0.5 <small>_ December 6, 2021</small> { id="8.0.5" }
- Fixed #3302: Footer refactoring induced ellipsis in some browsers
- Fixed #3313: Details always rendered closed on load (8.0.4 regression)
### 8.0.4 <small>_ December 4, 2021</small> { id="8.0.4" }
- Improved support for deeply nested code annotations
- Improved code annotation and copy-to-clipboard interop
- Improved styling for code annotations inside admonitions
- Fixed #3294: Lists after code blocks without code annotations disappearing
- Fixed #3274: Invalid anchor positioning when using instant loading
- Fixed #3294: Lists after code blocks without code annotations disappearing
- Fixed several positioning issues for code annotations
- Fixed JavaScript source map roots

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.0.4",
"version": "8.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.0.4",
"version": "8.0.5",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",