From 84251be688e08aeb7d240454be7b448ecf5171fa Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 6 Dec 2020 11:47:21 +0100 Subject: [PATCH] Prepare 6.1.7 release --- CHANGELOG | 29 +++++++++++++++++------------ docs/changelog.md | 29 +++++++++++++++++------------ material/base.html | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 37 insertions(+), 27 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6044dd20e..716fb2702 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-material-6.1.7 (2020-12-06) + + * Fixed #2081: Fixed stats for private GitHub repositories + * Fixed alignment for admonition icon alignment for right-to-left languages + mkdocs-material-6.1.6+insiders-1.11.2 (2020-11-29) * Fixed #2068: Search highlight interprets code blocks as JavaScript @@ -9,7 +14,7 @@ mkdocs-material-6.1.6+insiders-1.11.1 (2020-11-29) mkdocs-material-6.1.6+insiders-1.11.0 (2020-11-22) - * Added support for rendering Admonitions as inline blocks + * Added support for rendering admonitions as inline blocks mkdocs-material-6.1.6 (2020-11-22) @@ -46,7 +51,7 @@ mkdocs-material-6.1.2+insiders-1.8.0 (2020-11-01) mkdocs-material-6.1.2 (2020-10-31) - * Fixed sizing of icons in Admonition, Tasklist, etc. (6.1.1 regression) + * Fixed sizing of icons in admonitions, task lists, etc. (6.1.1 regression) mkdocs-material-6.1.1 (2020-10-31) @@ -187,7 +192,7 @@ mkdocs-material-5.5.2 (2020-08-03) * Improved highlight colors and spacing for ins, del and mark * Changed some keyboard symbols for better equivalents * Removed focus outline for details and code blocks on touch devices - * Fixed margins for Admonitions (5.5.1 regression) + * Fixed margins for admonitions (5.5.1 regression) * Fixed too small content tab labels (5.5.1 regression) * Fixed icon repeating for custom admonition icons @@ -339,7 +344,7 @@ mkdocs-material-5.0.0 (2020-04-07) * Support for displaying stars and forks for GitLab repositories * Support for scroll snapping of sidebars and search results * Reduced HTML and CSS footprint due to deprecation of IE support - * Slight facelifting of some UI elements (Admonitions, tables, ...) + * Slight facelifting of some UI elements (admonitions, tables, ...) mkdocs-material-4.6.3 (2020-02-14) @@ -636,8 +641,8 @@ mkdocs-material-2.4.0 (2018-01-11) mkdocs-material-2.3.0 (2018-01-09) - * Added example (synonym: snippet) style for Admonition - * Added synonym abstract for summary style for Admonition + * Added example (synonym: snippet) style for admonitions + * Added synonym abstract for summary style for admonitions mkdocs-material-2.2.6 (2017-12-27) @@ -661,11 +666,11 @@ mkdocs-material-2.2.2 (2017-12-08) * Added Dutch translations * Adjusted targeted link and footnote offsets - * Simplified Admonition styles and fixed padding bug + * Simplified admonition styles and fixed padding bug mkdocs-material-2.2.1 (2017-12-02) - * Fixed #616: Minor styling error with title-only admonition blocks + * Fixed #616: Minor styling error with title-only admonitions * Removed border for table of contents and improved spacing mkdocs-material-2.2.0 (2017-11-22) @@ -777,10 +782,10 @@ mkdocs-material-1.10.0 (2017-09-01) mkdocs-material-1.9.0 (2017-08-29) - * Added info (synonym: todo) style for Admonition - * Added question (synonym: help, faq) style for Admonition + * Added info (synonym: todo) style for admonitions + * Added question (synonym: help, faq) style for admonitions * Added support for Details from PyMdown Extensions package - * Improved Admonition styles to match Details + * Improved admonition styles to match details * Improved styles for social links in footer * Replaced ligatures with Unicode code points to avoid broken layout * Upgraded PyMdown Extensions package dependency to >= 3.4 @@ -927,7 +932,7 @@ mkdocs-material-1.3.0 (2017-03-11) mkdocs-material-1.2.0 (2017-03-03) - * Added quote (synonym: cite) style for Admonition + * Added quote (synonym: cite) style for admonitions * Added help message to build pipeline * Fixed wrong navigation link colors when applying palette * Fixed #197: Link missing in tabs navigation on deeply nested items diff --git a/docs/changelog.md b/docs/changelog.md index 37ca50afe..9e4b5ed90 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -17,7 +17,7 @@ template: overrides/main.html ### 1.11.0 _ November 22, 2020 -- Added support for rendering Admonitions as inline blocks +- Added support for rendering admonitions as inline blocks ### 1.10.0 _ November 15, 2020 @@ -80,6 +80,11 @@ template: overrides/main.html ## Material for MkDocs +### 6.1.7 _ December 6, 2020 + +- Fixed #2081: Fixed stats for private GitHub repositories +- Fixed alignment for admonition icon alignment for right-to-left languages + ### 6.1.6 _ November 22, 2020 - Fixed #2048: Math formulas show scrollbars (Windows) @@ -101,7 +106,7 @@ template: overrides/main.html ### 6.1.2 _ October 31, 2020 -- Fixed sizing of icons in Admonition, Tasklist, etc. (6.1.1 regression) +- Fixed sizing of icons in admonitions, task lists, etc. (6.1.1 regression) ### 6.1.1 _ October 31, 2020 @@ -203,7 +208,7 @@ template: overrides/main.html - Improved highlight colors and spacing for `ins`, `del` and `mark` - Changed some keyboard symbols for better equivalents - Removed focus `outline` for details and code blocks on touch devices -- Fixed margins for Admonitions (5.5.1 regression) +- Fixed margins for admonitions (5.5.1 regression) - Fixed too small content tab labels (5.5.1 regression) - Fixed icon repeating for custom admonition icons @@ -353,7 +358,7 @@ template: overrides/main.html - Support for displaying stars and forks for GitLab repositories - Support for scroll snapping of sidebars and search results - Reduced HTML and CSS footprint due to deprecation of Internet Explorer support -- Slight facelifting of some UI elements (Admonitions, tables, ...) +- Slight facelifting of some UI elements (admonitions, tables, ...) ### 4.6.3 _ February 14, 2020 @@ -652,8 +657,8 @@ template: overrides/main.html ### 2.3.0 _ January 9, 2018 -- Added `example` (synonym: `snippet`) style for Admonition -- Added synonym `abstract` for `summary` style for Admonition +- Added `example` (synonym: `snippet`) style for admonitions +- Added synonym `abstract` for `summary` style for admonitions ### 2.2.6 _ December 27, 2017 @@ -677,11 +682,11 @@ template: overrides/main.html - Added Dutch translations - Adjusted targeted link and footnote offsets -- Simplified Admonition styles and fixed padding bug +- Simplified admonition styles and fixed padding bug ### 2.2.1 _ December 2, 2017 -- Fixed #616: Minor styling error with title-only admonition blocks +- Fixed #616: Minor styling error with title-only admonitions - Removed border for table of contents and improved spacing ### 2.2.0 _ November 22, 2017 @@ -791,10 +796,10 @@ template: overrides/main.html ### 1.9.0 _ August 29, 2017 -- Added `info` (synonym: `todo`) style for Admonition -- Added `question` (synonym: `help`, `faq`) style for Admonition +- Added `info` (synonym: `todo`) style for admonitions +- Added `question` (synonym: `help`, `faq`) style for admonitions - Added support for Details from PyMdown Extensions package -- Improved Admonition styles to match Details +- Improved admonition styles to match details - Improved styles for social links in footer - Replaced ligatures with Unicode code points to avoid broken layout - Upgraded PyMdown Extensions package dependency to >= 3.4 @@ -941,7 +946,7 @@ template: overrides/main.html ### 1.2.0 _ March 3, 2017 -- Added `quote` (synonym: `cite`) style for Admonition +- Added `quote` (synonym: `cite`) style for admonitions - Added help message to build pipeline - Fixed wrong navigation link colors when applying palette - Fixed #197: Link missing in tabs navigation on deeply nested items diff --git a/material/base.html b/material/base.html index ca82de4fb..5650cbbb8 100644 --- a/material/base.html +++ b/material/base.html @@ -27,7 +27,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page and page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 6968133aa..cf1736f0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "6.1.6", + "version": "6.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ee675c439..82971a985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "6.1.6", + "version": "6.1.7", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",