File tree 7 files changed +27
-5
lines changed
7 files changed +27
-5
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9.5.17+insiders-4.53.5 (2024-04-02)
2
+
3
+ * Fixed social plugin crashing when no colors are specified in palettes
4
+
5
+ mkdocs-material-9.5.17 (2024-04-02)
6
+
7
+ * Updated Serbian translations
8
+ * Fixed #7003: Confusing keyboard interaction for palette toggle
9
+ * Fixed #7001: Blog posts now show time by default (9.5.16 regression)
10
+ * Fixed edge case in backport of social plugin font loading logic
11
+
1
12
mkdocs-material-9.5.16+insiders-4.53.4 (2024-03-31)
2
13
3
14
* Fixed #6973: Escaping issue in tags extra files deprecation helper
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.5.17 <small >April 2, 2024</small > { id="9.5.17" }
6
+
7
+ - Updated Serbian translations
8
+ - Fixed #7003 : Confusing keyboard interaction for palette toggle
9
+ - Fixed #7001 : Blog posts now show time by default (9.5.16 regression)
10
+ - Fixed edge case in backport of social plugin font loading logic
11
+
5
12
### 9.5.16 <small >March 31, 2024</small > { id="9.5.16" }
6
13
7
14
- Updated Russian translations
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs Insiders
4
4
5
+ ### 4.53.5 <small >April 2, 2024</small > { id="4.53.5" }
6
+
7
+ - Fixed social plugin crashing when no colors are specified in palettes
8
+
5
9
### 4.53.4 <small >March 31, 2024</small > { id="4.53.4" }
6
10
7
11
- Fixed #6973 : Escaping issue in tags extra files deprecation helper
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.16 "
21
+ __version__ = "9.5.17 "
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.16 ">
35
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.17 ">
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.16 " ,
3
+ "version" : " 9.5.17 " ,
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