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+
113mkdocs-material-9.4.9 (2023-11-17)
214
315 * Fixed #6344: Long entries cutoff in table of contents
Original file line number Diff line number Diff line change 22
33## Material for MkDocs
44
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+
511### 9.4.9 <small >November 17, 2023</small > { id="9.4.9" }
612
713- Fixed #6344 : Long entries cutoff in table of contents
Original file line number Diff line number Diff line change 22
33## Material for MkDocs Insiders
44
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+
511### 4.43.0 <small >November 5, 2023</small > { id="4.43.0" }
612
713- Added support for GitLab committers (document contributors)
Original file line number Diff line number Diff line change 1818# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919# IN THE SOFTWARE.
2020
21- __version__ = "9.4.9 "
21+ __version__ = "9.4.10 "
Original file line number Diff line number Diff line change 3232 < link rel ="alternate " type ="application/rss+xml " title ="{{ lang.t('rss.updated') }} " href ="{{ 'feed_rss_updated.xml' | url }} ">
3333 {% endif %}
3434 < 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 ">
3636 {% endblock %}
3737 {% block htmltitle %}
3838 {% if page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 11{
22 "name" : " mkdocs-material" ,
3- "version" : " 9.4.9 " ,
3+ "version" : " 9.4.10 " ,
44 "description" : " Documentation that simply works" ,
55 "keywords" : [
66 " mkdocs" ,
You can’t perform that action at this time.
0 commit comments