@logicflow/extension 2.0.13 → 2.0.14

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.12 prebuild /Users/didi/Desktop/github/LogicFlow/packages/extension
2
+ > @logicflow/extension@2.0.13 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.12 build /Users/didi/Desktop/github/LogicFlow/packages/extension
8
+ > @logicflow/extension@2.0.13 build /Users/didi/Desktop/github/LogicFlow/packages/extension
9
9
  > run-p -s build:dev build:umd
10
10
 
11
11
  
@@ -15,7 +15,7 @@
15
15
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
16
16
  (!) The emitted file "index.css" overwrites a previously emitted file of the same name.
17
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 2.2s
18
+ created dist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css in 2.3s
19
19
  
20
20
  ./src/index.ts → dist/index.min.js...
21
21
  +------------------------------------+
@@ -26,9 +26,9 @@
26
26
  |  @logicflow/core: Core |
27
27
  | |
28
28
  | Destination: dist/index.min.js |
29
- | Bundle Size: 451.9 KB |
30
- | Minified Size: 450.12 KB |
31
- | GZipped Size: 129.4 KB |
29
+ | Bundle Size: 452.2 KB |
30
+ | Minified Size: 450.42 KB |
31
+ | GZipped Size: 129.45 KB |
32
32
  | |
33
33
  +------------------------------------+
34
- created dist/index.min.js in 15.4s
34
+ created dist/index.min.js in 11.8s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(extension/label): 修复isMultiple设置false后仍能创建多个label的问题&增加input回调事件&增加便签示例
8
+ - fix(extension): 【dynamic-group】DynamicGroup 使用 moveNode 进行移动时子节点没有跟随移动
9
+ - fix(extension): 【dynamic-group】DynamicGroup 嵌套时子分组内元素被重复移动 n 次
10
+ - fix(extension): 【selection-select】修复框选组件的不选中分组节点内部元素的逻辑,避免在选择后拖拽时,与分组移动逻辑重复
11
+ - Updated dependencies
12
+ - @logicflow/core@2.0.10
13
+
3
14
  ## 2.0.13
4
15
 
5
16
  ### Patch Changes