mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 9.5.17 release
This commit is contained in:
parent
78e93ac0af
commit
570161ab3f
11
CHANGELOG
11
CHANGELOG
@ -1,3 +1,14 @@
|
||||
mkdocs-material-9.5.17+insiders-4.53.5 (2024-04-02)
|
||||
|
||||
* Fixed social plugin crashing when no colors are specified in palettes
|
||||
|
||||
mkdocs-material-9.5.17 (2024-04-02)
|
||||
|
||||
* Updated Serbian translations
|
||||
* Fixed #7003: Confusing keyboard interaction for palette toggle
|
||||
* Fixed #7001: Blog posts now show time by default (9.5.16 regression)
|
||||
* Fixed edge case in backport of social plugin font loading logic
|
||||
|
||||
mkdocs-material-9.5.16+insiders-4.53.4 (2024-03-31)
|
||||
|
||||
* Fixed #6973: Escaping issue in tags extra files deprecation helper
|
||||
|
@ -2,6 +2,13 @@
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 9.5.17 <small>April 2, 2024</small> { id="9.5.17" }
|
||||
|
||||
- Updated Serbian translations
|
||||
- Fixed #7003: Confusing keyboard interaction for palette toggle
|
||||
- Fixed #7001: Blog posts now show time by default (9.5.16 regression)
|
||||
- Fixed edge case in backport of social plugin font loading logic
|
||||
|
||||
### 9.5.16 <small>March 31, 2024</small> { id="9.5.16" }
|
||||
|
||||
- Updated Russian translations
|
||||
|
@ -2,6 +2,10 @@
|
||||
|
||||
## Material for MkDocs Insiders
|
||||
|
||||
### 4.53.5 <small>April 2, 2024</small> { id="4.53.5" }
|
||||
|
||||
- Fixed social plugin crashing when no colors are specified in palettes
|
||||
|
||||
### 4.53.4 <small>March 31, 2024</small> { id="4.53.4" }
|
||||
|
||||
- Fixed #6973: Escaping issue in tags extra files deprecation helper
|
||||
|
@ -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.16"
|
||||
__version__ = "9.5.17"
|
||||
|
@ -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.16">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.17">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page.meta and page.meta.title %}
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.5.16",
|
||||
"version": "9.5.17",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.5.16",
|
||||
"version": "9.5.17",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"clipboard": "^2.0.11",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.5.16",
|
||||
"version": "9.5.17",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user