mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 9.5.3 release
This commit is contained in:
parent
6b690e9acd
commit
284264a37e
11
CHANGELOG
11
CHANGELOG
@ -1,3 +1,10 @@
|
||||
mkdocs-material-9.5.3 (2023-12-23)
|
||||
|
||||
* Limited version range of MkDocs to < 1.6
|
||||
* Updated Macedonian translations
|
||||
* Fixed #6520: Group plugin crashes when using mike
|
||||
* Fixed #6494: Hide author's email address if disabled in git-authors plugin
|
||||
|
||||
mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)
|
||||
|
||||
* Improved editing experience for projects plugin
|
||||
@ -9,7 +16,7 @@ mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)
|
||||
|
||||
mkdocs-material-9.5.2 (2023-12-11)
|
||||
|
||||
* Fixed types for `slugify` settings in blog plugin config
|
||||
* Fixed types for slugify settings in blog plugin config
|
||||
* Fixed #6469: Horizontal scrollbars on MathJax containers
|
||||
|
||||
mkdocs-material-9.5.1+insiders-4.47.0 (2023-12-08)
|
||||
@ -2521,7 +2528,7 @@ mkdocs-material-4.0.0 (2019-02-13)
|
||||
|
||||
mkdocs-material-3.3.0 (2019-01-29)
|
||||
|
||||
* Moved Google Analytics integration into `head` using Google Tag Manager
|
||||
* Moved Google Analytics integration into head using Google Tag Manager
|
||||
* Fixed #972: Unicode slugifier breaks table of contents blur on scroll
|
||||
* Fixed #974: Additional links in table of contents break blur on scroll
|
||||
|
||||
|
@ -2,6 +2,13 @@
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 9.5.3 <small>December 23, 2023</small> { id="9.5.3" }
|
||||
|
||||
- Limited version range of MkDocs to < 1.6
|
||||
- Updated Macedonian translations
|
||||
- Fixed #6520: Group plugin crashes when using mike
|
||||
- Fixed #6494: Hide author's email address if disabled in git-authors plugin
|
||||
|
||||
### 9.5.2 <small>December 11, 2023</small> { id="9.5.2" }
|
||||
|
||||
- Fixed types for `slugify` settings in blog plugin config
|
||||
|
@ -18,4 +18,4 @@
|
||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
__version__ = "9.5.2"
|
||||
__version__ = "9.5.3"
|
||||
|
@ -32,7 +32,7 @@
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
|
||||
{% endif %}
|
||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.2">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.3">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page.meta and page.meta.title %}
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.5.2",
|
||||
"version": "9.5.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.5.2",
|
||||
"version": "9.5.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"clipboard": "^2.0.11",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "9.5.2",
|
||||
"version": "9.5.3",
|
||||
"description": "Documentation that simply works",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user