mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01: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)
|
||||
|
||||
* Added support for footnote tooltips
|
||||
|
@ -2,6 +2,10 @@
|
||||
|
||||
## 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" }
|
||||
|
||||
- Updated Tagalog translations
|
||||
|
@ -2,6 +2,12 @@
|
||||
|
||||
## 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" }
|
||||
|
||||
- Added support for footnote tooltips
|
||||
|
@ -18,4 +18,4 @@
|
||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
# 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 }}">
|
||||
{% endif %}
|
||||
<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 %}
|
||||
{% block htmltitle %}
|
||||
{% if page.meta and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.5.5",
|
||||
"version": "9.5.6",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user