Skip to content

Releases: onefinestay/react-choice

v0.4.3

13 May 12:22
Compare
Choose a tag to compare

Development improvements #30

v0.4.2

22 Apr 15:09
Compare
Choose a tag to compare

Fixed a bug in windows where clicking on the scrollbar would close the options dropdown.

Also added eslint config.

v0.4.1

13 Apr 14:30
Compare
Choose a tag to compare

Add touch events when selecting an option

v0.4.0

13 Apr 14:29
Compare
Choose a tag to compare

Allow passing the icon component as a property

v0.3.2

26 Nov 17:39
Compare
Choose a tag to compare

Ensure that the component is mounted before trying to access its refs

v0.3.1

23 Nov 13:47
Compare
Choose a tag to compare
  • Expose TextHighlight component
  • Added custom renderer example
  • Switched to webpack to build example js code

v0.3.0

23 Nov 13:46
Compare
Choose a tag to compare

Added a new API to be more semantic.

v0.2.1

23 Nov 13:46
Compare
Choose a tag to compare

When changing the value property changes update the component to reflect it

v0.2.0

23 Nov 13:45
Compare
Choose a tag to compare
  • Allow duplicate selection in multiple select
  • Added onDelete callback when removing a value from the multiple select
  • Removed sourcemaps from the generated css files
  • Fixed missing handleClick handler

v0.1.0

31 Oct 20:10
Compare
Choose a tag to compare

Initial release