Skip to content

Commit

Permalink
Prepare 9.1.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jun 23, 2023
1 parent d8a0e36 commit 9c7ff74
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 7 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
mkdocs-material-9.1.16+insiders-4.36.0 (2023-07-15)
mkdocs-material-9.1.17+insiders-4.36.1 (2023-06-23)

* Fixed #5618: Date comparison breaking for drafts in blog plugin

mkdocs-material-9.1.17 (2023-06-23)

* Fixed #5633: Code annotations with nested lists incorrectly mounted
* Fixed #5628: Regression in new social plugin configuration scheme

mkdocs-material-9.1.16+insiders-4.36.0 (2023-06-15)

* Added support for instant prefetching to speed up slow connections
* Improved stability of anchor link removal in built-in typeset plugin
* Improved performance of regular expressions in typeset plugin
* Removed unnecessary import test for cairosvg in optimize plugin
* Fixed #5590: regular expression for anchor link removal too greedy

mkdocs-material-9.1.16 (2023-07-15)
mkdocs-material-9.1.16 (2023-06-15)

* Updated Indonesian translations
* Ensure scroll bar follows color scheme of operating system
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Material for MkDocs

### 9.1.17 <small>June 23, 2023</small> { id="9.1.17" }

- Fixed #5633: Code annotations with nested lists incorrectly mounted
- Fixed #5628: Regression in new social plugin configuration scheme

### 9.1.16 <small>June 15, 2023</small> { id="9.1.16" }

- Updated Indonesian translations
Expand Down
6 changes: 5 additions & 1 deletion docs/insiders/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

## Material for MkDocs Insiders

### 4.36.1 <small>June 23, 2023</small> { id="4.36.1" }

- Fixed #5618: Date comparison breaking for drafts in blog plugin

### 4.36.0 <small>June 15, 2023</small> { id="4.36.0" }

- Added support for instant prefetching to speed up slow connections
- Improved stability of anchor link removal in built-in typeset plugin
- Improved performance of regular expressions in typeset plugin
- Removed unnecessary import test for `cairosvg` in optimize plugin
- Fixed #5590: regular expression for anchor link removal too greedy
- Fixed #5590: Regular expression for anchor link removal too greedy

### 4.35.3 <small>June 1, 2023</small> { id="4.35.3" }

Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="next" href="{{ page.next_page.url | url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.16">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.17">
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "9.1.16",
"version": "9.1.17",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 9c7ff74

Please sign in to comment.