Releases: dunnkers/ember-polymer
Fix tests resulted by 2.0 upgrade 🔨
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
Also, update webcomponentjs polyfills library to v1.0.17
Polymer v2.x 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
Updates the addon with the latest v1.x Polymer version. Changes since v1.9.1 are found here:
- Stable Release v1.9.2 release notes
- Stable Release v1.9.3 release notes
- Stable Release v1.10.0 release notes
- Stable Release v1.10.1 release notes
- Stable Release v1.11.0 release notes
Cheers 🍺
Update Ember to v2.16.0 🐹
Apply blueprints and update packages accordingly.
Update Ember to v2.15.1 🐹
Apply blueprints and update packages accordingly.
Update Ember to v2.14.0 💛
Update Ember and apply new blueprints.
Small bugfix
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
andwebcomponentsjs
bower versions (fa7e2ba)
Release v1.0.0 🚀
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
- Ember is updated to v2.13.3 (b13f75b)
Also, Ember is now included via npm (6671724) - Polymer is updated to v1.9.1 (0d9691d)
- WebComponentsJS is updated to v0.7.24 (87b0de3)
Bugfixes
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 theyarn.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
Updates Ember version