@netless/slide 0.3.7 → 0.3.8

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 (3) hide show
  1. package/README.md +2 -0
  2. package/lib/Slide.js +14 -14
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -493,3 +493,5 @@ static clearLocalCache(): void;
493
493
  * Slide.destroy 方法里添加移除所有事件监听器的逻辑
494
494
  * 修复触发器动画切页后没有重置 slideState 的问题
495
495
 
496
+ #### 0.3.8
497
+ * subtask 错误添加子任务类型输出,方便定位 bug