File tree Expand file tree Collapse file tree 6 files changed +33
-5
lines changed Expand file tree Collapse file tree 6 files changed +33
-5
lines changed Original file line number Diff line number Diff line change
1
+ mkdocs-material-9.5.5 (2024-01-24)
2
+
3
+ * Updated Tagalog translations
4
+ * Updated Pillow to 10.2 to mitigate security vulnerabilities
5
+ * Improved resilience of instant navigation
6
+ * Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest)
7
+ * Fixed #6652: Keyboard events in custom elements captured
8
+ * Fixed #6582: Instant navigation doesn't correctly handle alternate URLs
9
+ * Fixed #6565: Instant navigation doesn't allow for onclick handlers
10
+ * Fixed #6345: Instant navigation sometimes breaks browser back button
11
+ * Fixed #6334: Instant navigation doesn't correctly position anchors (Safari)
12
+ * Fixed #6275: Instant navigation doesn't correctly resolve after 404
13
+ * Fixed #6102: Instant navigation reloads page on same link navigation
14
+
1
15
mkdocs-material-9.5.4+insiders-4.50.0 (2024-01-19)
2
16
3
17
* Added configurable logging capabilities to privacy plugin
Original file line number Diff line number Diff line change 2
2
3
3
## Material for MkDocs
4
4
5
+ ### 9.5.5 <small >January 24, 2024</small > { id="9.5.5" }
6
+
7
+ - Updated Tagalog translations
8
+ - Updated Pillow to 10.2 to mitigate security vulnerabilities
9
+ - Improved resilience of instant navigation
10
+ - Fixed #6687 : Updated Mermaid.js to version 10.7.0 (latest)
11
+ - Fixed #6652 : Keyboard events in custom elements captured
12
+ - Fixed #6582 : Instant navigation doesn't correctly handle alternate URLs
13
+ - Fixed #6565 : Instant navigation doesn't allow for ` onclick ` handlers
14
+ - Fixed #6345 : Instant navigation sometimes breaks browser back button
15
+ - Fixed #6334 : Instant navigation doesn't correctly position anchors (Safari)
16
+ - Fixed #6275 : Instant navigation doesn't correctly resolve after 404
17
+ - Fixed #6102 : Instant navigation reloads page on same link navigation
18
+
5
19
### 9.5.4 <small >January 15, 2024</small > { id="9.5.4" }
6
20
7
21
- Fixed #6645 : Local storage with invalid value can break site
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.4 "
21
+ __version__ = "9.5.5 "
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.4 ">
35
+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.5 ">
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.4 " ,
3
+ "version" : " 9.5.5 " ,
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