@logicflow/extension 2.1.3 → 2.1.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,11 +1,11 @@
1
1
 
2
- > @logicflow/extension@2.1.3 prebuild /Users/didi/Desktop/github/LogicFlow/packages/extension
2
+ > @logicflow/extension@2.1.5 prebuild /Users/didi/Desktop/github/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.1.3 build /Users/didi/Desktop/github/LogicFlow/packages/extension
8
+ > @logicflow/extension@2.1.5 build /Users/didi/Desktop/github/LogicFlow/packages/extension
9
9
  > run-p -s build:dev build:umd
10
10
 
11
11
  
@@ -18,7 +18,7 @@ Browserslist: caniuse-lite is outdated. Please run:
18
18
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
19
19
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
20
20
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
21
- created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 1.6s
21
+ created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 1.1s
22
22
  
23
23
  ./src/index.ts → dist/index.min.js...
24
24
  +----------------------------------------------------+
@@ -30,9 +30,9 @@ Browserslist: caniuse-lite is outdated. Please run:
30
30
  |  @logicflow/vue-node-registry: VueNodeRegistry |
31
31
  | |
32
32
  | Destination: dist/index.min.js |
33
- | Bundle Size: 464.08 KB |
34
- | Minified Size: 462.29 KB |
35
- | GZipped Size: 132.35 KB |
33
+ | Bundle Size: 465.31 KB |
34
+ | Minified Size: 463.52 KB |
35
+ | GZipped Size: 132.77 KB |
36
36
  | |
37
37
  +----------------------------------------------------+
38
- created dist/index.min.js in 16s
38
+ created dist/index.min.js in 11s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: 修复issue反馈的问题
8
+ - feat: 修改小地图 lf 实例的创建与销毁时机 #2261
9
+ - fix: bpmn格式数据兼容特殊字符 #2269
10
+ - feat: 渐进连线的连线模式支持配置 #2175
11
+ - feat: 画布导出的安全系数和安全边距支持配置 #2213
12
+ - Updated dependencies
13
+ - @logicflow/core@2.1.3
14
+ - @logicflow/vue-node-registry@1.1.4
15
+
16
+ ## 2.1.4
17
+
18
+ ### Patch Changes
19
+
20
+ - fix: 修复小地图在vue自定义节点删除一个小地图中全部vue节点消失问题
21
+ - Updated dependencies
22
+ - @logicflow/vue-node-registry@1.1.3
23
+
3
24
  ## 2.1.3
4
25
 
5
26
  ### Patch Changes