@logicflow/extension 2.0.5 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,59 +1,61 @@
1
-
2
- > @logicflow/extension@2.0.5 prebuild /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/extension
3
- > rss
4
-
5
- > [prebuild] run-s -s clean:build
6
- > [clean:build] rimraf dist es lib
7
-
8
- > @logicflow/extension@2.0.5 build /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/extension
9
- > run-p -s build:dev build:umd
10
-
11
- > [build:dev] pnpm run --if-present build:less && run-p -s build:cjs build:esm
12
- 
13
- src/index.less dist/index.css...
14
- > [build:less] ./scripts/build-less
15
- (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
16
- created dist/index.css in 495ms
17
- 
18
- ./src/index.ts dist/index.min.js...
19
- +------------------------------------+
20
- | |
21
- | Bundle Format: umd |
22
- | Bundle Name: Extension |
23
- | External Globals: |
24
- |  @logicflow/core: Core |
25
- | |
26
- | Destination: dist/index.min.js |
27
- | Bundle Size: 626.65 KB |
28
- | Minified Size: 624.34 KB |
29
- | GZipped Size: 172.98 KB |
30
- | |
31
- +------------------------------------+
32
- (!) "this" has been rewritten to "undefined"
33
- https://rollupjs.org/troubleshooting/#error-this-is-undefined
34
- ../core/es/view/Control.js
35
- 1: var __extends = (this && this.__extends) || (function () {
36
- ^
37
- 2: var extendStatics = function (d, b) {
38
- 3: extendStatics = Object.setPrototypeOf ||
39
- ...and 7 other occurrences
40
- ../core/es/util/graph.js
41
- 1: var __read = (this && this.__read) || function (o, n) {
42
- ^
43
- 2: var m = typeof Symbol === "function" && o[Symbol.iterator];
44
- 3: if (!m) return o;
45
- ...and 1 other occurrence
46
- ../core/es/util/edge.js
47
- 1: var __assign = (this && this.__assign) || function () {
48
- ^
49
- 2: __assign = Object.assign || function(t) {
50
- 3: for (var s, i = 1, n = arguments.length; i < n; i++) {
51
- ...and 5 other occurrences
52
-
53
- ...and 28 other files
54
- (!) Circular dependencies
55
- ../core/es/util/index.js -> ../core/es/util/edge.js -> ../core/es/util/index.js
56
- ../core/es/util/index.js -> ../core/es/util/edge.js -> ../core/es/algorithm/index.js -> ../core/es/algorithm/outline.js -> ../core/es/util/index.js
57
- ../core/es/util/index.js -> ../core/es/util/edge.js -> ../core/es/model/index.js -> ../core/es/model/edge/index.js -> ../core/es/model/edge/BaseEdgeModel.js -> ../core/es/util/index.js
58
- ...and 10 more
59
- created dist/index.min.js in 10.8s
1
+
2
+ > @logicflow/extension@2.0.6 prebuild /Users/didi/Desktop/github/LogicFlow/packages/extension
3
+ > rss
4
+
5
+ > [prebuild] run-s -s clean:build
6
+ > [clean:build] rimraf dist es lib
7
+
8
+ > @logicflow/extension@2.0.6 build /Users/didi/Desktop/github/LogicFlow/packages/extension
9
+ > run-p -s build:dev build:umd
10
+
11
+ 
12
+ src/index.less → dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css...
13
+ (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
14
+ (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
15
+ (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
16
+ (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
17
+ (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
18
+ created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 1.3s
19
+ 
20
+ ./src/index.tsdist/index.min.js...
21
+ +------------------------------------+
22
+ | |
23
+ | Bundle Format: umd |
24
+ | Bundle Name: Extension |
25
+ | External Globals: |
26
+ |  @logicflow/core: Core |
27
+ | |
28
+ | Destination: dist/index.min.js |
29
+ | Bundle Size: 626.73 KB |
30
+ | Minified Size: 624.42 KB |
31
+ | GZipped Size: 173 KB |
32
+ | |
33
+ +------------------------------------+
34
+ (!) "this" has been rewritten to "undefined"
35
+ https://rollupjs.org/troubleshooting/#error-this-is-undefined
36
+ ../core/es/view/Control.js
37
+ 1: var __extends = (this && this.__extends) || (function () {
38
+ ^
39
+ 2: var extendStatics = function (d, b) {
40
+ 3: extendStatics = Object.setPrototypeOf ||
41
+ ...and 7 other occurrences
42
+ ../core/es/util/matrix.js
43
+ 1: var __extends = (this && this.__extends) || (function () {
44
+ ^
45
+ 2: var extendStatics = function (d, b) {
46
+ 3: extendStatics = Object.setPrototypeOf ||
47
+ ...and 5 other occurrences
48
+ ../core/es/util/edge.js
49
+ 1: var __assign = (this && this.__assign) || function () {
50
+ ^
51
+ 2: __assign = Object.assign || function(t) {
52
+ 3: for (var s, i = 1, n = arguments.length; i < n; i++) {
53
+ ...and 5 other occurrences
54
+
55
+ ...and 28 other files
56
+ (!) Circular dependencies
57
+ ../core/es/util/index.js -> ../core/es/util/edge.js -> ../core/es/util/index.js
58
+ ../core/es/util/index.js -> ../core/es/util/edge.js -> ../core/es/algorithm/index.js -> ../core/es/algorithm/outline.js -> ../core/es/util/index.js
59
+ ../core/es/util/index.js -> ../core/es/util/edge.js -> ../core/es/model/index.js -> ../core/es/model/edge/index.js -> ../core/es/model/edge/BaseEdgeModel.js -> ../core/es/util/index.js
60
+ ...and 10 more
61
+ created dist/index.min.js in 8.4s
package/CHANGELOG.md CHANGED
@@ -1,14 +1,31 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: bugs from issues
8
+
9
+ - fix(extension/bpmn-elements): 修复bpmn-elements插件中pool节点的node:resize事件取值参数错误的问题 close #1802
10
+ - fix: 修复 bpmn-elements/Task/subProcess 中 onClick 方法报错的问题 close #1857
11
+
12
+ ## 2.0.6
13
+
14
+ ### Patch Changes - Release @logicflow/extension@2.0.6
15
+
16
+ - fix(extension): 修复lib/style/index.css引用报错问题
17
+
3
18
  ## 2.0.5
4
19
 
5
20
  ### Patch Changes - Release New Extension Version
6
21
 
7
22
  - fix(extension): 修复 BpmnAdapter 导入含有边的 xml 报错问题
23
+
8
24
  - 修复 BpmnAdapter、BPMNAdapter 插件导入含有边的 xml 报错问题 close #1823
9
25
  - 修复 example 中 bpmn demo 用法错误
10
26
 
11
27
  - refactor(build): 修正 build:watch 脚本中的命令格式
28
+
12
29
  - 在 build:watch:esm 和 build:watch:cjs 脚本中添加反斜杠,以确保命令在各种环境中正确执行。这个修改提高了构建过程的可靠性和跨平台兼容性。 close #1818
13
30
 
14
31
  - docs(site): 获取画布数据 api 补充到快速上手页