@logicflow/extension 2.0.18 → 2.0.20

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.0.17 prebuild /Users/didi/Desktop/github/LogicFlow/packages/extension
2
+ > @logicflow/extension@2.0.19 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.0.17 build /Users/didi/Desktop/github/LogicFlow/packages/extension
8
+ > @logicflow/extension@2.0.19 build /Users/didi/Desktop/github/LogicFlow/packages/extension
9
9
  > run-p -s build:dev build:umd
10
10
 
11
11
  
@@ -29,9 +29,9 @@ Browserslist: caniuse-lite is outdated. Please run:
29
29
  |  @logicflow/core: Core |
30
30
  | |
31
31
  | Destination: dist/index.min.js |
32
- | Bundle Size: 458.98 KB |
33
- | Minified Size: 457.19 KB |
34
- | GZipped Size: 130.98 KB |
32
+ | Bundle Size: 459.14 KB |
33
+ | Minified Size: 457.36 KB |
34
+ | GZipped Size: 131.03 KB |
35
35
  | |
36
36
  +------------------------------------+
37
- created dist/index.min.js in 7.7s
37
+ created dist/index.min.js in 12.4s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @logicflow/core@2.0.15
9
+
10
+ ## 2.0.19
11
+
12
+ ### Patch Changes
13
+
14
+ - fix: 主题功能增强 & dynamic-group增加事件回调
15
+ - Updated dependencies
16
+ - @logicflow/core@2.0.14
17
+
3
18
  ## 2.0.18
4
19
 
5
20
  ### Patch Changes