@logicflow/extension 2.2.0-alpha.4 → 2.2.0-alpha.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.
- package/.turbo/turbo-build.log +7 -7
- package/CHANGELOG.md +21 -0
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/es/components/control/index.js +3 -3
- package/es/materials/curved-edge/index.js +49 -21
- package/es/tools/snapshot/index.d.ts +7 -3
- package/es/tools/snapshot/index.js +46 -64
- package/lib/components/control/index.js +3 -3
- package/lib/materials/curved-edge/index.js +49 -21
- package/lib/tools/snapshot/index.d.ts +7 -3
- package/lib/tools/snapshot/index.js +46 -64
- package/package.json +5 -5
- package/src/components/control/index.ts +3 -3
- package/src/materials/curved-edge/index.ts +57 -25
- package/src/tools/snapshot/index.ts +47 -76
- package/stats.html +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
> @logicflow/extension@2.2.0-alpha.
|
|
2
|
+
> @logicflow/extension@2.2.0-alpha.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.2.0-alpha.
|
|
8
|
+
> @logicflow/extension@2.2.0-alpha.5 build /Users/didi/Desktop/github/LogicFlow/packages/extension
|
|
9
9
|
> run-p -s build:dev build:umd
|
|
10
10
|
|
|
11
11
|
[36m
|
|
@@ -18,7 +18,7 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
18
18
|
[1m[33m(!) The emitted file "index.css" overwrites a previously emitted file of the same name.[39m[22m
|
|
19
19
|
[1m[33m(!) The emitted file "index.css" overwrites a previously emitted file of the same name.[39m[22m
|
|
20
20
|
[1m[33m(!) The emitted file "index.css" overwrites a previously emitted file of the same name.[39m[22m
|
|
21
|
-
[32mcreated [1mdist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css[22m in [
|
|
21
|
+
[32mcreated [1mdist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css[22m in [1m2.7s[22m[39m
|
|
22
22
|
[36m
|
|
23
23
|
[1m./src/index.ts[22m → [1mdist/index.min.js[22m...[39m
|
|
24
24
|
+----------------------------------------------------+
|
|
@@ -30,9 +30,9 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
30
30
|
| [33m @logicflow/vue-node-registry: VueNodeRegistry[39m |
|
|
31
31
|
| |
|
|
32
32
|
| [32m[1mDestination:[22m[39m [33mdist/index.min.js[39m |
|
|
33
|
-
| [32m[1mBundle Size:[22m[39m [33m466.
|
|
34
|
-
| [32m[1mMinified Size:[22m[39m [33m464.
|
|
35
|
-
| [32m[1mGZipped Size:[22m[39m [33m133.
|
|
33
|
+
| [32m[1mBundle Size:[22m[39m [33m466.35 KB[39m |
|
|
34
|
+
| [32m[1mMinified Size:[22m[39m [33m464.58 KB[39m |
|
|
35
|
+
| [32m[1mGZipped Size:[22m[39m [33m133.02 KB[39m |
|
|
36
36
|
| |
|
|
37
37
|
+----------------------------------------------------+
|
|
38
|
-
[32mcreated [1mdist/index.min.js[22m in [1m8.
|
|
38
|
+
[32mcreated [1mdist/index.min.js[22m in [1m8.5s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.2.0-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: 修复来自内部反馈的边问题 & Control插件redo/undo的事件监听判断从name改成key
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @logicflow/core@2.2.0-alpha.6
|
|
10
|
+
- @logicflow/vue-node-registry@1.2.0-alpha.6
|
|
11
|
+
|
|
12
|
+
## 2.2.0-alpha.5
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- fix: 修复已知问题
|
|
17
|
+
- 修复圆角折线插件会出现没有圆角或圆角旁多了一条线的问题
|
|
18
|
+
- 修复导出插件safetyMargin和safetyFactor导致的快照导出后不居中对齐问题 & 修改safetyFactor为1 safetyMargin为0
|
|
19
|
+
- snapshot插件导出图片受canvas的大小限制导致导出为空(计算规则、等比缩放)
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @logicflow/core@2.2.0-alpha.5
|
|
22
|
+
- @logicflow/vue-node-registry@1.2.0-alpha.5
|
|
23
|
+
|
|
3
24
|
## 2.2.0-alpha.4
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|