File tree Expand file tree Collapse file tree 5 files changed +25
-3
lines changed Expand file tree Collapse file tree 5 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1+ mkdocs-material-7.0.6 (2021-03-14)
2+
3+ * Added trailing slash to version selector URL
4+ * Added support for out-of-order anchors in table of contents
5+ * Added extra.homepage option to link logo to arbitrary URL
6+ * Improved security of Docker image (always update apk)
7+ * Fixed horizontal spacing for nested inline admonitions
8+ * Fixed text color of code blocks inside links
9+ * Fixed version selector to always use version title
10+ * Fixed logo link when using versioning with instant loading
11+
112mkdocs-material-7.0.5+insiders-2.3.0 (2021-03-13)
213
314 * Added support for back-to-top button
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ template: overrides/main.html
66
77## Material for MkDocs
88
9+ ### 7.0.6 <small >_ March 14, 2021</small >
10+
11+ - Added trailing slash to version selector URL
12+ - Added support for out-of-order anchors in table of contents
13+ - Added ` extra.homepage ` option to link logo to arbitrary URL
14+ - Improved security of Docker image (always update apk)
15+ - Fixed horizontal spacing for nested inline admonitions
16+ - Fixed text color of code blocks inside links
17+ - Fixed version selector to always use version title
18+ - Fixed logo link when using versioning with instant loading
19+
920### 7.0.5 <small >_ March 7, 2021</small >
1021
1122- Added ` extracopyright ` block to allow for custom copyright info
Original file line number Diff line number Diff line change 2727 < link rel ="canonical " href ="{{ page.canonical_url }} ">
2828 {% endif %}
2929 < link rel ="icon " href ="{{ config.theme.favicon | url }} ">
30- < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.0.5 ">
30+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.0.6 ">
3131 {% endblock %}
3232 {% block htmltitle %}
3333 {% if page and page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 11{
22 "name" : " mkdocs-material" ,
3- "version" : " 7.0.5 " ,
3+ "version" : " 7.0.6 " ,
44 "description" : " A Material Design theme for MkDocs" ,
55 "keywords" : [
66 " mkdocs" ,
You can’t perform that action at this time.
0 commit comments