@logicflow/core 2.0.4 → 2.0.6

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,10 +1,10 @@
1
1
 
2
- > @logicflow/core@2.0.3 build:dev /Users/didi/Desktop/github/LogicFlow/packages/core
2
+ > @logicflow/core@2.0.6 build:dev /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/core
3
3
  > rss
4
4
 
5
5
  > [build:dev] pnpm run --if-present build:less && run-p -s build:cjs build:esm
6
6
 
7
- > @logicflow/core@2.0.3 build:less /Users/didi/Desktop/github/LogicFlow/packages/core
7
+ > @logicflow/core@2.0.6 build:less /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/core
8
8
  > rss
9
9
 
10
10
  > [build:less] ./scripts/build-less
@@ -1,11 +1,11 @@
1
1
 
2
- > @logicflow/core@2.0.3 prebuild /Users/didi/Desktop/github/LogicFlow/packages/core
2
+ > @logicflow/core@2.0.6 prebuild /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/core
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/core@2.0.3 build /Users/didi/Desktop/github/LogicFlow/packages/core
8
+ > @logicflow/core@2.0.6 build /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/core
9
9
  > rss
10
10
 
11
11
  > [build] run-p -s build:dev build:umd
@@ -20,9 +20,9 @@
20
20
  | Bundle Format: umd |
21
21
  | Bundle Name: Core |
22
22
  | Destination: dist/index.min.js |
23
- | Bundle Size: 376.02 KB |
24
- | Minified Size: 374.78 KB |
25
- | GZipped Size: 108.37 KB |
23
+ | Bundle Size: 378.13 KB |
24
+ | Minified Size: 376.88 KB |
25
+ | GZipped Size: 109.25 KB |
26
26
  | |
27
27
  +------------------------------------+
28
28
  (!) Circular dependencies
@@ -30,4 +30,4 @@ src/index.ts -> src/LogicFlow.tsx -> src/index.ts
30
30
  src/util/index.ts -> src/util/edge.ts -> src/util/index.ts
31
31
  src/util/index.ts -> src/util/edge.ts -> src/algorithm/index.ts -> src/algorithm/outline.ts -> src/util/index.ts
32
32
  ...and 18 more
33
- created dist/index.min.js in 16s
33
+ created dist/index.min.js in 14.3s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - feat(core&extension): 解决 transform 相关问题 #1446
8
+ - fix(core&extension): 优化分组缩放时子元素是否缩放的逻辑,并解决元素缩放时出现的问题
9
+ - fix(extension): 解决动态分组 resize 时,建议增加参数控制子元素是否需要同时缩放的问题 close #1826
10
+
11
+ ## 2.0.5
12
+
13
+ ### Patch Changes
14
+
15
+ - fix(core&extension): fix bugs from issues
16
+ - fix(core): update import path to relative path style to remove compile error in angular(修复angular中引用后编译报错问题)
17
+ - fix(core): 修复BaseNodeModel的getData()拿不到width和height的问题(#1826)
18
+ - fix(core): node => rotate+正常模式resize(#1428)
19
+ - fix(core): 外部调用handleResize()没有传入anchor坐标不触发recalcRotatedResizeInfo方法
20
+ - chore(core): rotate+正常模式resize的相关变量名称从anchor改为control
21
+
3
22
  ## 2.0.4
4
23
 
5
24
  ### Patch Changes