mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 7.3.1 release
This commit is contained in:
parent
eaa6e91884
commit
2fbf0e94f4
10
CHANGELOG
10
CHANGELOG
@ -1,3 +1,13 @@
|
|||||||
|
mkdocs-material-7.3.1 (2021-10-02)
|
||||||
|
|
||||||
|
* Added new experimental content tabs implementation
|
||||||
|
* Fixed #3069: GitHub stats broken for users/orgs (7.1.0 regression)
|
||||||
|
* Fixed #3070: Sections not linking to index page
|
||||||
|
* Fixed title not linking to index page when using tabs
|
||||||
|
* Fixed Disqus integration when using instant loading
|
||||||
|
* Fixed some spacing issues for right-to-left languages
|
||||||
|
* Fixed syntax error in Serbian translations
|
||||||
|
|
||||||
mkdocs-material-7.3.0+insiders-3.1.1 (2021-09-26)
|
mkdocs-material-7.3.0+insiders-3.1.1 (2021-09-26)
|
||||||
|
|
||||||
* Fixed ordering bug in search exclusion logic
|
* Fixed ordering bug in search exclusion logic
|
||||||
|
@ -6,6 +6,16 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 7.3.1 <small>_ October 2, 2021</small>
|
||||||
|
|
||||||
|
- Added new experimental content tabs implementation
|
||||||
|
- Fixed #3069: GitHub stats broken for users/orgs (7.1.0 regression)
|
||||||
|
- Fixed #3070: Sections not linking to index page
|
||||||
|
- Fixed title not linking to index page when using tabs
|
||||||
|
- Fixed Disqus integration when using instant loading
|
||||||
|
- Fixed some spacing issues for right-to-left languages
|
||||||
|
- Fixed syntax error in Serbian translations
|
||||||
|
|
||||||
### 7.3.0 <small>_ September 23, 2021</small>
|
### 7.3.0 <small>_ September 23, 2021</small>
|
||||||
|
|
||||||
- Added support for sticky navigation tabs
|
- Added support for sticky navigation tabs
|
||||||
|
@ -27,7 +27,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-7.3.0">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.3.1">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% if page and page.meta and page.meta.title %}
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "7.3.0",
|
"version": "7.3.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "7.3.0",
|
"version": "7.3.1",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user