Skip to content

Commit

Permalink
24.8.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Nov 22, 2024
1 parent 8ef6dfd commit eb1418a
Show file tree
Hide file tree
Showing 118 changed files with 6,970 additions and 4,838 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
22-NOV-2024: 24.8.9

- Forces service worker to reload Confluence and Jira html to fetch the new CSP header [DID-13083]

21-NOV-2024: 24.8.8

- Fixes possible NPE

21-NOV-2024: 24.8.7

- Fixes font size and line height change for selection text [jgraph/drawio-desktop#1880]
- Removes implicit CSS values and empty style attributes from DOM
- Adds OpenStack stencils
- Adds Power Platform stencils to Azure and Dynamics365 stencils

13-NOV-2024: 24.8.6

- Corrects sidebar build
Expand Down
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ As well as running this project, we run a production-grade deployment of the dia
License
-----------------

The source code authored by us in this repo is licensed under a modified Apache v2 license. This project is not an open source project as a result.
The minified code authored by us in this repo is licensed under an Apache v2 license, but the sources to build those files are not in this repo. This is not an open source project.

The JGraph provided icons and diagram templates are licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). Additional terms may also apply where the icons are originally defined by a third-party copyright holder. We have checked in all cases that the original license allows use in this project. Also see the terms for using the draw.io logo below.

Expand All @@ -20,7 +20,7 @@ Scope of the Project

draw.io is a diagramming or whiteboarding application, depending on which theme is selected. It is not an SVG editing app, the SVG export is designed only for embedding in web pages, not for further editing in other tools.

The application is designed to be used largely as-is. draw.io is not suitable as a framework for building other products from. For this try either [Tldraw](https://github.com/tldraw/tldraw) or [Excalidraw](https://github.com/excalidraw/excalidraw).
The application is designed to be entirely as-is. draw.io is not suitable as a framework for building other products from, as source code is not provided. For this try either [Tldraw](https://github.com/tldraw/tldraw) or [Excalidraw](https://github.com/excalidraw/excalidraw).

Note, in particular, we don't have support for collaborative editing in this project. If this is important, one of the projects above is likely a better choice.

Expand All @@ -40,13 +40,6 @@ Supported Browsers

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
------------------------------------------------------

draw.io is also closed to contributions, as it's not open source. We follow a development process compliant with our SOC 2 Type II process. We do not have a mechanism where we can accept contributions from non-staff members.

draw.io is not suitable as a framework for building other products from. For this try either [Tldraw](https://github.com/tldraw/tldraw) or [Excalidraw](https://github.com/excalidraw/excalidraw).

Logo and trademark usage
------------------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.8.6
24.8.9
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.2.0",
"pako": "2.1.0",
"crypto-js": "3.1.2",
"dompurify": "3.1.5",
"dompurify": "3.2.1",
"spin.js": "2.0.0",
"roughjs": "4.6.6",
"mathjax": "3.2.2",
Expand Down
Binary file modified src/main/webapp/images/sidebar-azure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/images/sidebar-dynamics365.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/webapp/images/sidebar-openstack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
278 changes: 278 additions & 0 deletions src/main/webapp/img/lib/azure2/power_platform/AIBuilder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit eb1418a

Please sign in to comment.