@netless/slide 0.4.1 → 0.4.2

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 +5 -0
  2. package/lib/Slide.js +33 -25
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -566,3 +566,8 @@ const slide = new Slide({
566
566
 
567
567
  #### 0.4.1
568
568
  * 新增导航代理功能
569
+
570
+ #### 0.4.2
571
+ * 修复事件穿透问题
572
+ * 修复音频重复播放问题
573
+ * 修复翻页后触发器动画被重置的问题