File tree Expand file tree Collapse file tree 7 files changed +29
-5
lines changed Expand file tree Collapse file tree 7 files changed +29
-5
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9.4.10+insiders-4.43.1 (2023-11-19)
2
+
3
+ * Added third-party theme support in projects plugin, improving editing
4
+ * Fixed #6360: Projects plugin crashes when theme is not Material for MkDocs
5
+ * Fixed #6306: Projects plugin not reloading nested project configuration
6
+
7
+ mkdocs-material-9.4.10 (2023-11-19)
8
+
9
+ * Fixed #6356: Version selector can't be disabled via mike's configuration
10
+ * Fixed #6281: Navigation not rendering due to Safari bug (9.4.2 regression)
11
+ * Fixed #6261: Navigation expansion animates on first load (9.4.2 regression)
12
+
1
13
mkdocs-material-9.4.9 (2023-11-17)
2
14
3
15
* Fixed #6344: Long entries cutoff in table of contents
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.4.10 <small >November 19, 2023</small > { id="9.4.10" }
6
+
7
+ - Fixed #6356 : Version selector can't be disabled via mike's configuration
8
+ - Fixed #6281 : Navigation not rendering due to Safari bug (9.4.2 regression)
9
+ - Fixed #6261 : Navigation expansion animates on first load (9.4.2 regression)
10
+
5
11
### 9.4.9 <small >November 17, 2023</small > { id="9.4.9" }
6
12
7
13
- Fixed #6344 : Long entries cutoff in table of contents
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs Insiders
4
4
5
+ ### 4.43.1 <small >November 19, 2023</small > { id="4.43.1" }
6
+
7
+ - Added third-party theme support in projects plugin, improving editing
8
+ - Fixed #6360 : Projects plugin crashes when theme is not Material for MkDocs
9
+ - Fixed #6306 : Projects plugin not reloading nested project configuration
10
+
5
11
### 4.43.0 <small >November 5, 2023</small > { id="4.43.0" }
6
12
7
13
- Added support for GitLab committers (document contributors)
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.4.9 "
21
+ __version__ = "9.4.10 "
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.4.9 ">
35
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.4.10 ">
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.4.9 " ,
3
+ "version" : " 9.4.10 " ,
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