Skip to content

Commit 456cfd9

Browse files
committed
Prepare 9.1.9 release
1 parent 1050940 commit 456cfd9

10 files changed

+37
-19
lines changed

Diff for: CHANGELOG

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
1+
mkdocs-material-9.1.9 (2023-05-02)
2+
3+
* Added Telulugu, Kannada and Sanskrit translations
4+
* Fixed #5428: Fixed margins for light/dark mode images in figures
5+
* Fixed #5420: Social plugin crashing for some specific Google Fonts
6+
* Fixed #5160: Instant loading makes code annotations jump (9.1.1 regression)
7+
* Fixed #4920: Social plugin not loading logo from custom icon set
8+
* Fixed social plugin crashing when only code font is specified
9+
110
mkdocs-material-9.1.8 (2023-04-24)
211

3-
- Fixed #5417: Theme breaks when palette is not defined (9.1.7 regression)
12+
* Fixed #5417: Theme breaks when palette is not defined (9.1.7 regression)
413

514
mkdocs-material-9.1.7+insiders-4.32.6 (2023-04-22)
615

7-
- Fixed #5336: Interplay of blog plugin with git-revision-date-localized
16+
* Fixed #5336: Interplay of blog plugin with git-revision-date-localized
817

918
mkdocs-material-9.1.7 (2023-04-22)
1019

11-
- Updated Persian (Farsi) and Turkish translations
12-
- Fixed #5401: Added missing flag to disable built-in tags plugin
13-
- Fixed #5206: Ensure defaults are set for primary and accent colors
14-
- Fixed unnecessary inclusion of palette CSS when unused
20+
* Updated Persian (Farsi) and Turkish translations
21+
* Fixed #5401: Added missing flag to disable built-in tags plugin
22+
* Fixed #5206: Ensure defaults are set for primary and accent colors
23+
* Fixed unnecessary inclusion of palette CSS when unused
1524

1625
mkdocs-material-9.1.6+insiders-4.32.5 (2023-04-07)
1726

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ it is:
4242

4343
### Missing translations?
4444

45-
Material for MkDocs supports 50+ languages with the help of community
45+
Material for MkDocs supports 60+ languages with the help of community
4646
contributions. When new features are added, sometimes, new translations are
4747
necessary as well. It's impossible for the maintainers of the project to update
48-
all translations (we just don't speak 50+ languages), so we have to rely on
48+
all translations (we just don't speak 60+ languages), so we have to rely on
4949
our contributors to update translations incrementally. This process is pretty
5050
simple, so if you find a translation missing in your language, follow these
5151
guidelines:

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<p align="center">
4040
Write your documentation in Markdown and create a professional static site for
4141
your Open Source or commercial project in minutes – searchable, customizable,
42-
more than 50 languages, for all devices.
42+
more than 60 languages, for all devices.
4343
</p>
4444

4545
<p align="center">

Diff for: docs/changelog/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Material for MkDocs
44

5+
### 9.1.9 <small>May 2, 2023</small> { id="9.1.9" }
6+
7+
- Added Telulugu, Kannada and Sanskrit translations
8+
- Fixed #5428: Fixed margins for light/dark mode images in figures
9+
- Fixed #5420: Social plugin crashing for some specific Google Fonts
10+
- Fixed #5160: Instant loading makes code annotations jump (9.1.1 regression)
11+
- Fixed #4920: Social plugin not loading logo from custom icon set
12+
- Fixed social plugin crashing when only code font is specified
13+
514
### 9.1.8 <small>April 24, 2023</small> { id="9.1.8" }
615

716
- Fixed #5417: Theme breaks when `palette` is not defined (9.1.7 regression)

Diff for: docs/setup/changing-the-language.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changing the language
22

33
Material for MkDocs supports internationalization (i18n) and provides
4-
translations for template variables and labels in 50+ languages. Additionally,
4+
translations for template variables and labels in 60+ languages. Additionally,
55
the site search can be configured to use a language-specific stemmer, if
66
available.
77

Diff for: docs/setup/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setting up site search, and more.
1313

1414
<div class="grid cards" markdown>
1515

16-
- :fontawesome-solid-earth-americas: __[Language]__ – Choose out of the 50+ supported languages or add a new one
16+
- :fontawesome-solid-earth-americas: __[Language]__ – Choose out of the 60+ supported languages or add a new one
1717
- :material-page-layout-sidebar-left: __[Navigation]__ – Create a clear, concise, and comprehensive navigation structure
1818
- :material-page-layout-header: __[Header]__ – Customize the behavior of the header, add an announcement bar
1919
- :material-page-layout-footer: __[Footer]__ – Add links to your social media profiles or websites in the footer

Diff for: docs/setup/setting-up-social-cards.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ The social preview image for the page on [setting up site analytics].
2020

2121
[^1]:
2222
Both types of logos, images ([`theme.logo`](changing-the-logo-and-icons.md#image))
23-
and icons ([`theme.icon.logo`](changing-the-logo-and-icons.md#icon-bundled)) are supported.
24-
While an image logo is used as-is, icons are filled with the
25-
([`social.cards_color.text`](#+social.cards_color)) color. Valid file paths inside the
26-
[`custom_dir`](../customization.md#setup-and-theme-structure) will take priority.
23+
and icons ([`theme.icon.logo`](changing-the-logo-and-icons.md#icon-bundled))
24+
are supported. While an image logo is used as-is, icons are filled with the
25+
([`social.cards_color.text`](#+social.cards_color)) color. Valid file paths
26+
inside the [`custom_dir`](../customization.md#setup-and-theme-structure) will take priority.
2727

2828
[colors]: changing-the-colors.md#primary-color
2929
[fonts]: changing-the-fonts.md#regular-font

Diff for: material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="next" href="{{ page.next_page.url | url }}">
2929
{% endif %}
3030
<link rel="icon" href="{{ config.theme.favicon | url }}">
31-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.8">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.9">
3232
{% endblock %}
3333
{% block htmltitle %}
3434
{% if page.meta and page.meta.title %}

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "9.1.8",
3+
"version": "9.1.9",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)