mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Prepare 9.0.15 release
This commit is contained in:
parent
8696f841bc
commit
a90f176e30
@ -1,3 +1,8 @@
|
|||||||
|
mkdocs-material-9.0.15 (2023-02-26)
|
||||||
|
|
||||||
|
* Updated Chinese (Traditional) translations
|
||||||
|
* Updated Hebrew translations
|
||||||
|
|
||||||
mkdocs-material-9.0.14+insiders-4.32.1 (2023-02-23)
|
mkdocs-material-9.0.14+insiders-4.32.1 (2023-02-23)
|
||||||
|
|
||||||
* Fixed code block spans interfering with copying
|
* Fixed code block spans interfering with copying
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 9.0.15 <small>February 26, 2023</small> { id="9.0.15" }
|
||||||
|
|
||||||
|
- Updated Chinese (Traditional) translations
|
||||||
|
- Updated Hebrew translations
|
||||||
|
|
||||||
### 9.0.14 <small>February 23, 2023</small> { id="9.0.14" }
|
### 9.0.14 <small>February 23, 2023</small> { id="9.0.14" }
|
||||||
|
|
||||||
- Fixed #5072: Rendering bug on navigation expand button in Firefox
|
- Fixed #5072: Rendering bug on navigation expand button in Firefox
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<link rel="next" href="{{ page.next_page.url | url }}">
|
<link rel="next" href="{{ page.next_page.url | 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.0.14">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.15">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page.meta and page.meta.title %}
|
{% if page.meta and page.meta.title %}
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.0.14",
|
"version": "9.0.15",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.0.14",
|
"version": "9.0.15",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"array-flat-polyfill": "^1.0.1",
|
"array-flat-polyfill": "^1.0.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.0.14",
|
"version": "9.0.15",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user