-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INFRA] Update BPMN Visualization version to 0.21.4 (#289)
- Loading branch information
1 parent
73b96dd
commit b1d4c5c
Showing
31 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,7 +119,7 @@ <h4 id="default-title" class="d-hide">Default Theme</h4> | |
|
||
<script src="../../examples/static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<!-- load the example --> | ||
<script src="../../examples/static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="../../examples/static/js/style-identifiers.js"></script> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,7 +147,7 @@ <h4 id="frequency-title" class="d-hide">Number of execution</h4> | |
|
||
<script src="../../examples/static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/index.umd.js" integrity="sha256-lNJnNIdh5oXecah6rOix/TxyGcOYnfkybx4Qii2uxSo=" | ||
crossorigin="anonymous"></script> | ||
<script src="https://variancecharts.com/cdn/variance-noncommercial-standalone-6d26aa2.min.js" charset="UTF-8"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
<link rel="stylesheet" href="./css/demo.css" type="text/css"> | ||
<script defer src="../../examples/static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script defer src="./js/bpmn-diagram-bpmn-spec-pizza.js"></script> | ||
<script defer src="../static/js/use-case.js"></script> | ||
<script defer src="./js/prediction-use-case.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,7 +153,7 @@ <h2>Apply css classes</h2> | |
</section> | ||
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagram-miwg-test-suite-c_1_1.js"></script> | ||
<script src="index.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ <h2>Open a modal on mouse over on a call activity</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="./index.js"></script> | ||
<script src="./modal.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ <h2>Load new BPMN diagram on double click on call activity</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="./index.js"></script> | ||
<script src="./breadcrumbs.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ <h2>Switch between BPMN renderings on click on call activity</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="./index.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ <h2>Growing Sequence Flow</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="./index.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ <h2>Attach tooltip and popover to BPMN elements</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="index.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,7 @@ <h5 class="mt-2">Popover content</h5> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="../../static/js/dom-helper.js"></script> | ||
<script src="./index.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ <h2>Running Dashed Message Flow</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="./index.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,7 +132,7 @@ <h2>Select elements by BPMN kind</h2> | |
</section> | ||
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagram-miwg-test-suite-a_4_1.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagram-miwg-test-suite-c_1_0.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagram-miwg-test-suite-c_1_1.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ <h2>Custom colors for BPMN kinds and specific elements</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<!-- load the example --> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="../../static/js/style-identifiers.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ <h2>Custom BPMN element fonts</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<!-- load the example --> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="../../static/js/style-identifiers.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ <h2>Custom User Task icon</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<!-- load the example --> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="index.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,7 +133,7 @@ <h2>Various fit after load</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
|
||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="index.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ <h5>Fit type</h5> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="index.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ <h2>Diagram Navigation</h2> | |
</section> | ||
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="./index.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,12 @@ Javascript example to demonstrate how to integrate `bpmn-visualization` in an ht | |
Load the browser bundle from [jsdelivr](https://www.jsdelivr.com/package/npm/bpmn-visualization), [unpkg](https://unpkg.com/browse/bpmn-visualization) | ||
or any other location: | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
``` | ||
|
||
💡 During the development step, you can use the non-minified version: | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.js"></script> | ||
``` | ||
|
||
### Use the library | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,9 +53,9 @@ <h2>Getting Started</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<!-- if you prefer unpkg, comment the previous line and uncomment the following line --> | ||
<!--<script src="https://unpkg.com/browse/[email protected].3/dist//bpmn-visualization.min.js"></script>--> | ||
<!--<script src="https://unpkg.com/browse/[email protected].4/dist//bpmn-visualization.min.js"></script>--> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script> | ||
const bpmnVisualization = new bpmnvisu.BpmnVisualization({ container: 'bpmn-container' }); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ <h2>Load local BPMN diagrams</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
|
||
<script src="index.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,7 @@ <h2>Load remote BPMN diagrams</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
|
||
<script src="index.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ <h2>Compare <code>bpmn-visualization</code> with <code>bpmn-js</code></h2> | |
<!-- load bpmn-js viewer distro (with pan and zoom) --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/bpmn-navigated-viewer.production.min.js" integrity="sha256-6sVdF06e3b7gVOOVyEZYtZIjq0mzMxjBSbjiOFDXdFo=" crossorigin="anonymous"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
|
||
<script src="shared.js"></script> | ||
<script src="index.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,7 @@ <h2>Compare <code>bpmn-visualization</code> with <code>kie-editors-standalone</c | |
<!-- load bpmn kie-editors-standalone --> | ||
<script src="https://cdn.jsdelivr.net/npm/@kogito-tooling/[email protected]/dist/bpmn/index.js" integrity="sha256-sWAO7AzUXClUPIr5JDK6E0JQsNHpJRKb/39oH18MZJY=" crossorigin="anonymous"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
|
||
<script src="../compare-with-bpmn-js/shared.js"></script> | ||
<script src="index.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -254,7 +254,7 @@ <h2>Add & remove default overlays</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="./index.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,7 +117,7 @@ <h5>Stroke</h5> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="./index.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ <h2>Custom default stroke color of the overlays</h2> | |
|
||
<script src="../../static/js/link-to-sources.js"></script> | ||
<!-- load bpmn-visualization --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/bpmn-visualization.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/bpmn-visualization.min.js"></script> | ||
<!-- load the example --> | ||
<script src="../../static/js/diagram/bpmn-diagrams.js"></script> | ||
<script src="./index.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,6 @@ | |
"typescript": "^4.4.3" | ||
}, | ||
"dependencies": { | ||
"bpmn-visualization": "0.21.3" | ||
"bpmn-visualization": "0.21.4" | ||
} | ||
} |