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

Releases: canalplus/react-keys

2.3.0

21 Feb 10:25
Compare
Choose a tag to compare

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

29 Sep 10:18
Compare
Choose a tag to compare

Add eventCb handler on init to catch keys events

keysInit({ store: store, eventCb: remoteCb });

v2.0.0-alpha3

22 Sep 08:30
Compare
Choose a tag to compare
v2.0.0-alpha3 Pre-release
Pre-release

Make Carousel animation webkit compatible

v1.7.0

27 Jul 14:35
Compare
Choose a tag to compare
  • Add Keys Component to handle keyboard keydown, first handling is Back key !

v1.6.1

29 Jun 17:20
Compare
Choose a tag to compare

Fix MASSIVE bug on current binder #37

v1.6.0

29 Jun 15:27
Compare
Choose a tag to compare

Add global state informations as current global selectedId and current selected strape id #36

v1.5.0

27 Jun 10:59
Compare
Choose a tag to compare
  • 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

24 Jun 10:05
Compare
Choose a tag to compare

Fix important communication issue #33

v1.4.0

23 Jun 15:29
Compare
Choose a tag to compare
  • 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

31 May 16:34
Compare
Choose a tag to compare

Add start exitStrategy #30