Releases: dunnkers/ember-polymer
Fix html importing and add extra tests. 🚩
Fixes some possible import errors when in a nested route. I've also added some tests to ensure correct html importing.
Auto element importing! 😎
Automatic element importing based on installed bower packages with web-components
keyword and having a valid html import file. 👍🏻 Now all that's needed to install and use an element is a simple bower install command like so:
bower install PolymerElements/paper-button --save
The rest is magic. ✨
Also,
- Updated ember to v2.9.0
- Update dember-cli to v2.9.0
- Refactored config handling in addon
Update polymer to v1.7.0
Some new features as seen in the 1.7.0 release changelog.
Fix demoURL field
In package.json. It now shows up correctly on emberaddons.com
Fix vulcanized.html import 🔨
Occured when in a nested route.
Fix iron-icons import
Caused by changing the paper-elements import to importing separate imports.
Fix repo url in package.json 🤗
It now shows up correctly on emberaddons.com and emberobserver.com!
Fix web-animations-js import
Also fix iron-flex-layout import deprecation warnings
Update Polymer
Update Polymer to v1.6.1 and update some other dependencies as well.
Revert using rootURL
Went back to using baseURL for now.