Skip to content

Releases: GetmeUK/manhattan-js-typeahead

Fix: `q`uery string is now escaped before being added to mark

28 Sep 19:39
Compare
Choose a tag to compare
1.0.18

fix: escape of query string in default mark

Fix: Correction to previous fix to address unescaped content being possible in suggestions

04 Jul 15:59
Compare
Choose a tag to compare
1.0.17

fix: resolve issue with mark code unescaping content

Fix: Prevent unescaped content being inserted into suggestion element

12 May 21:51
Compare
Choose a tag to compare
1.0.16

fix: prevent raw HTML appearing in default element behavior

Fix for Edge 18 lack of scroll method support

29 Sep 19:40
3b7a766
Compare
Choose a tag to compare
1.0.15

Merge pull request #2 from GetmeUK/dependabot/npm_and_yarn/node-sass-…

Support for typeaheads that intitially show all possible values

10 Oct 20:44
Compare
Choose a tag to compare
  • Added support for setting max suggestions option as 0 (for unlimited suggestions).
  • Focus now triggers an open request (which allows a typeahead that works when the length of the query string is 0).
  • If there's no query string the length sort behaviour will sort suggestions alphabetically.
  • If the typeahead is closed and the user presses an arrow key this will trigger an open request (again this is to help support typeaheads with no minimum query length).

Fix for unescaped characters in the query string

13 Sep 16:32
Compare
Choose a tag to compare

Fetch request will now include cookies

22 Jul 18:23
Compare
Choose a tag to compare
1.0.10

Fetch request will now include cookies

Added support for typehead entries and user input entries

18 Jul 12:22
Compare
Choose a tag to compare
1.0.9

Added support for typeahead+tokenizer+free-entry

Tokenizer fields now prevent submission

18 Jul 09:11
Compare
Choose a tag to compare
1.0.8

Updated tokenizer to prevent form submissions when the enter key is u…

Bug fix

06 Jun 16:53
Compare
Choose a tag to compare
  • Fix for cached results not returning correct response from fetch (signal was missing)