Releases: ellipticaljs/paper-autocomplete
Releases · ellipticaljs/paper-autocomplete
v3.1.0
v3.0.2
v3.0.1
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
2.5.2
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).