Skip to content

Commit 0f89eea

Browse files
committed
Prepare 7.1.11 release
1 parent e30b814 commit 0f89eea

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

CHANGELOG

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
mkdocs-material-7.1.11+insiders.2.11.0 (2021-07-18)
2+
3+
* Improved Mermaid.js intergration, now stable
4+
* Added support for sequence diagrams
5+
* Added support for entity relationship diagrams
6+
* Added support for cookie consent configuration
7+
* Added feature flag to always enable annotations
8+
9+
mkdocs-material-7.1.11 (2021-07-18)
10+
11+
* Updated Spanish and Galician translations
12+
113
mkdocs-material-7.1.10+insiders.2.10.0 (2021-07-10)
214

315
* Added support for cookie consent

docs/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

9+
### 7.1.11 <small>_ July 18, 2021</small>
10+
11+
- Updated Spanish and Galician translations
12+
913
### 7.1.10 <small>_ July 10, 2021</small>
1014

1115
- Refactored appearance of back-to-top button

docs/insiders/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ template: overrides/main.html
66

77
## Material for MkDocs Insiders
88

9+
### 2.11.0 <small>_ July 18, 2021</small>
10+
11+
- Improved Mermaid.js intergration, now stable
12+
- Added support for sequence diagrams
13+
- Added support for entity relationship diagrams
14+
- Added support for cookie consent configuration
15+
- Added feature flag to always enable annotations
16+
917
### 2.10.0 <small>_ July 10, 2021</small>
1018

1119
- Added support for cookie consent

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<link rel="canonical" href="{{ page.canonical_url }}">
2828
{% endif %}
2929
<link rel="icon" href="{{ config.theme.favicon | url }}">
30-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.1.10">
30+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.1.11">
3131
{% endblock %}
3232
{% block htmltitle %}
3333
{% if page and page.meta and page.meta.title %}

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "7.1.10",
3+
"version": "7.1.11",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)