Skip to content

Releases: ellipticaljs/paper-autocomplete

v3.1.0

27 Aug 10:07
Compare
Choose a tag to compare

New Features

  • Added a new boolean option highlight-first to both paper-autocomplete and paper-autocomplete-suggestions that when set, it will always highlight the first result each time new suggestions are presented.

v3.0.2

27 Aug 10:08
Compare
Choose a tag to compare

Bug Fixes

  • It is now again possible to add a custom paper-input suffix. See the new demo.

v3.0.1

12 Aug 13:26
Compare
Choose a tag to compare

Bug Fixes

  • Removed duplicated auto-validate attribute from paper-autocomplete (thanks to @kaseyhinton).
  • Fixed regression: onClear() now triggers 'autocomplete-reset-blur' event (as is documented in the API) and not the event 'autocomplete-reset'.

New Features

  • Added integration with SauceLabs so now test can be run on multiple platforms and browsers.

v2.6.1

10 Jun 17:56
Compare
Choose a tag to compare

Bug Fixes

  • Private property _bindedFunctions inside paper-autocomplete-suggestions was being shared between all instances. This now has been solved thanks to @plequang.

2.5.2

12 May 22:25
Compare
Choose a tag to compare

Bug Fixes

  • Moved <style> tags inside the <template> tag, to avoid leaking styles and to be inline with latest Polymer
    recommendations (thanks to @alejost848).
  • Demo pages have been fixed so now all demos work in IE/Edge.
  • Event name when clicking the clear button was wrong. Now event name matches the one in the documentation:
    autocomplete-reset-blur (thanks to @orenagiv).