Skip to content

Releases: be-fe/iSlider

修复图片onerror后不停请求的bug

04 Jun 09:12
Compare
Choose a tag to compare

修复图片onerror后不停请求的bug

自动播放增加唤醒参数

15 Dec 11:42
Compare
Choose a tag to compare
  • [New]Add configuration wakeupAutoplayDazetime, this configuration will attempt to restart autoplay after N milliseconds.

上次没更新代码里的版本号~ 亲

修复slideTo有时丢class的bug,webpack打包移除插件

23 Nov 16:25
Compare
Choose a tag to compare
  • 修复slideTo有时丢class的bug
  • webpack打包移除插件,如果需要插件需手动require

支持webpack打包

29 Aug 16:57
Compare
Choose a tag to compare

可以在npm安装后直接使用webpack等模块化打包工具

var iSlider = require('islider.js');
islider = new iSlider(dom, list, opts);

fix perspective compatibility

30 Jun 00:56
Compare
Choose a tag to compare
  • 修复一些机型上3D景深设置不生效的兼容问题

Fix rotate & flip slideTo bug

21 Jun 15:53
Compare
Choose a tag to compare
  • Fix rotate & flip slideTo bug

2.1.8 Releas

02 Jun 08:46
Compare
Choose a tag to compare

iSlider 2.1.8

  • [Optimization]Compatible the callback parameter camelCasing on initialization. All-Lower-Case nomenclature will be discarded. Currently coexistence, Camel-Case priority.

fix some bug & add unshiftData API

19 Apr 16:33
Compare
Choose a tag to compare
  • fix state class miss bug
  • fix webpack import bug
  • add unshiftData API

2.1.6 Release

06 Apr 08:36
Compare
Choose a tag to compare

iSlider 2.1.6

  • [New]Add new parameter "dampingForce" for setting the damping effect.

2.1.5 Release

19 Mar 12:09
Compare
Choose a tag to compare

iSlider 2.1.5

  • [New]Add method "pushData", now you can append data dynamically. Here is the DEMO.
  • [Optimization][Bug fix]Android browser (including wechat) failures of transition.
  • [Optimization]Support Firefox browser, UC browser.
  • [Bug fix]Firefox Android browser and certain "slideChanged", "slideRestored" event failures.