Skip to content

Releases: smfoote/pure-typeahead

v2

30 Apr 12:02
Compare
Choose a tag to compare

Reverting all breaking changes from v1. Back to the original API, because the (short-lived) v1 API made too many assumptions about how the typeahead would be used and was therefore not as composable.

v1.0.0

22 Feb 04:19
4b256dc
Compare
Choose a tag to compare

v1 release.

Breaking change from v0.2.2:

onSelect has been removed from TypeaheadResult. value added to TypeaheadResult.
onSelect added to Typeahead, receiving the value from the selected TypeaheadResult

v0.2.2

30 Dec 12:46
Compare
Choose a tag to compare
Bump version to 0.2.2

Fix related target bug

29 Dec 21:53
Compare
Choose a tag to compare
v0.2.1

Bump version

No blur on click

29 Dec 20:36
c8b2dfd
Compare
Choose a tag to compare
Move onBlur to Typeahead (#23)

to avoid onBlur being called when a result is clicked

v0.1.2

29 Dec 14:27
Compare
Choose a tag to compare
Every release takes me 3

Passing build

29 Dec 14:17
Compare
Choose a tag to compare
v0.1.1

Update input snapshot

Pass through input ID

29 Dec 14:12
Compare
Choose a tag to compare
v0.1.0

Pass through ID to input

Bump the package.json version

28 Dec 20:45
Compare
Choose a tag to compare
v0.0.8

I guess I need to bump the version in package.json

For npm publish

28 Dec 20:40
Compare
Choose a tag to compare
v0.0.7

Fix tests, test preventDefault