-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcc1682
commit 1e3c0ab
Showing
26 changed files
with
42 additions
and
42 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 |
---|---|---|
|
@@ -51,6 +51,6 @@ | |
}, | ||
"dependencies": { | ||
"inherits": "^2.0.1", | ||
"bpmn-js": "^15.2.0" | ||
"bpmn-js": "^15.2.1" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -39,6 +39,6 @@ | |
"webpack-cli": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"bpmn-js": "^15.2.0" | ||
"bpmn-js": "^15.2.1" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -35,12 +35,12 @@ <h1>bpmn-js Colors</h1> | |
<div id="diagram"></div> | ||
|
||
<!-- required modeler styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/diagram-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/bpmn-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/bpmn-font/css/bpmn.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/diagram-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/bpmn-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/bpmn-font/css/bpmn.css"> | ||
|
||
<!-- modeler distro --> | ||
<script src="https://unpkg.com/[email protected].0/dist/bpmn-modeler.development.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/bpmn-modeler.development.js"></script> | ||
|
||
<!-- jquery (required for example only) --> | ||
<script src="https://unpkg.com/[email protected]/dist/jquery.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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
<script src="https://unpkg.com/[email protected]/dist/jquery.js"></script> | ||
|
||
<!-- required viewer styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/bpmn-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/bpmn-js.css"> | ||
|
||
<!-- example styles --> | ||
<style> | ||
|
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
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 @@ | |
"webpack-cli": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"bpmn-js": "^15.2.0" | ||
"bpmn-js": "^15.2.1" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -38,6 +38,6 @@ | |
"webpack-dev-server": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"bpmn-js": "^15.2.0" | ||
"bpmn-js": "^15.2.1" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
<head> | ||
<title>bpmn-js interaction demo</title> | ||
|
||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/diagram-js.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/bpmn-js.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/diagram-js.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/bpmn-js.css" /> | ||
|
||
<style> | ||
.console { | ||
|
@@ -44,7 +44,7 @@ <h3>console</h3> | |
</div> | ||
|
||
<!-- viewer --> | ||
<script src="https://unpkg.com/[email protected].0/dist/bpmn-viewer.development.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/bpmn-viewer.development.js"></script> | ||
|
||
<!-- app --> | ||
<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
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
"stringify": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"bpmn-js": "^15.2.0", | ||
"bpmn-js": "^15.2.1", | ||
"min-dash": "^4.0.0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -19,9 +19,9 @@ Download or simply include the relevant dependencies into your website: | |
|
||
```html | ||
<!-- required viewer styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/bpmn-js.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/bpmn-js.css" /> | ||
|
||
<script src="https://unpkg.com/[email protected].0/dist/bpmn-viewer.development.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/bpmn-viewer.development.js"></script> | ||
``` | ||
|
||
Download the complete [viewer example](https://cdn.staticaly.com/gh/bpmn-io/bpmn-js-examples/main/starter/viewer.html). | ||
|
@@ -30,11 +30,11 @@ Download the complete [viewer example](https://cdn.staticaly.com/gh/bpmn-io/bpmn | |
|
||
```html | ||
<!-- required modeler styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/diagram-js.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/bpmn-js.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/bpmn-font/css/bpmn.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/diagram-js.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/bpmn-js.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/bpmn-font/css/bpmn.css" /> | ||
|
||
<script src="https://unpkg.com/[email protected].0/dist/bpmn-modeler.development.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/bpmn-modeler.development.js"></script> | ||
``` | ||
|
||
Download the complete [modeler example](https://cdn.staticaly.com/gh/bpmn-io/bpmn-js-examples/main/starter/modeler.html). | ||
|
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
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
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 |
---|---|---|
|
@@ -5,12 +5,12 @@ | |
<title>Hello World</title> | ||
|
||
<!-- required modeler styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/bpmn-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/diagram-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/bpmn-font/css/bpmn.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/bpmn-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/diagram-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/bpmn-font/css/bpmn.css"> | ||
|
||
<!-- modeler distro --> | ||
<script src="https://unpkg.com/[email protected].0/dist/bpmn-modeler.development.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/bpmn-modeler.development.js"></script> | ||
|
||
<!-- needed for this example only --> | ||
<script src="https://unpkg.com/[email protected]/dist/jquery.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 |
---|---|---|
|
@@ -6,14 +6,14 @@ | |
|
||
<!-- viewer distro (without pan and zoom) --> | ||
<!-- | ||
<script src="https://unpkg.com/[email protected].0/dist/bpmn-viewer.development.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/bpmn-viewer.development.js"></script> | ||
--> | ||
|
||
<!-- required viewer styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/bpmn-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/bpmn-js.css"> | ||
|
||
<!-- viewer distro (with pan and zoom) --> | ||
<script src="https://unpkg.com/[email protected].0/dist/bpmn-navigated-viewer.development.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/bpmn-navigated-viewer.development.js"></script> | ||
|
||
<!-- needed for this example only --> | ||
<script src="https://unpkg.com/[email protected]/dist/jquery.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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<title>bpmn-js Theming</title> | ||
|
||
<!-- required viewer styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/bpmn-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/bpmn-js.css"> | ||
|
||
<!-- viewer distro --> | ||
<script src="dist/custom-viewer.bundled.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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<title>bpmn-js url viewer demo</title> | ||
|
||
<!-- required viewer styles --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/dist/assets/bpmn-js.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/assets/bpmn-js.css"> | ||
|
||
<style> | ||
body { | ||
|
@@ -49,7 +49,7 @@ <h3>Console</h3> | |
</div> | ||
|
||
<!-- viewer --> | ||
<script src="https://unpkg.com/[email protected].0/dist/bpmn-viewer.development.js"></script> | ||
<script src="https://unpkg.com/[email protected].1/dist/bpmn-viewer.development.js"></script> | ||
|
||
<!-- jquery (required for example only) --> | ||
<script src="https://unpkg.com/[email protected]/dist/jquery.js"></script> | ||
|