Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

2.3.0

Latest
Compare
Choose a tag to compare
@FlorentD FlorentD released this 21 Feb 10:25
· 92 commits to master since this release

Add selectors

  • isCurrentBinder(binderId) determine if your binder is the current binder
  • isBinderActive(binderId) determine if your binder is active
  • getBinderMarginLeft(binderId) determine marginLeft of a binder
  • getBinderMarginTop(binderId) determine marginTop of a binder
  • getBinderSelectedId(binderId) determine selectedId of a binder

Add prop to Binder

  • position (string / optional) to better handle for enterStrategy (vertial/horizontal) (default horizontal)

Carousel is no longer on absolute position

Minor fixes