mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 8.4.4 release
This commit is contained in:
parent
09748aa358
commit
a66e8f5330
@ -1,3 +1,7 @@
|
|||||||
|
mkdocs-material-8.4.4 (2022-09-12)
|
||||||
|
|
||||||
|
* Moved comments integration to separate partial (comments.html)
|
||||||
|
|
||||||
mkdocs-material-8.4.3+insiders-4.22.1 (2022-09-07)
|
mkdocs-material-8.4.3+insiders-4.22.1 (2022-09-07)
|
||||||
|
|
||||||
* Fixed #4217: Tooltips in data tables render in wrong position
|
* Fixed #4217: Tooltips in data tables render in wrong position
|
||||||
|
@ -6,6 +6,10 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 8.4.4 <small>_ September 12, 2022</small> { id="8.4.4" }
|
||||||
|
|
||||||
|
- Moved comments integration to separate partial (`comments.html`)
|
||||||
|
|
||||||
### 8.4.3 <small>_ September 7, 2022</small> { id="8.4.3" }
|
### 8.4.3 <small>_ September 7, 2022</small> { id="8.4.3" }
|
||||||
|
|
||||||
- Added Simple Icons to bundled icons (+2,300 icons)
|
- Added Simple Icons to bundled icons (+2,300 icons)
|
||||||
|
@ -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.4.3">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.4.4">
|
||||||
{% 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": "8.4.3",
|
"version": "8.4.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.4.3",
|
"version": "8.4.4",
|
||||||
"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": "8.4.3",
|
"version": "8.4.4",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user