Skip to content

Commit

Permalink
26.0.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Feb 13, 2025
1 parent d6bd3c3 commit 3bc80b8
Show file tree
Hide file tree
Showing 11 changed files with 5,642 additions and 5,601 deletions.
29 changes: 29 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
12-FEB-2025: 26.0.13

- Adds appearance option in publish and embed dialogs
- Forces light export of diagrams with no adaptive colors
- Skips light-dark function for same light and dark color
- [conf cloud] Adds support for pagePin in Gliffy import
- Adds enableLightDarkColors configuration

07-FEB-2025: 26.0.12

- [conf cloud] Fixes simple view of imported Gliffy diagrams [DID-14343]
- [conf cloud] Disable direct editing if a page has unpublished changes [DID-14257]
- Fixes handling of Ctrl+Enter on Windows [jgraph/drawio#4883]
- Adds transparent background option in iframe embed dialog [jgraph/drawio#4884]
- Handles Ctrl+S while editing labels [jgraph/drawio#4885]
- Fixes editing toolbar alignment in embed mode [jgraph/drawio#4874]
- Updates DOMPurify from 3.2.3 to 3.2.4
- Handles subgroups in GitLab paths [jgraph/drawio#4870]

04-FEB-2025: 26.0.11

- [conf cloud] Show error when embed diagram page not found (deleted or restricted) [DID-14304]
- [conf cloud] Fixed realtime collaboration [DID-12871]

28-JAN-2025: 26.0.10

- [conf cloud] Fixes Gliffy mass import of linked diagrams when done in separate runs [DID-14151]
- Enhanced page links in vsdx import [DID-14276]

27-JAN-2025: 26.0.9

- Fixes possible split is not a function in StyleFormatPanel
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26.0.9
26.0.13
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": "11.4.1",
"pako": "2.1.0",
"crypto-js": "3.1.2",
"dompurify": "3.2.3",
"dompurify": "3.2.4",
"spin.js": "2.0.0",
"roughjs": "4.6.6",
"mathjax": "3.2.2"
Expand Down
4,046 changes: 2,025 additions & 2,021 deletions src/main/webapp/js/app.min.js

Large diffs are not rendered by default.

454 changes: 227 additions & 227 deletions src/main/webapp/js/extensions.min.js

Large diffs are not rendered by default.

3,914 changes: 1,959 additions & 1,955 deletions src/main/webapp/js/integrate.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/main/webapp/js/sanitizer/purify.min.js

Large diffs are not rendered by default.

1,394 changes: 698 additions & 696 deletions src/main/webapp/js/viewer-static.min.js

Large diffs are not rendered by default.

1,394 changes: 698 additions & 696 deletions src/main/webapp/js/viewer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/webapp/service-worker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/webapp/service-worker.js.map

Large diffs are not rendered by default.

0 comments on commit 3bc80b8

Please sign in to comment.