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).