Skip to content

Releases: be-fe/iSlider

2.1.4 Release

17 Mar 07:38
Compare
Choose a tag to compare

iSlider 2.1.4

  • [Optimization]Options fixPage support policy "exclusion list", it allows you to trigger default event for the specific element.
  • [Optimization]readme & demo pages
  • [Optimization]IOS desktop has touch events, make them busting.

iSlider 2.1.3

  • [Optimization]Local variable references.
  • [Optimization]isMoving => onMoving
  • [Optimization][EXT]animation

Something new

2.1.2 Release

02 Feb 06:20
Compare
Choose a tag to compare

iSlider 2.1.2

  • [Optimization]orientationChange and resize distinction => resizeEvt, according to whether the mobile device.
  • [Optimization]Merge "leaving" event, mouseout and touchcancel.
  • [Optimization]When iSlider is set to autoplay, flip phone screen or resize the window at this point, autoplay can not be paused! (especially Android (#‵′)!!!)
    • A lot of optimization... lots and lots
    • Reconstruction of continuous sliding queuing mechanism, change it to the event handler maintenance.
    • Peeling methods
    • Every effort to ensure the performance, although it is only a special place in time.
    • Reconstruction of the resizeEvt method.

2.1.1 Release

29 Jan 04:39
Compare
Choose a tag to compare

iSlider 2.1.1

  • [BUG fix]Repair resize event to lose focus in Android.

iSlider 2.1.0

  • [Optimization]Fully optimized animation. Animation logic decoupling from iSlider.
  • [New]Add an animation, zoomout.

2.0.14 Release

20 Jan 13:28
Compare
Choose a tag to compare

iSlider 2.0.14

  • [Optimization][Plug-in]BIZone
    • plugins: ['BIZone', {size: {VALUE}}]
    • {VALUE} default is 0, you can also pass an array [top, right, bottom, left], eg: [10, 20] or [10, 0, 0] or [1, 2, 3, 4]. Similar "margin" or "padding".

iSlider 2.0.13

  • [Optimization]Review demos

2.0.12 Release

19 Jan 02:25
Compare
Choose a tag to compare

iSlider 2.0.12

  • [Optimization]Links on fixPage:true add preventDevault
  • [BUG fix]Repair plug-dot Click failure problem

Something new

  • Add new option "fingerRecognitionRange" to prevent inadvertently touched

iSlider too fat! Weight Loss complete!

2.0.11 Release

17 Jan 13:04
Compare
Choose a tag to compare

iSlider 2.0.11

  • [Optimization]Links to determine whether the "_blank"
  • [Optimization]autoplay time sequence optimization, more smoothly, not interfere with touch events
  • [Optimization]Slimming file/directory structure

Something new

  • Add new callback functions
    • oninitialize, oninitialized in structural parameters
    • initialize, initialized on callback register
  • Now you can manually specify the container width and height, When a container is not actually in the page.

2.0.10 Release

15 Jan 04:06
Compare
Choose a tag to compare

iSlider 2.0.10

  • [Optimization]Some effects (such as default, rotate) in some browsers, there is a thin seam between the two scenes.
    • We try to solve, yes, it has been resolved in most cases.
    • However, this caused some impact on performance, so we use it as a configuration option called "fillSeam", the default value is false, it is disabled. When you need it can be enabled.
  • [Plug-in]button support vertically sliding case.
  • [Plug-in]dot support vertically sliding case.

iSlider 2.0.9

  • [BUG fix]disperse ghost when rotate and flip
  • [Optimization]animate: remove rotate and flip cover background-color
  • [BUG fix]Background image rendering affect the first frame position
  • Some optimization

iSlider 2.0.8

06 Jan 11:22
Compare
Choose a tag to compare

iSlider 2.0.8

  • [BUG fix]Fix initPage error, thanks @ronnyKJ

2.0.7 Release

23 Dec 06:47
Compare
Choose a tag to compare

iSlider 2.0.7

  • [BUG fix]Remove tap event trigger.
    • Without tap library support, if you bind a tap event, we will help you trigger it. If there are library supports tap, such as zepto, it will trigger twice. Accordingly, this action must be removed.
    • If you want to use the tap, or any other custom events, which means that it is important to you, we do not need to stop it.

iSlider 2.0.6

  • [Optimization]add default width:100% for ul in css file.
  • [BUG fix]At isOverspread mode, background image cant be displayed. background size problem. (╯‵□′)╯︵┻━┻, baidu browser... kernel tooooooo damn old!

2.0.5 Release

23 Nov 12:38
Compare
Choose a tag to compare

iSlider 2.0.5

  • [Optimization]Autoplay timer will start counting after animation("slideChanged", "slideRestored")
  • [Optimization]Add option "delay" for setting what time to start auto-play
  • [Optimization]Methods "on" add the third parameter to set a callback priority(Boolean equivalent value), If set to "true" then added to the top of the queue. default is "false".

iSlider 2.0.4

2015-11-13

  • [BUG Fix]None fixPage mode, overflow will set to "auto"
  • [BUG Fix]Add "mouseout" event, on desktop browser. Sticky problem when the finger to draw boundaries during sliding.
  • [Optimization] Image loading sequence
  • [Optimization] Animation Scope
  • [Optimization] AnimateType mount change
  • [Plug-in] BIZone added