8000 Prepare 5.1.0 release · squidfunk/mkdocs-material@24f0c45 · GitHub
[go: up one dir, main page]

Skip to content

Commit 24f0c45

Browse files
committed
Prepare 5.1.0 release
1 parent f90644d commit 24f0c45

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
mkdocs-material-5.1.0 (2020-04-12)
2+
3+
* Added support for icons from Markdown through mkdocs-material-extensions
4+
15
mkdocs-material-5.0.2 (2020-04-10)
26

37
* Added CSS source maps to distribution files

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ made. Icon sets which are bundled with Material for MkDocs:
534534
* [FontAwesome icons][17]: 1.5k icons
535535
* [GitHub's Octicons][18]: 200 icons
536536

537-
__You can also use icons [directly from :fontawesome-brands-markdown:
537+
__You can use all those icons [directly from :fontawesome-brands-markdown:
538538
Markdown][19]!__
539539

540540
[15]: #adding-social-links

docs/releases/changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ pip show mkdocs-material
1818

1919
## Changelog
2020

21+
### 5.1.0 <small>_ April 12, 2020</small>
22+
23+
* Added support for icons from Markdown through [mkdocs-material-extensions][1]
24+
25+
[1]: https://github.com/facelessuer/mkdocs-material-extensions
26+
2127
### 5.0.2 <small>_ April 10, 2020</small>
2228

2329
* Added CSS source maps to distribution files
@@ -66,10 +72,10 @@ pip show mkdocs-material
6672

6773
### 4.6.0 <small>_ December 11, 2019</small>
6874

69-
* Added support for [mkdocs-git-revision-date-localized-plugin][3]
75+
* Added support for [mkdocs-git-revision-date-localized-plugin][2]
7076
* Fixed invalid character in Google Fonts URL
7177

72-
[3]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
78+
[2]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
7379

7480
### 4.5.1 <small>_ December 2, 2019</small>
7581

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)
0