Skip to content

Tags: dominikklein/vue-autosuggest

Tags

1.4.3

Toggle 1.4.3's commit message
chore(1.4.3) bump version and build

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(inputProps): make name configurable (darrenjennings#39)

* fix(inputProps): make name configurable

* docs(readme): document that q is default name

v1.4.2-1

Toggle v1.4.2-1's commit message
📦 bump package version and build files

1.4.1

Toggle 1.4.1's commit message
docs(storybook): 1.4.1 with bundle now.

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(1.3.1) - darrenjennings#28 darrenjennings#26 darrenjennings#27 (d…

…arrenjennings#30)

* feat(chrome): darrenjennings#28 make autocomplete configurable

* feat(watcher): darrenjennings#27 onInputChange pass oldValue

* feat(props): darrenjennings#26 onblur and onfocus

v1.2.2

Toggle v1.2.2's commit message
Bugfix for scrollTo element not being available. Sending back the sam…

…e object for both rendersuggestion and getsuggestionvalue so user can decide what to render based on section type.

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
getSuggestionValue and renderSuggestion props (darrenjennings#21)

* JSX for default section for easier rendering of li section without multiple scoped slots inside v-component. Added getSuggestionValue and renderSuggestion props. Updated docs/readme.

* Removing jsx for now until it plays well with rollup.

* Updated readme and reapplied the rollup uglify + filesize.

* More readme stuff.

* Removed listbox role duplication. Refactored code to have utils.js. ScrollTo behavior added for issue darrenjennings#22. Upgraded vue-test-utils and refactored tests for updates. Fixed bug with currentindex being calculated as a string instead of an int.

* Prettier.rc added and formatted autosuggest. Up next, auto prettier everything?

* Fixed bug with scroll index not focusing on first element. Added scrollTo behavior when a user opens the suggestions container. Beefed up the demo for many many options.

* Docs built and package version updated.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switching to rollup, adding extends paradigm... (darrenjennings#19)

* Exporting default section as component and extending it

* Switched build to rollup for compatibility with Browserify and smaller bundle sizes.
Fixed issue with non-required default input props to use nested defaults.

* Built docs + app + storybook.
Fixed build script.
Renamed entrypoint.
Fixed docs webpack config.

* Package bump to 1.1.0
Closes darrenjennings#18 
Closes darrenjennings#16

v0.0.2-beta.8

Toggle v0.0.2-beta.8's commit message
Bugfixes release with version number bump. Building docs.

0.0.2-beta.6

Toggle 0.0.2-beta.6's commit message
Aria active descendent not null. Started work to use vue-test-utils.