mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Prepare 9.5.8 release
This commit is contained in:
parent
1b398c0add
commit
3fb5f06793
@ -1,3 +1,9 @@
|
|||||||
|
mkdocs-material-9.5.8 (2024-02-07)
|
||||||
|
|
||||||
|
* Added Tamil translations
|
||||||
|
* Updated Esperanto translations
|
||||||
|
* Fixed relative images not being resolved for instant navigation
|
||||||
|
|
||||||
mkdocs-material-9.5.7 (2024-02-03)
|
mkdocs-material-9.5.7 (2024-02-03)
|
||||||
|
|
||||||
* Fixed #6731: Small images in figures are not centered
|
* Fixed #6731: Small images in figures are not centered
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 9.5.8 <small>February 7, 2024</small> { id="9.5.8" }
|
||||||
|
|
||||||
|
- Added Tamil translations
|
||||||
|
- Updated Esperanto translations
|
||||||
|
- Fixed relative images not being resolved for instant navigation
|
||||||
|
|
||||||
### 9.5.7 <small>February 3, 2024</small> { id="9.5.7" }
|
### 9.5.7 <small>February 3, 2024</small> { id="9.5.7" }
|
||||||
|
|
||||||
- Fixed #6731: Small images in figures are not centered
|
- Fixed #6731: Small images in figures are not centered
|
||||||
|
@ -18,4 +18,4 @@
|
|||||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||||
# IN THE SOFTWARE.
|
# IN THE SOFTWARE.
|
||||||
|
|
||||||
__version__ = "9.5.7"
|
__version__ = "9.5.8"
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
|
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.7">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.8">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page.meta and page.meta.title %}
|
{% if page.meta and page.meta.title %}
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.5.7",
|
"version": "9.5.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.5.7",
|
"version": "9.5.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clipboard": "^2.0.11",
|
"clipboard": "^2.0.11",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "9.5.7",
|
"version": "9.5.8",
|
||||||
"description": "Documentation that simply works",
|
"description": "Documentation that simply works",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
@ -60,7 +60,7 @@ recommended = [
|
|||||||
]
|
]
|
||||||
git = [
|
git = [
|
||||||
"mkdocs-git-committers-plugin-2~=1.1",
|
"mkdocs-git-committers-plugin-2~=1.1",
|
||||||
"mkdocs-git-revision-date-localized-plugin~=1.2,<1.2.3"
|
"mkdocs-git-revision-date-localized-plugin~=1.2,>=1.2.4"
|
||||||
]
|
]
|
||||||
imaging = [
|
imaging = [
|
||||||
"pillow~=10.2",
|
"pillow~=10.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user