This repository has been archived by the owner on Apr 1, 2021. It is now read-only.
Releases: canalplus/react-keys
Releases · canalplus/react-keys
2.3.0
Add selectors
isCurrentBinder(binderId)
determine if your binder is the current binderisBinderActive(binderId)
determine if your binder is activegetBinderMarginLeft(binderId)
determine marginLeft of a bindergetBinderMarginTop(binderId)
determine marginTop of a bindergetBinderSelectedId(binderId)
determine selectedId of a binder
Add prop to Binder
position
(string / optional) to better handle for enterStrategy (vertial/horizontal) (defaulthorizontal
)
Carousel is no longer on absolute position
Minor fixes
v2.0.0-alpha4
Add eventCb handler on init to catch keys events
keysInit({ store: store, eventCb: remoteCb });
v2.0.0-alpha3
Make Carousel animation webkit compatible