Skip to content

Commit 3b592ab

Browse files
committed
Prepare 9.5.18 release
1 parent f028004 commit 3b592ab

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

Diff for: CHANGELOG

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
mkdocs-material-9.5.18 (2024-04-16)
2+
3+
* Refactored tooltips implementation to fix positioning issues
4+
* Fixed #7044: Rendering glitch when hovering contributor avatar in Chrome
5+
* Fixed #7043: Highlighted lines in code blocks cutoff on mobile
6+
* Fixed #6910: Incorrect position of tooltip for page status in sidebar
7+
* Fixed #6760: Incorrect position and overly long tooltip in tables
8+
* Fixed #6488: Incorrect position and cutoff tooltip in content tabs
9+
110
mkdocs-material-9.5.17+insiders-4.53.6 (2024-04-05)
211

312
* Ensure working directory is set for projects when using projects plugin

Diff for: docs/changelog/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## Material for MkDocs
44

5+
### 9.5.18 <small>April 16, 2024</small> { id="9.5.18" }
6+
7+
- Refactored tooltips implementation to fix positioning issues
8+
- Fixed #7044: Rendering glitch when hovering contributor avatar in Chrome
9+
- Fixed #7043: Highlighted lines in code blocks cutoff on mobile
10+
- Fixed #6910: Incorrect position of tooltip for page status in sidebar
11+
- Fixed #6760: Incorrect position and overly long tooltip in tables
12+
- Fixed #6488: Incorrect position and cutoff tooltip in content tabs
13+
514
### 9.5.17 <small>April 2, 2024</small> { id="9.5.17" }
615

716
- Updated Serbian translations

Diff for: material/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21-
__version__ = "9.5.17"
21+
__version__ = "9.5.18"

Diff for: material/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
3333
{% endif %}
3434
<link rel="icon" href="{{ config.theme.favicon | url }}">
35-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.17">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.18">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% if page.meta and page.meta.title %}

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "9.5.17",
3+
"version": "9.5.18",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)