@logicflow/extension 2.1.11 → 2.1.13
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 +17 -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 +41 -25
- package/lib/components/control/index.js +3 -3
- package/lib/materials/curved-edge/index.js +41 -25
- package/package.json +5 -5
- package/src/components/control/index.ts +3 -3
- package/src/materials/curved-edge/index.ts +47 -30
- package/stats.html +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
> @logicflow/extension@2.1.
|
|
2
|
+
> @logicflow/extension@2.1.12 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.1.
|
|
8
|
+
> @logicflow/extension@2.1.12 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 [1m2s[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 [33m465.
|
|
34
|
-
| [32m[1mMinified Size:[22m[39m [33m464.
|
|
35
|
-
| [32m[1mGZipped Size:[22m[39m [33m132.
|
|
33
|
+
| [32m[1mBundle Size:[22m[39m [33m465.8 KB[39m |
|
|
34
|
+
| [32m[1mMinified Size:[22m[39m [33m464.02 KB[39m |
|
|
35
|
+
| [32m[1mGZipped Size:[22m[39m [33m132.79 KB[39m |
|
|
36
36
|
| |
|
|
37
37
|
+----------------------------------------------------+
|
|
38
|
-
[32mcreated [1mdist/index.min.js[22m in [
|
|
38
|
+
[32mcreated [1mdist/index.min.js[22m in [1m6.9s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.1.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: Control插件中redo、undo的事件监听判断从判断菜单项名称改为判断key
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @logicflow/core@2.1.11
|
|
10
|
+
- @logicflow/vue-node-registry@1.1.12
|
|
11
|
+
|
|
12
|
+
## 2.1.12
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @logicflow/core@2.1.10
|
|
18
|
+
- @logicflow/vue-node-registry@1.1.11
|
|
19
|
+
|
|
3
20
|
## 2.1.11
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|