Skip to content

Commit

Permalink
Prepare 8.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 7, 2022
1 parent d0f7301 commit dcbbe18
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
@@ -1,3 +1,11 @@
mkdocs-material-8.4.3 (2022-09-07)

* Added Simple Icons to bundled icons (+2,3k icons)
* Added support for changing edit icon
* Moved page actions to separate partial (actions.html)
* Fixed #4291: Version switching doesn't stay on page when anchors are used
* Fixed #4327: Links in data tables do not receive link styling

mkdocs-material-8.4.2 (2022-08-27)

* Updated Slovenian translations
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog/index.md
Expand Up @@ -6,6 +6,14 @@ template: overrides/main.html

## Material for MkDocs

### 8.4.3 <small>_ September 7, 2022</small> { id="8.4.3" }

- Added Simple Icons to bundled icons (+2,3k icons)
- Added support for changing edit icon
- Moved page actions to separate partial (`actions.html`)
- Fixed #4291: Version switching doesn't stay on page when anchors are used
- Fixed #4327: Links in data tables do not receive link styling

### 8.4.2 <small>_ August 27, 2022</small> { id="8.4.2" }

- Updated Slovenian translations
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Expand Up @@ -22,7 +22,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.4.2">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.4.3">
{% 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
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "8.4.2",
"version": "8.4.3",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit dcbbe18

Please sign in to comment.