Skip to content

Commit

Permalink
24.4.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Jun 5, 2024
1 parent f0a63bd commit 728d214
Show file tree
Hide file tree
Showing 93 changed files with 7,764 additions and 6,790 deletions.
11 changes: 10 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
31-MAY-2024: 24.2.13
05-JUN-2024: 24.4.14

- Adds support for adaptive polling
- Updates DOMPurify from 3.1.4 to 3.1.5
- Adds support for mermaid flowchart elk renderer [drawio-3634]
- Undo/redo selects and scrolls to modified cells [drawio-desktop-1766]
- Fixes preview for sidebar items [drawio-desktop-1737]
- Improves UX for AI generate template tile

31-MAY-2024: 24.4.13

- Moves polyfill scope

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The full packaged .war of the client and servlets is built when the project is t
Supported Browsers
------------------

draw.io supports Chrome 70+, Firefox 70+, Safari 11+, Opera 50+, Native Android browser 7x+, the default browser in the current and previous major iOS versions (e.g. 11.2.x and 10.3.x) and Edge 79+.
draw.io supports Chrome 98+, Firefox 94+, Safari 15.4+, Opera 84+, WebView Android 98+, Safari iOS 15.4+ and Edge 98+.

This project is not open-contribution
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.4.13
24.4.14
2 changes: 1 addition & 1 deletion etc/dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"mermaid": "10.0.2",
"pako": "2.1.0",
"crypto-js": "3.1.2",
"dompurify": "3.1.4",
"dompurify": "3.1.5",
"spin.js": "2.0.0",
"roughjs": "4.6.6",
"mathjax": "3.2.2",
Expand Down
4,469 changes: 2,242 additions & 2,227 deletions src/main/webapp/js/app.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 728d214

Please sign in to comment.