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 tests resulted by 2.0 upgrade 🔨

23 Oct 01:59
Compare
Choose a tag to compare
Pre-release

Tests failed because I removed the obsolete paper-elements component, this was fixed by creating bower_components fixtures.

Others failed because of the window.Polymer.RenderStatus.hasRendered property being removed, this was fixed by using the window.WebComponents.ready property instead.

Update Polymer to v2.2.0

22 Oct 19:52
Compare
Choose a tag to compare
Pre-release

Also, update webcomponentjs polyfills library to v1.0.17

Polymer v2.x release 👶🏻

22 Oct 19:24
Compare
Choose a tag to compare
Pre-release

Polymer 2.0!

Tests are not working yet - they have to be changed to 2.0's API accordingly.
One FIXME is left open.

Update Polymer to v1.11.0

22 Oct 16:57
Compare
Choose a tag to compare

Update Ember to v2.16.0 🐹

12 Oct 14:39
Compare
Choose a tag to compare

Apply blueprints and update packages accordingly.

Update Ember to v2.15.1 🐹

08 Sep 15:00
Compare
Choose a tag to compare

Apply blueprints and update packages accordingly.

Update Ember to v2.14.0 💛

11 Jul 11:47
Compare
Choose a tag to compare

Update Ember and apply new blueprints.

Small bugfix

05 Jun 04:35
Compare
Choose a tag to compare

It appeared that applications consuming the addon were supplied with 2.x versions of polymer. This since 1.9.1 is actually forwards compatible with 2.x. This small release fixes this issue.

Changes:

  • Pin down polymer and webcomponentsjs bower versions (fa7e2ba)

Release v1.0.0 🚀

04 Jun 15:26
Compare
Choose a tag to compare

Finally, after the addon was broken for quite a while due to a bug in ember, all bugs are fixed and we are ready to go again! ✈️

Version bumps

Bugfixes

  • Remove baseURL deprecation (0d9691d) 🔨
  • Fix PhantomJS and WebcomponentsJS coorporation (#59) 🔨

Repository health

  • The repo is now monitored by the Greenkeeper 2.0 to ensure all packages are always up-to-date 🏝
  • Yarn is now enabled for faster builds!
    Along with that, Greenkeeper is also configured to update the yarn.lock file 🔒
  • Code coverage is now uploaded for every task

The way forward

The v1.9.1 polymer release is probably the last minor version in the 1.x series, since polymer v2.0.0 was just released! 🙌🏻 In ensuring a smooth transition between the two, v1.9.1 fires deprecation warnings. With those all fixed component developers should be able to upgrade their element to a v2.0.0 one.

For us, this means that we will still have to wait a little while for all elements to have been upgraded to a v2.0.0 one. This is why I will develop a stable polymer 1.0 compatible ember-polymer version in the 1.x branch, whilst developing a polymer 2.0 compatible ember-polymer version in master.

Look around at https://www.webcomponents.org to browse elements! Cheers!

Update ember-cli and ember version

03 Apr 10:37
Compare
Choose a tag to compare

Updates Ember version