File tree 6 files changed +25
-5
lines changed
6 files changed +25
-5
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9.5.19 (2024-04-25)
2
+
3
+ * Updated MkDocs to 1.6 and limited version to < 2
4
+ * Updated Docker image to latest Alpine Linux
5
+ * Removed setup.py, now that GitHub fully understands pyproject.toml
6
+ * Improved interop of social plugin with third-party MkDocs themes
7
+ * Fixed #7099: Blog reading time not rendered correctly for Japanese
8
+ * Fixed #7097: Improved resilience of tags plugin when no tags are given
9
+ * Fixed #7090: Active tab indicator in nested content tabs rendering bug
10
+
1
11
mkdocs-material-9.5.18 (2024-04-16)
2
12
3
13
* Refactored tooltips implementation to fix positioning issues
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.5.19 <small >April 25, 2024</small > { id="9.5.19" }
6
+
7
+ - Updated MkDocs to 1.6 and limited version to < 2
8
+ - Updated Docker image to latest Alpine Linux
9
+ - Removed ` setup.py ` , now that GitHub fully understands ` pyproject.toml `
10
+ - Improved interop of social plugin with third-party MkDocs themes
11
+ - Fixed #7099 : Blog reading time not rendered correctly for Japanese
12
+ - Fixed #7097 : Improved resilience of tags plugin when no tags are given
13
+ - Fixed #7090 : Active tab indicator in nested content tabs rendering bug
14
+
5
15
### 9.5.18 <small >April 16, 2024</small > { id="9.5.18" }
6
16
7
17
- Refactored tooltips implementation to fix positioning issues
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.18 "
21
+ __version__ = "9.5.19 "
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.18 ">
35
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.19 ">
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.18 " ,
3
+ "version" : " 9.5.19 " ,
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