10348c0Add plete-with-fetch-and-abort.js, a convenience for using Plete withfetchandAbortController.
Released on 2020-02-11.
e842672Rename main.js to plete.jscce5321Rename main.css to plete.css353f21bFix missing main.css in dev-modeWhen running in dev mode,
index.htmlwould load up themain.cssfrom thedistfolder.The
dist/main.cssfile would only exist, if thebuildscript had been run previously.That shouldn't be necessary for development. Also, loading it from
dist/would mean that it could get out of date.Since the
http-serverpart of thestartscript is serving up the entire repository from the root, we can usemain.cssfromlib/directly.bf0cea4Remove cruft from CHANGES.md
Released on 2020-01-24.
f557a0dFix invalid escaping in filterThe fix applied in 23e0cea57c6484e9d1a148ed58e3644ccbc3ba29 ended up breaking the filtering when
dataSrcis an array of strings.Given ["Denmark", "Germany", "Spain", "Sweden", "United Kingdom"] it would not return ["Denmark"] for a query of "Den".
The solution is to use a battle hardened escaping function, from:
Released on 2020-01-23.
37015f1Add support for cancellation
Released on 2020-01-21.
23e0ceaFix #6: escape input string on local filter
Released on 2020-01-08.
57eca5fAdd keywords to package.jsonThis should help people find it easier
b33c888Fix typo in README
Released on 2020-01-05.
19baf0aAdd links to documentation siteb18099cFix broken test.classList is an object, not a string
Released on 2020-01-05.
- Add WAI-ARIA support
This widget is considered a combobox and should use the rules for the combobox role.
- Initial version