mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 7.3.3 release
This commit is contained in:
parent
de98c57753
commit
be9d7b5b86
10
CHANGELOG
10
CHANGELOG
@ -1,3 +1,13 @@
|
||||
mkdocs-material-7.3.3 (2021-10-11)
|
||||
|
||||
* Rewrite of entire documentation
|
||||
* Adjusted height of new content tabs to match single line code blocks
|
||||
* Fixed new content tabs missing right padding in some browsers on overflow
|
||||
* Fixed new content tabs bleeding out of flex container on overflow
|
||||
* Fixed new content tabs overflow scrolling bugs on some browsers
|
||||
* Fixed new content tabs stealing keyboard access when active
|
||||
* Fixed some spacings issues for right-to-left languages
|
||||
|
||||
mkdocs-material-7.3.2+insiders-3.1.2 (2021-10-06)
|
||||
|
||||
* Fixed incorrect path separators for social cards on Windows
|
||||
|
@ -6,6 +6,16 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 7.3.3 <small>_ October 11, 2021</small> { id="7.3.3" }
|
||||
|
||||
- Rewrite of entire documentation
|
||||
- Adjusted height of new content tabs to match single line code blocks
|
||||
- Fixed new content tabs missing right padding in some browsers on overflow
|
||||
- Fixed new content tabs bleeding out of flex container on overflow
|
||||
- Fixed new content tabs overflow scrolling bugs on some browsers
|
||||
- Fixed new content tabs stealing keyboard access when active
|
||||
- Fixed some spacings issues for right-to-left languages
|
||||
|
||||
### 7.3.2 <small>_ October 6, 2021</small> { id="7.3.2" }
|
||||
|
||||
- Deprecated prebuilding of search index
|
||||
|
@ -27,7 +27,7 @@
|
||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||
{% endif %}
|
||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.3.2">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.3.3">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% 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",
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "7.3.2",
|
||||
"version": "7.3.3",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user