Skip to content

Releases: anubra266/choc-autocomplete

v4.3.2

01 Aug 21:40
14e3c48
Compare
Choose a tag to compare
  • 🐛 Don't show creatable when input is empty 19654e3

v4.3.1...v4.3.2

v4.3.1

01 Aug 17:21
44fcb93
Compare
Choose a tag to compare
  • 🐛 fix defaultValue overriding controlled input 4b4b301

v4.3.0...v4.3.1

v4.3.0

01 Aug 12:53
9d96d41
Compare
Choose a tag to compare
  • ✨ Add disabled prop to AutoCompleteTag c6b4205
  • ✨ Add defaultValue prop 932823f

v4.2.0...v4.3.0

v4.2.0

01 Aug 11:30
8bc4e8c
Compare
Choose a tag to compare

v4.1.1...v4.2.0

v4.1.1

31 Jul 22:48
4312fa3
Compare
Choose a tag to compare
  • 🐛 Fix Multiple selection not allowed without maxSelections prop 86eb105

v4.1.0...v4.1.1

v4.1.0

30 Jul 12:42
8528158
Compare
Choose a tag to compare
  • ✨ Add maxSelections prop 9136eba

v4.0.1...v4.1.0

v4.0.1

29 Jul 04:02
350966d
Compare
Choose a tag to compare
  • 🐛 Special characters crashing regex ad74eec

v4.0.0...v4.0.1

v4.0.0

29 Jul 03:39
0a2e59d
Compare
Choose a tag to compare
  • New multiple prop
  • New AutoCompleteTag component
  • Input can Now be controlled
  • Now built on hooks
  • Automatic list scroll
  • Allow custom filter method
  • onChangeProps new provides values array, when it's multiple
  • onSelectOption params changed - click to mouse
  • New onOptionFocus method
  • New AutoCompleteGroupTitle component. AutoCompleteGroup no longer takes a title prop.
  • AutoCompleteFixedItem is not exported, just add fixed prop to AutoCompleteItem
  • _fixed pseudo prop to style fixed items
  • emptyState can now be a function that is provided with the inputValue
  • new AutoCompleteCreatable Component in place of creatable prop for easier user customization. It takes a function child that exposes the current value, or just normal children. And it's accepts flexProps
  • use _selected pseudo prop to apply selected styles to items
  • add disabled prop to Items which can be styled with _disabled pseudo prop
  • onTagRemoved method is called when a tag is removed in the multiple multi select mode.

c93b0a8...v4.0.0

v3.6.2

21 Jul 01:07
2650f54
Compare
Choose a tag to compare

v3.6.1

20 Jul 15:46
d25fea8
Compare
Choose a tag to compare