Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Releases: FormidableLabs/radon-select

2.0.2

11 Jan 21:02

Choose a tag to compare

Adds disableUpDownAutoRefresh prop for preventing refresh on arrow key navigation

v2.0.1

17 Nov 01:05

Choose a tag to compare

  • Add ariaLabel prop, for setting aria-label.

v2.0.0

20 Sep 18:53

Choose a tag to compare

Removed

  • We no longer include a touch event workaround for older versions of React. If you are still using a version that needs the workaround, please stay on radon-select 1.x. (@braker1nine in #39)

v1.1.1

29 Apr 22:31

Choose a tag to compare

  • Minor bug fix, correcting a typo in toLowerCase

Support for `disabled` state.

29 Apr 20:30

Choose a tag to compare

You can now pass disabled to the component and... it works™.

Babel 6 Upgrade

06 Apr 17:41

Choose a tag to compare

This release updates the build process to use Babel version 6, to ensure compatibility with consumers that also use Babel version 6 and up.

Additionally, references to React.render were updated to ReactDOM.render

Add support for ReactElement as RadonSelect.Option child

19 Jan 19:08

Choose a tag to compare

  • Add support to pass ReactElement into RadonSelect.Option.

v0.1.3

08 Dec 22:54

Choose a tag to compare

Fixes #4 - default value