1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

Prepare 7.2.2 release

This commit is contained in:
squidfunk 2021-07-31 10:35:21 +02:00
parent e4b9de708c
commit 619d47f562
10 changed files with 117 additions and 5 deletions

View File

@ -1,3 +1,8 @@
mkdocs-material-7.2.2 (2021-07-31)
* Updated Korean translations
* Fixed #2879: Search highlighting does not properly escape HTML
mkdocs-material-7.2.1+insiders-2.12.1 (2021-07-26)
* Fixed error in social cards plugin when site_description was not set

View File

@ -6,6 +6,11 @@ template: overrides/main.html
## Material for MkDocs
### 7.2.2 <small>_ July 31, 2021</small>
- Updated Korean translations
- Fixed #2879: Search highlighting does not properly escape HTML
### 7.2.1 <small>_ July 25, 2021</small>
- Fixed #2862: Back-to-top button overlays active search bar

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
<link rel="icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.2.1">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.2.2">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

View File

@ -12,13 +12,24 @@
"meta.source": "출처",
"search.config.pipeline": " ",
"search.placeholder": "검색",
"search.share": "공유",
"search.reset": "지우기",
"search.result.initializer": "검색 초기화",
"search.result.placeholder": "검색어를 입력하세요",
"search.result.none": "검색어와 일치하는 문서가 없습니다",
"search.result.one": "1개의 일치하는 문서",
"search.result.other": "#개의 일치하는 문서",
"search.result.more.one": "이 문서에서 1개의 검색 결과 더 보기",
"search.result.more.other": "이 문서에서 #개의 검색 결과 더 보기",
"search.result.term.missing": "포함되지 않은 검색어",
"search.title": "검색",
"select.language.title": "언어설정",
"select.version.title": "버전 선택",
"skip.link.title": "콘텐츠로 이동",
"source.link.title": "저장소로 이동",
"source.revision.date": "마지막 업데이트",
"source.file.date.updated": "마지막 업데이트",
"source.file.date.created": "만들어진",
"toc.title": "목차"
"source.file.date.created": "작성일",
"toc.title": "목차",
"top.title": "맨위로"
}[key] }}{% endmacro %}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "7.2.1",
"version": "7.2.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "7.2.1",
"version": "7.2.2",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",