-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
更新日志(Changes log) #29
Comments
V2.3
|
V2.4
|
V2.4.7
|
V2.4.8 - V2.5.5感谢大家的支持,最近组件提交很频繁,v2.5.5应该是v2最后一个版本,很快v3版本会上线,slider将会有更小的体积及更多的效果,尽请期待。 这次频繁的更新给大家带来了更多好的体验,包括:
|
V3.1.0在实际商业使用中发现,会有很多效果的需求,因此在此次更新中, 更新了: |
V3.2.0根据最近的反馈,修改了touch和click事件中的preventDefault,目前逻辑是在touchmove和mousemove中进行判定和阻拦 if (deltaX >= deltaY && this.options.direction !== 'vertical') {
e.preventDefault()
} else if (deltaX <= deltaY && this.options.direction === 'vertical') {
e.preventDefault()
} 另外重构了coverflow效果,废弃coverflow组件,功能实现在slideritem组件中,至此,pages参数彻底废弃 |
V3.3.0嗨,在这次更新中,新增了几项效果 更新了: |
V3.3.6最近一个月的更新新增了许多额外的配置,包括
解决了这些问题:
|
V2.2
嗨,拖了这么久才更新版本,实在抱歉,最近抽空做了2.2版本,主要更新内容如下:
具体的内容大家可以npm下载后查看,也可以进入新的文档查看,感谢大家的支持,有更好的建议欢迎大家留言,peace~
The text was updated successfully, but these errors were encountered: