Skip to content

v1.1.0 - getSuggestionValue, renderSuggestion props, scrollTo behavior

Compare
Choose a tag to compare
@darrenjennings darrenjennings released this 02 Jan 02:34
· 129 commits to master since this release
fdc2624

New Features

  • Added getSuggestionValue and renderSuggestion props. (see readme.md)
  • ScrollTo behavior added for issue #22.

Refactored code:

  • Migrated DefaultSection.vue to createElement + render element for easier rendering of li section
  • utils.js.
  • .prettierrc.js added
  • moved console.log eslintrc to warning
  • moved dom attrs to data props (e.g. id, classnames etc)
  • Upgraded vue-test-utils and refactored tests for updates.

Bugfixes:

  • Fixed bug with currentindex being calculated as a string instead of an int causing weird jumping behavior after exiting the input and then going back in.
  • Removed role="listbox" duplication.