Skip to content

Releases: OpusCapita/react-select

2.0.7

26 Oct 17:47
Compare
Choose a tag to compare

2.0.6

26 Oct 17:12
Compare
Choose a tag to compare

2.0.2

26 Oct 17:02
Compare
Choose a tag to compare

2.0.1

05 Oct 06:39
Compare
Choose a tag to compare

See changelog and completed issues

API changes

Previously Select could be imported via import Select from '@opuscapita/react-select' which is a umd file with react-select bundled within, which is useful if someone wants to load it via browser script tag. But this is not ideal for Node.js environment, because in this case it's better to import only actually needed code, without any dependencies copied inside.

So, now available options include:

  • import Select from '@opuscapita/react-select' as previously, without changes
  • import Creatable from '@opuscapita/react-select/lib/Creatable'
  • import Async from '@opuscapita/react-select/lib/Async'
  • import AsyncCreatable from '@opuscapita/react-select/lib/AsyncCreatable'
  • import Select from '@opuscapita/react-select/lib/Select'

New individual imports are commonjs bundles without dependencies inside. Intended for usage in Node.js environment.

2.0.0

04 Oct 13:56
Compare
Choose a tag to compare

2.0.0-oc.1-beta

27 Sep 19:09
Compare
Choose a tag to compare

1.0.0-oc.3

25 Jul 07:20
Compare
Choose a tag to compare

1.0.0-oc.2

15 May 13:55
Compare
Choose a tag to compare

1.0.0-oc.1

15 May 13:51
Compare
Choose a tag to compare