-
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
b2660af
commit 96ec581
Showing
28 changed files
with
65 additions
and
65 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 |
---|---|---|
|
@@ -41,6 +41,6 @@ | |
"webpack": "^5.89.0" | ||
}, | ||
"dependencies": { | ||
"bpmn-js": "^17.7.0" | ||
"bpmn-js": "^17.7.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-cli": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"bpmn-js": "^17.7.0" | ||
"bpmn-js": "^17.7.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
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-dev-server": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"bpmn-js": "^17.7.0" | ||
"bpmn-js": "^17.7.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 |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"bpmn-js": "^17.7.0", | ||
"bpmn-js": "^17.7.1", | ||
"min-dash": "^4.0.0" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -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.statically.io/gh/bpmn-io/bpmn-js-examples/main/starter/viewer.html). | ||
|
@@ -30,11 +30,11 @@ Download the complete [viewer example](https://cdn.statically.io/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.statically.io/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
Oops, something went wrong.