Skip to content

Commit

Permalink
- Moving styles tag inside the template to avoid leaking styles and i…
Browse files Browse the repository at this point in the history
…nline

with current Polymer recommendations (fixes #68)
- Changed demo pages to make them all compatible with IE/Edge.
- Event name when clicking on clear was wrong (fixes #67)
  • Loading branch information
jhuesos committed May 12, 2017
1 parent 193a672 commit c315578
Show file tree
Hide file tree
Showing 13 changed files with 431 additions and 663 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ project-assets/
demo_components

build/
.eslintcache
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This component follows *Semantic Versioning* (aka SemVer), visit (http://semver.org/) to learn more about it.

## Release 2.5.2 (2017-05-12)

### 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 has been fixed so now all demos work in IE/Edge.
- Event name when clicking in the clear button was wrong. Now event name matches the one in the documentation:
`autocomplete-reset-blur` (thanks to @orenagiv).

## Release 2.5.1 (2017-03-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-autocomplete",
"version": "2.5.1",
"version": "2.5.2",
"authors": [
"S. Francis",
"Rodolfo Oviedo <[email protected]>",
Expand Down
104 changes: 0 additions & 104 deletions demo/autocomplete-example.html

This file was deleted.

145 changes: 0 additions & 145 deletions demo/ie-edge.html

This file was deleted.

Loading

0 comments on commit c315578

Please sign in to comment.