File tree Expand file tree Collapse file tree 6 files changed +23
-3
lines changed Expand file tree Collapse file tree 6 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9.5.6+insiders-4.52.0 (2024-01-28)
2
+
3
+ * Added support for instant previews
4
+ * Fixed footnote tooltips positioning edge cases
5
+ * Fixed #6703: New tags plugin crashes on Windows
6
+
7
+ mkdocs-material-9.5.6 (2024-01-28)
8
+
9
+ * Fixed #6700: Missing styles for Mermaid.js labels with Markdown
10
+
1
11
mkdocs-material-9.5.5+insiders-4.51.0 (2024-01-24)
2
12
3
13
* Added support for footnote tooltips
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.5.6 <small >January 28, 2024</small > { id="9.5.6" }
6
+
7
+ - Fixed #6700 : Missing styles for Mermaid.js labels with Markdown
8
+
5
9
### 9.5.5 <small >January 24, 2024</small > { id="9.5.5" }
6
10
7
11
- Updated Tagalog translations
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs Insiders
4
4
5
+ ### 4.52.0 <small >January 28, 2024</small > { id="4.52.0" }
6
+
7
+ - Added support for instant previews
8
+ - Fixed footnote tooltips positioning edge cases
9
+ - Fixed #6703 : New tags plugin crashes on Windows
10
+
5
11
### 4.51.0 <small >January 24, 2024</small > { id="4.51.0" }
6
12
7
13
- Added support for footnote tooltips
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.5 "
21
+ __version__ = "9.5.6 "
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.5 ">
35
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.6 ">
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.5 " ,
3
+ "version" : " 9.5.6 " ,
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