File tree Expand file tree Collapse file tree 7 files changed +33
-5
lines changed Expand file tree Collapse file tree 7 files changed +33
-5
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)
2
+
3
+ * Improved editing experience for projects plugin
4
+ * Improved resilience of optimize and social plugin
5
+ * Fixed race condition when writing manifest in optimize and social plugin
6
+ * Fixed #6475: Logo not taking precedence over icon in social card
7
+ * Fixed #6399: Projects plugin doesn't pick up added/removed projects
8
+ * Fixed #6306: Projects plugin cache not correctly updated
9
+
10
+ mkdocs-material-9.5.2 (2023-12-11)
11
+
12
+ * Fixed types for `slugify` settings in blog plugin config
13
+ * Fixed #6469: Horizontal scrollbars on MathJax containers
14
+
1
15
mkdocs-material-9.5.1+insiders-4.47.0 (2023-12-08)
2
16
3
17
* Added support for staying on page when switching languages
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.5.2 <small >December 11, 2023</small > { id="9.5.2" }
6
+
7
+ - Fixed types for ` slugify ` settings in blog plugin config
8
+ - Fixed #6469 : Horizontal scrollbars on MathJax containers
9
+
5
10
### 9.5.1 <small >December 8, 2023</small > { id="9.5.1" }
6
11
7
12
- Updated Greek translations
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs Insiders
4
4
5
+ ### 4.47.1 <small >December 11, 2023</small > { id="4.47.1" }
6
+
7
+ - Improved editing experience for projects plugin
8
+ - Improved resilience of optimize and social plugin
9
+ - Fixed race condition when writing manifest in optimize and social plugin
10
+ - Fixed #6475 : Logo not taking precedence over icon in social card
11
+ - Fixed #6399 : Projects plugin doesn't pick up added/removed projects
12
+ - Fixed #6306 : Projects plugin cache not correctly updated
13
+
5
14
### 4.47.0 <small >December 8, 2023</small > { id="4.47.0" }
6
15
7
16
- Added support for staying on page when switching languages
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.1 "
21
+ __version__ = "9.5.2 "
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.1 ">
35
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.2 ">
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.1 " ,
3
+ "version" : " 9.5.2 " ,
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