@splicetree/plugin-lazy-load 3.1.0 → 3.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @splicetree/plugin-lazy-load
2
2
 
3
+ ## 3.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Core/Adapter/Lazy-Load/DnD:稳定性修复与小幅改进
8
+ - DnD:为 `draggable/sortable/nestable` 增加函数/异步判定;在悬停与释放阶段严格校验并在不允许时隐藏 ghost;增加去抖与离开清理以消除偶发 ghost 闪烁
9
+ - Adapter-Vue:抽取数据同步工具;字段变更走 `updateOriginal` 合并,结构变更再 `syncData`
10
+ - Core:节点扩展应用于追加节点;补充若干示例与文档更新
11
+ - Lazy-Load:覆盖 `syncData`,在重建后恢复已加载子树与覆盖
12
+
3
13
  ## 3.1.0
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@splicetree/plugin-lazy-load",
3
3
  "type": "module",
4
- "version": "3.1.0",
4
+ "version": "3.1.1",
5
5
  "author": {
6
6
  "email": "michael.cocova@gmail.com",
7
7
  "name": "Michael Cocova"
@@ -23,7 +23,7 @@
23
23
  "access": "public"
24
24
  },
25
25
  "devDependencies": {
26
- "@splicetree/core": "3.1.0"
26
+ "@splicetree/core": "3.1.1"
27
27
  },
28
28
  "scripts": {
29
29
  "dev": "tsdown --watch",