Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Releases: dunnkers/ember-polymer

Fix html importing and add extra tests. 🚩

01 Nov 22:50
Compare
Choose a tag to compare

Fixes some possible import errors when in a nested route. I've also added some tests to ensure correct html importing.

Auto element importing! 😎

21 Oct 02:24
Compare
Choose a tag to compare

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

17 Oct 12:33
Compare
Choose a tag to compare

Fix demoURL field

17 Oct 12:30
Compare
Choose a tag to compare

In package.json. It now shows up correctly on emberaddons.com

Fix vulcanized.html import 🔨

11 Oct 16:22
Compare
Choose a tag to compare

Occured when in a nested route.

Fix iron-icons import

10 Oct 15:01
Compare
Choose a tag to compare

Caused by changing the paper-elements import to importing separate imports.

Fix repo url in package.json 🤗

10 Oct 15:00
Compare
Choose a tag to compare

It now shows up correctly on emberaddons.com and emberobserver.com!

Fix web-animations-js import

26 Sep 13:19
Compare
Choose a tag to compare

Also fix iron-flex-layout import deprecation warnings

Update Polymer

14 Sep 00:41
Compare
Choose a tag to compare

Update Polymer to v1.6.1 and update some other dependencies as well.

Revert using rootURL

13 Oct 13:45
Compare
Choose a tag to compare

Went back to using baseURL for now.