Skip to content

Releases: AmyShackles/react-autosuggestions

v3.3.0

01 Oct 04:18
c666fbd
Compare
Choose a tag to compare
  • Adds ability to specify an id to generate nested ids.

Version 3.2.1

23 Sep 00:59
Compare
Choose a tag to compare
  • Fixes the bug where typing into the autosuggest input would raise an exception if the list of options was empty.

Version 3.2.0

24 Mar 18:57
Compare
Choose a tag to compare
  • Changes aria-live region from "assertive" to "polite"

Version 3.1.0

25 Jan 19:53
a3b278c
Compare
Choose a tag to compare
  • Allows caseInsensitive search in Client version of AutoSuggest component

Version 3.02

25 Jan 02:28
Compare
Choose a tag to compare
  • Fixes bug where listbox would reopen if server returned results after the listbox was closed

Version 3

24 Jan 07:55
53027e0
Compare
Choose a tag to compare
  • To enable smoother updates when the value of the input is changed through a state update rather than the usage of the dropdown, users must now pass a handleChange function and a value.
  • Fixes bug where suggestions message was persisting when the listbox was closed

Version 2.1.0

13 Jan 02:09
6e4a377
Compare
Choose a tag to compare
  • Adds ability to pass disabled property to input

More flexibility in options argument

09 Jan 02:50
865cad0
Compare
Choose a tag to compare
  • Adds the ability to pass an options object with { name, value }
  • Adds the ability to pass an options object with { name, value, abbr }

Version 2, patch 1

08 Jan 03:16
df4ea2e
Compare
Choose a tag to compare
  • Adds z-index to listbox wrapper
  • Fixes merge of user styles and default styles

Version 2

07 Jan 23:44
Compare
Choose a tag to compare
  • Removes need to pass a ref to AutoSuggest component
  • Includes more testing of components
  • Updates README
  • Changes license to MIT