Skip to content

Releases: Kilix/selectless

v1.1.0

19 Oct 08:35
Compare
Choose a tag to compare

Minor Changes

  • Fix error on hit ENTER when search value leaves no options: 0d0283e

v1.0.0

16 Oct 15:20
Compare
Choose a tag to compare

Minor Changes

  • Use deepEqual to test selectedValue

Major Changes

  • return null instead of undefined in onChange when you unselect

#2749ad4a7eecef30e1a36da81eecfaec769229ef

v0.5.2

09 Oct 15:31
Compare
Choose a tag to compare

Patches

  • Add the props referenceKey
  • Update docs for referenceKey: 2c61589

v0.5.0

09 Oct 09:36
Compare
Choose a tag to compare

Minor Changes

  • Add possiblity to update options on Select.Sync: fd3b3b1

v0.4.1

05 Oct 10:00
Compare
Choose a tag to compare

Patches

  • Close select when disabled is true: 925f750

v0.4.0

05 Oct 09:03
Compare
Choose a tag to compare

Minor Changes

  • Add disabled props and cut events and pass the props to components: 15d010e

v0.3.1

04 Oct 13:10
Compare
Choose a tag to compare

Patches

  • Fix issue with default not being detected for isSelected with indexOf: 04b15c0

v0.3.0

03 Oct 13:37
Compare
Choose a tag to compare

Minor Changes

  • Deletet withOverlay and add props closeOnBlur to Core to handle click event outside of element: 1d64947

v0.2.0

03 Oct 09:02
Compare
Choose a tag to compare

Minor Changes

  • Add utils withOverlay to handle click outside of Select for closing the Select.: 9561d52

v0.1.2

18 Aug 14:37
Compare
Choose a tag to compare

Patches