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

Release v1.0.0 🚀

Choose a tag to compare

@dunnkers dunnkers released this 04 Jun 15:26
· 146 commits to master since this release

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!