@logicflow/core 2.2.0-alpha.4 → 2.2.0-alpha.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.
@@ -20,9 +20,9 @@
20
20
  | Bundle Format: umd |
21
21
  | Bundle Name: Core |
22
22
  | Destination: dist/index.min.js |
23
- | Bundle Size: 408.47 KB |
24
- | Minified Size: 407.23 KB |
25
- | GZipped Size: 116.83 KB |
23
+ | Bundle Size: 408.45 KB |
24
+ | Minified Size: 407.21 KB |
25
+ | GZipped Size: 116.84 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 19 more
33
- created dist/index.min.js in 18.7s
33
+ created dist/index.min.js in 38s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.2.0-alpha.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: 修复已知问题
8
+ - 销毁实例时不清空主题配置
9
+ - 修复在撤销步骤中将渐进连线算入操作历史的问题
10
+ - 优化requestAnimationFrame兼容代码的实现
11
+
3
12
  ## 2.2.0-alpha.4
4
13
 
5
14
  ### Patch Changes