mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Prepare 6.2.0 release
This commit is contained in:
parent
f3ad7e2f28
commit
9fd96b3193
14
CHANGELOG
14
CHANGELOG
@ -1,3 +1,17 @@
|
|||||||
|
mkdocs-material-6.2.0 (2020-12-22)
|
||||||
|
|
||||||
|
* Added support for navigation sections
|
||||||
|
* Added support for navigation expansion
|
||||||
|
* Added support for integrating table of contents into navigation
|
||||||
|
* Added support for auto-hiding header on scroll
|
||||||
|
* Added support for hiding navigation and table of contents per page
|
||||||
|
* Added support for arbitrary items in navigation tabs
|
||||||
|
* Refactored navigation tabs to simplify grouping behavior
|
||||||
|
* Fixed anchor offset for permalinks in Safari (partial revert)
|
||||||
|
* Fixed #2098: Active tab sometimes not highlighted correctly
|
||||||
|
* Improved appearance for horizontal rulers
|
||||||
|
* Improved Spanish and Swedish translations
|
||||||
|
|
||||||
mkdocs-material-6.1.7+insiders-1.13.1 (2020-12-20)
|
mkdocs-material-6.1.7+insiders-1.13.1 (2020-12-20)
|
||||||
|
|
||||||
* Fixed horizontal scrollbars for language and version selection
|
* Fixed horizontal scrollbars for language and version selection
|
||||||
|
@ -6,6 +6,20 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 6.2.0 <small>_ December 22, 2020</small>
|
||||||
|
|
||||||
|
- Added support for navigation sections
|
||||||
|
- Added support for navigation expansion
|
||||||
|
- Added support for integrating table of contents into navigation
|
||||||
|
- Added support for auto-hiding header on scroll
|
||||||
|
- Added support for hiding navigation and table of contents per page
|
||||||
|
- Added support for arbitrary items in navigation tabs
|
||||||
|
- Refactored navigation tabs to simplify grouping behavior
|
||||||
|
- Fixed anchor offset for permalinks in Safari (partial revert)
|
||||||
|
- Fixed #2098: Active tab sometimes not highlighted correctly
|
||||||
|
- Improved appearance for horizontal rulers
|
||||||
|
- Improved Spanish and Swedish translations
|
||||||
|
|
||||||
### 6.1.7 <small>_ December 6, 2020</small>
|
### 6.1.7 <small>_ December 6, 2020</small>
|
||||||
|
|
||||||
- Fixed #2081: Fixed stats for private GitHub repositories
|
- Fixed #2081: Fixed stats for private GitHub repositories
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "6.1.7",
|
"version": "6.2.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "6.1.7",
|
"version": "6.2.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