mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 5.1.0 release
This commit is contained in:
parent
f90644dac5
commit
24f0c45dce
@ -1,3 +1,7 @@
|
|||||||
|
mkdocs-material-5.1.0 (2020-04-12)
|
||||||
|
|
||||||
|
* Added support for icons from Markdown through mkdocs-material-extensions
|
||||||
|
|
||||||
mkdocs-material-5.0.2 (2020-04-10)
|
mkdocs-material-5.0.2 (2020-04-10)
|
||||||
|
|
||||||
* Added CSS source maps to distribution files
|
* Added CSS source maps to distribution files
|
||||||
|
@ -534,7 +534,7 @@ made. Icon sets which are bundled with Material for MkDocs:
|
|||||||
* [FontAwesome icons][17]: 1.5k icons
|
* [FontAwesome icons][17]: 1.5k icons
|
||||||
* [GitHub's Octicons][18]: 200 icons
|
* [GitHub's Octicons][18]: 200 icons
|
||||||
|
|
||||||
__You can also use icons [directly from :fontawesome-brands-markdown:
|
__You can use all those icons [directly from :fontawesome-brands-markdown:
|
||||||
Markdown][19]!__
|
Markdown][19]!__
|
||||||
|
|
||||||
[15]: #adding-social-links
|
[15]: #adding-social-links
|
||||||
|
@ -18,6 +18,12 @@ pip show mkdocs-material
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 5.1.0 <small>_ April 12, 2020</small>
|
||||||
|
|
||||||
|
* Added support for icons from Markdown through [mkdocs-material-extensions][1]
|
||||||
|
|
||||||
|
[1]: https://github.com/facelessuer/mkdocs-material-extensions
|
||||||
|
|
||||||
### 5.0.2 <small>_ April 10, 2020</small>
|
### 5.0.2 <small>_ April 10, 2020</small>
|
||||||
|
|
||||||
* Added CSS source maps to distribution files
|
* Added CSS source maps to distribution files
|
||||||
@ -66,10 +72,10 @@ pip show mkdocs-material
|
|||||||
|
|
||||||
### 4.6.0 <small>_ December 11, 2019</small>
|
### 4.6.0 <small>_ December 11, 2019</small>
|
||||||
|
|
||||||
* Added support for [mkdocs-git-revision-date-localized-plugin][3]
|
* Added support for [mkdocs-git-revision-date-localized-plugin][2]
|
||||||
* Fixed invalid character in Google Fonts URL
|
* Fixed invalid character in Google Fonts URL
|
||||||
|
|
||||||
[3]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
|
[2]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
|
||||||
|
|
||||||
### 4.5.1 <small>_ December 2, 2019</small>
|
### 4.5.1 <small>_ December 2, 2019</small>
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "5.0.2",
|
"version": "5.1.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "5.0.2",
|
"version": "5.1.0",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user