@logicflow/extension 2.0.4 → 2.0.5

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,19 +1,19 @@
1
1
 
2
- > @logicflow/extension@2.0.3 prebuild /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/extension
2
+ > @logicflow/extension@2.0.5 prebuild /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/extension
3
3
  > rss
4
4
 
5
5
  > [prebuild] run-s -s clean:build
6
6
  > [clean:build] rimraf dist es lib
7
7
 
8
- > @logicflow/extension@2.0.3 build /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/extension
8
+ > @logicflow/extension@2.0.5 build /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/extension
9
9
  > run-p -s build:dev build:umd
10
10
 
11
11
  > [build:dev] pnpm run --if-present build:less && run-p -s build:cjs build:esm
12
- > [build:less] ./scripts/build-less
13
12
  
14
13
  src/index.less → dist/index.css...
14
+ > [build:less] ./scripts/build-less
15
15
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
16
- created dist/index.css in 571ms
16
+ created dist/index.css in 495ms
17
17
  
18
18
  ./src/index.ts → dist/index.min.js...
19
19
  +------------------------------------+
@@ -24,9 +24,9 @@
24
24
  |  @logicflow/core: Core |
25
25
  | |
26
26
  | Destination: dist/index.min.js |
27
- | Bundle Size: 626.62 KB |
28
- | Minified Size: 624.31 KB |
29
- | GZipped Size: 172.97 KB |
27
+ | Bundle Size: 626.65 KB |
28
+ | Minified Size: 624.34 KB |
29
+ | GZipped Size: 172.98 KB |
30
30
  | |
31
31
  +------------------------------------+
32
32
  (!) "this" has been rewritten to "undefined"
@@ -37,18 +37,18 @@
37
37
  2: var extendStatics = function (d, b) {
38
38
  3: extendStatics = Object.setPrototypeOf ||
39
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
40
46
  ../core/es/util/edge.js
41
47
  1: var __assign = (this && this.__assign) || function () {
42
48
  ^
43
49
  2: __assign = Object.assign || function(t) {
44
50
  3: for (var s, i = 1, n = arguments.length; i < n; i++) {
45
51
  ...and 5 other occurrences
46
- ../core/es/util/geometry.js
47
- 1: var __read = (this && this.__read) || function (o, n) {
48
- ^
49
- 2: var m = typeof Symbol === "function" && o[Symbol.iterator];
50
- 3: if (!m) return o;
51
- ...and 3 other occurrences
52
52
 
53
53
  ...and 28 other files
54
54
  (!) Circular dependencies
@@ -56,4 +56,4 @@
56
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
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
58
  ...and 10 more
59
- created dist/index.min.js in 15.7s
59
+ created dist/index.min.js in 10.8s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.5
4
+
5
+ ### Patch Changes - Release New Extension Version
6
+
7
+ - fix(extension): 修复 BpmnAdapter 导入含有边的 xml 报错问题
8
+ - 修复 BpmnAdapter、BPMNAdapter 插件导入含有边的 xml 报错问题 close #1823
9
+ - 修复 example 中 bpmn demo 用法错误
10
+
11
+ - refactor(build): 修正 build:watch 脚本中的命令格式
12
+ - 在 build:watch:esm 和 build:watch:cjs 脚本中添加反斜杠,以确保命令在各种环境中正确执行。这个修改提高了构建过程的可靠性和跨平台兼容性。 close #1818
13
+
14
+ - docs(site): 获取画布数据 api 补充到快速上手页
15
+ - fix(examples): 修复rect节点中radius属性在properties中使用方式错误
16
+
3
17
  ## 2.0.4
4
18
 
5
19
  ### Patch Changes: Release 2.0.4 Version