mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 9.2.8 release
This commit is contained in:
parent
26b57bb2d8
commit
86d52b93cd
13
CHANGELOG
13
CHANGELOG
@ -1,3 +1,16 @@
|
|||||||
|
mkdocs-material-9.2.8+insiders-4.40.4 (2023-09-04)
|
||||||
|
|
||||||
|
* Fixed privacy plugin choking on boolean HTML5 attributes
|
||||||
|
* Fixed wrapping of inline code blocks in typeset table of contents
|
||||||
|
* Fixed blog plugin error when running under dirty reload
|
||||||
|
|
||||||
|
mkdocs-material-9.2.8 (2023-09-04)
|
||||||
|
|
||||||
|
* Updated Italian and Russian translations
|
||||||
|
* Fixed #5952: Combining blog and tags plugin leads to wrong links
|
||||||
|
* Fixed #5951: Blog plugin ignores post title in metadata
|
||||||
|
* Fixed #5949: Blog plugin ignores post linked in nav
|
||||||
|
|
||||||
mkdocs-material-9-2.7+insiders-4.40.3 (2023-09-02)
|
mkdocs-material-9-2.7+insiders-4.40.3 (2023-09-02)
|
||||||
|
|
||||||
* Fixed #5946: Docker image missing pngquant for optimize plugin
|
* Fixed #5946: Docker image missing pngquant for optimize plugin
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
|
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | 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-9.2.7">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.2.8">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page.meta and page.meta.title %}
|
{% if page.meta and page.meta.title %}
|
||||||
|
@ -51,6 +51,6 @@
|
|||||||
"source.file.date.created": "Дата создания",
|
"source.file.date.created": "Дата создания",
|
||||||
"source.file.date.updated": "Последнее обновление",
|
"source.file.date.updated": "Последнее обновление",
|
||||||
"tabs": "Вкладки",
|
"tabs": "Вкладки",
|
||||||
"toc": "Содержание раздела",
|
"toc": "Содержание",
|
||||||
"top": "К началу"
|
"top": "К началу"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.2.7",
|
"version": "9.2.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.2.7",
|
"version": "9.2.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clipboard": "^2.0.11",
|
"clipboard": "^2.0.11",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.2.7",
|
"version": "9.2.8",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user