Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
24.8.6 release
Browse files Browse the repository at this point in the history
davidjgraph committed Nov 19, 2024
1 parent 9c959a7 commit c143658
Showing 606 changed files with 7,490 additions and 1,220,967 deletions.
33 changes: 33 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
13-NOV-2024: 24.8.6

- Corrects sidebar build

13-NOV-2024: 24.8.5

- [conf cloud] Removes target options from the page IDs export [DID-12937]
- Adds Alibaba Cloud stencils
- [teams] Fixes mobile app file picker

04-NOV-2024: 24.8.4

- [conf cloud] Removes confluence embed file hash to fix embed iframe [DID-12936]

25-OCT-2024: 24.8.3

- [desktop] Fixes print page size [jgraph/drawio-desktop#1893]

23-OCT-2024: 24.8.2

- Adds IBM Cloud stencil set

22-OCT-2024: 24.8.1

- Initial convert of confluence connect manifest to forge

18-OCT-2024: 24.8.0

- Fixes math typesetting in svg export [jgraph/drawio-desktop#1874]
- Adds new Citrix stencil set
- Initial convert of jira connect manifest to forge
- [jira cloud] Fixes search page error

30-SEP-2024: 24.7.17

- [conf cloud] Fixes showing older versions of a diagram in page history [DID-12641]
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -206,4 +206,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.7.17
24.8.6
3 changes: 3 additions & 0 deletions etc/build/build.xml
Original file line number Diff line number Diff line change
@@ -89,6 +89,7 @@
<file name="Sidebar.js" />
<file name="Sidebar-ActiveDirectory.js" />
<file name="Sidebar-Advanced.js" />
<file name="Sidebar-AlibabaCloud.js" />
<file name="Sidebar-AlliedTelesis.js" />
<file name="Sidebar-Android.js" />
<file name="Sidebar-ArchiMate.js" />
@@ -111,6 +112,7 @@
<file name="Sidebar-Cisco19.js" />
<file name="Sidebar-CiscoSafe.js" />
<file name="Sidebar-Citrix.js" />
<file name="Sidebar-Citrix2.js" />
<file name="Sidebar-Cumulus.js" />
<file name="Sidebar-DFD.js" />
<file name="Sidebar-EIP.js" />
@@ -124,6 +126,7 @@
<file name="Sidebar-GCPIcons.js" />
<file name="Sidebar-Gmdl.js" />
<file name="Sidebar-IBM.js" />
<file name="Sidebar-IBMCloud.js" />
<file name="Sidebar-Infographic.js" />
<file name="Sidebar-Ios.js" />
<file name="Sidebar-Ios7.js" />
2 changes: 1 addition & 1 deletion etc/dependencies/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"jsZip": "3.10.1",
"perfect-freehand": "1.0.16",
"jquery": "3.6.0",
"mermaid": "10.0.2",
"mermaid": "11.2.0",
"pako": "2.1.0",
"crypto-js": "3.1.2",
"dompurify": "3.1.5",
Binary file added src/main/webapp/images/sidebar-alibaba_cloud.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-citrix2.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-ibmcloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6,056 changes: 3,138 additions & 2,918 deletions src/main/webapp/js/app.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit c143658

Please sign in to comment.