Tags: dominikklein/vue-autosuggest
Tags
fix(inputProps): make name configurable (darrenjennings#39) * fix(inputProps): make name configurable * docs(readme): document that q is default name
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
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.
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
Bugfixes release with version number bump. Building docs.
Aria active descendent not null. Started work to use vue-test-utils.
PreviousNext