@hy-bricks/editor 0.6.1 → 0.6.3
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/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @hy-bricks/editor
|
|
2
2
|
|
|
3
|
+
## [0.6.3] - 2026-06-24
|
|
4
|
+
|
|
5
|
+
随 @hy-bricks fixed 组同步升 0.6.3;本包**无功能改动**(本次为 `@hy-bricks/core` / `@hy-bricks/canvas` `persistInstanceState` 运行态快照持久化)。
|
|
6
|
+
|
|
7
|
+
## [0.6.2] - 2026-06-23
|
|
8
|
+
|
|
9
|
+
随 @hy-bricks fixed 组同步升 0.6.2;本包**无功能改动**(本次仅 `@hy-bricks/canvas` 隐藏实例保活修复 + `keepHiddenMounted` prop + `RenderScheduler.setHeld`)。
|
|
10
|
+
|
|
3
11
|
## [0.6.1] - 2026-06-16
|
|
4
12
|
|
|
5
13
|
随 @hy-bricks fixed 组同步升 0.6.1;本包**无功能改动**(本次仅 `@hy-bricks/canvas` free-split 控件可见性修复 + `freeSplitControlsAlways` 常驻开关)。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hy-bricks/editor",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "HyperCard 嵌入式编辑器 — Monaco 三栏 + 拖 tab 分栏 + 实时预览 + shadcn-vue 风格 UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hypercard",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"tailwindcss": "^3.4.0 || ^4.0.0",
|
|
44
44
|
"tailwindcss-animate": "^1.0.7",
|
|
45
45
|
"vue": "^3.5.0",
|
|
46
|
-
"@hy-bricks/core": "^0.6.
|
|
46
|
+
"@hy-bricks/core": "^0.6.3"
|
|
47
47
|
},
|
|
48
48
|
"peerDependenciesMeta": {
|
|
49
49
|
"tailwindcss": {
|