File tree 6 files changed +23
-5
lines changed
6 files changed +23
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
10
mkdocs-material-9.5.17+insiders-4.53.6 (2024-04-05)
2
11
3
12
* Ensure working directory is set for projects when using projects plugin
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
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
+
5
14
### 9.5.17 <small >April 2, 2024</small > { id="9.5.17" }
6
15
7
16
- Updated Serbian translations
Original file line number Diff line number Diff line change 18
18
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
19
19
# IN THE SOFTWARE.
20
20
21
- __version__ = "9.5.17 "
21
+ __version__ = "9.5.18 "
Original file line number Diff line number Diff line change 32
32
< link rel ="alternate " type ="application/rss+xml " title ="{{ lang.t('rss.updated') }} " href ="{{ 'feed_rss_updated.xml' | url }} ">
33
33
{% endif %}
34
34
< 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 ">
36
36
{% endblock %}
37
37
{% block htmltitle %}
38
38
{% if page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mkdocs-material" ,
3
- "version" : " 9.5.17 " ,
3
+ "version" : " 9.5.18 " ,
4
4
"description" : " Documentation that simply works" ,
5
5
"keywords" : [
6
6
" mkdocs" ,
You can’t perform that action at this time.
0 commit comments