1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Prepare 4.1.1 release

This commit is contained in:
squidfunk 2019-03-28 17:18:12 +01:00
parent 6e43b874f6
commit 6500664b14
6 changed files with 18 additions and 17 deletions

View File

@ -1,3 +1,7 @@
mkdocs-material-4.1.1 (2019-03-28)
* Fixed minor CSS errors detected during validation
mkdocs-material-4.1.0 (2019-03-22) mkdocs-material-4.1.0 (2019-03-22)
* Fixed #1023: Search for Asian languages broken after Lunr.js update * Fixed #1023: Search for Asian languages broken after Lunr.js update

View File

@ -64,6 +64,10 @@ pip show mkdocs-material
## Changelog ## Changelog
### 4.1.1 <small>_ March 28, 2019</small>
* Fixed minor CSS errors detected during validation
### 4.1.0 <small>_ March 22, 2019</small> ### 4.1.0 <small>_ March 22, 2019</small>
* Fixed #1023: Search for Asian languages broken after Lunr.js update * Fixed #1023: Search for Asian languages broken after Lunr.js update

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -41,7 +41,7 @@
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}"> <meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
{% endfor %} {% endfor %}
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}"> <link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.1.0"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.1.1">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta and page.meta.title %} {% if page and page.meta and page.meta.title %}
@ -53,7 +53,7 @@
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/application.d0a7fca6.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/application.3020aac5.css' | url }}">
{% if palette.primary or palette.accent %} {% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/application-palette.224b79ff.css' | url }}"> <link rel="stylesheet" href="{{ 'assets/stylesheets/application-palette.224b79ff.css' | url }}">
{% endif %} {% endif %}
@ -190,7 +190,7 @@
{% endblock %} {% endblock %}
</div> </div>
{% block scripts %} {% block scripts %}
<script src="{{ 'assets/javascripts/application.31803f88.js' | url }}"></script> <script src="{{ 'assets/javascripts/application.3ca04de7.js' | url }}"></script>
{% if lang.t("search.language") != "en" %} {% if lang.t("search.language") != "en" %}
{% set languages = lang.t("search.language").split(",") %} {% set languages = lang.t("search.language").split(",") %}
{% if languages | length and languages[0] != "" %} {% if languages | length and languages[0] != "" %}

View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "4.1.0", "version": "4.1.1",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",
@ -8,12 +8,12 @@
"theme" "theme"
], ],
"classifiers": [ "classifiers": [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python", "Programming Language :: Python",
"Topic :: Documentation", "Topic :: Documentation",
"Topic :: Text Processing :: Markup :: HTML" "Topic :: Text Processing :: Markup :: HTML"
], ],
"homepage": "https://squidfunk.github.io/mkdocs-material/", "homepage": "https://squidfunk.github.io/mkdocs-material/",
"bugs": { "bugs": {