mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 9.0.4 release
This commit is contained in:
parent
f9c992c624
commit
ed638a4ca0
13
CHANGELOG
13
CHANGELOG
@ -1,8 +1,15 @@
|
||||
mkdocs-material-9.0.4 (2022-01-12)
|
||||
|
||||
* Fixed #4823: Improved contrast ratio in footer (9.0.2 regression)
|
||||
* Fixed #4832: Set navigation items back to black (9.0.3 regression)
|
||||
* Fixed #4843: Emojis broken due to maxcdn.com shutting down
|
||||
* Upgraded Python Markdown Extensions to 9.9.1
|
||||
|
||||
mkdocs-material-9.0.3+insiders-4.27.1 (2022-01-08)
|
||||
|
||||
- Fixed rendering of succeeding navigation items in typeset plugin
|
||||
- Fixed #4795: Built-in typeset plugin changes MkDocs' title precedence
|
||||
- Fixed #4724: Blog plugin not rendering integrate table of contents
|
||||
* Fixed rendering of succeeding navigation items in typeset plugin
|
||||
* Fixed #4795: Built-in typeset plugin changes MkDocs' title precedence
|
||||
* Fixed #4724: Blog plugin not rendering integrate table of contents
|
||||
|
||||
mkdocs-material-9.0.3 (2022-01-08)
|
||||
|
||||
|
@ -2,6 +2,13 @@
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 9.0.4 <small>January 12, 2023</small> { id="9.0.4" }
|
||||
|
||||
- Fixed #4823: Improved contrast ratio in footer (9.0.2 regression)
|
||||
- Fixed #4832: Set navigation items back to black (9.0.3 regression)
|
||||
- Fixed #4843: Emojis broken due to maxcdn.com shutting down
|
||||
- Upgraded Python Markdown Extensions to 9.9.1
|
||||
|
||||
### 9.0.3 <small>January 8, 2023</small> { id="9.0.3" }
|
||||
|
||||
- Improved discernability of section index pages in navigation
|
||||
|
@ -28,7 +28,7 @@
|
||||
<link rel="next" href="{{ page.next_page.url | url }}">
|
||||
{% endif %}
|
||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.3">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.4">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page.meta and page.meta.title %}
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.0.3",
|
||||
"version": "9.0.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.0.3",
|
||||
"version": "9.0.4",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"array-flat-polyfill": "^1.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.0.3",
|
||||
"version": "9.0.4",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user