Releases: canalplus/react-keys
Releases · canalplus/react-keys
2.3.0
Compare
Sorry, something went wrong.
No results found
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
v2.0.0-alpha4
Compare
Sorry, something went wrong.
No results found
Add eventCb handler on init to catch keys events
keysInit ( { store : store , eventCb : remoteCb } ) ;
v2.0.0-alpha3
Compare
Sorry, something went wrong.
No results found
Make Carousel animation webkit compatible
v1.7.0
Compare
Sorry, something went wrong.
No results found
Add Keys Component to handle keyboard keydown, first handling is Back key !
v1.6.1
Compare
Sorry, something went wrong.
No results found
Fix MASSIVE bug on current binder #37
v1.6.0
Compare
Sorry, something went wrong.
No results found
Add global state informations as current global selectedId and current selected strape id #36
v1.5.0
Compare
Sorry, something went wrong.
No results found
Switch view point strategy, use enterStrategy insteadOf exitStrategy for components #35
Bug Fix
fix wrapper left calculation for start enterStrategy #34
minor improvements
v1.4.1
Compare
Sorry, something went wrong.
No results found
Fix important communication issue #33
v1.4.0
Compare
Sorry, something went wrong.
No results found
Now, by default no selectedId context would be saved for binders on exiting. You need to add exitStrategy memory to keep previous behavior #32
Now, active property need to be set to true to activate a Binder on start. By default binders aren't activated #31
Couple of bug fixes
v1.3.0
Compare
Sorry, something went wrong.
No results found
Add start exitStrategy #30