mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 9.5.6 release
This commit is contained in:
parent
a65fd1ed9e
commit
6026738819
10
CHANGELOG
10
CHANGELOG
@ -1,3 +1,13 @@
|
|||||||
|
mkdocs-material-9.5.6+insiders-4.52.0 (2024-01-28)
|
||||||
|
|
||||||
|
* Added support for instant previews
|
||||||
|
* Fixed footnote tooltips positioning edge cases
|
||||||
|
* Fixed #6703: New tags plugin crashes on Windows
|
||||||
|
|
||||||
|
mkdocs-material-9.5.6 (2024-01-28)
|
||||||
|
|
||||||
|
* Fixed #6700: Missing styles for Mermaid.js labels with Markdown
|
||||||
|
|
||||||
mkdocs-material-9.5.5+insiders-4.51.0 (2024-01-24)
|
mkdocs-material-9.5.5+insiders-4.51.0 (2024-01-24)
|
||||||
|
|
||||||
* Added support for footnote tooltips
|
* Added support for footnote tooltips
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 9.5.6 <small>January 28, 2024</small> { id="9.5.6" }
|
||||||
|
|
||||||
|
- Fixed #6700: Missing styles for Mermaid.js labels with Markdown
|
||||||
|
|
||||||
### 9.5.5 <small>January 24, 2024</small> { id="9.5.5" }
|
### 9.5.5 <small>January 24, 2024</small> { id="9.5.5" }
|
||||||
|
|
||||||
- Updated Tagalog translations
|
- Updated Tagalog translations
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
## Material for MkDocs Insiders
|
## Material for MkDocs Insiders
|
||||||
|
|
||||||
|
### 4.52.0 <small>January 28, 2024</small> { id="4.52.0" }
|
||||||
|
|
||||||
|
- Added support for instant previews
|
||||||
|
- Fixed footnote tooltips positioning edge cases
|
||||||
|
- Fixed #6703: New tags plugin crashes on Windows
|
||||||
|
|
||||||
### 4.51.0 <small>January 24, 2024</small> { id="4.51.0" }
|
### 4.51.0 <small>January 24, 2024</small> { id="4.51.0" }
|
||||||
|
|
||||||
- Added support for footnote tooltips
|
- Added support for footnote tooltips
|
||||||
|
@ -18,4 +18,4 @@
|
|||||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
# IN THE SOFTWARE.
|
# IN THE SOFTWARE.
|
||||||
|
|
||||||
__version__ = "9.5.5"
|
__version__ = "9.5.6"
|
||||||
|
@ -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.5.5">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.6">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page.meta and page.meta.title %}
|
{% if page.meta and page.meta.title %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.5.5",
|
"version": "9.5.6",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user