Description
My motivation to help working on the addon is to get rid of the annoying deprecations pointed out in #715
In the update process:
- Update ember-cli to 3.28 #711
- Lint everything #712
- Implement functional style template transform #714
- Updated ember required and ember validators packages #715
I figured out that it's not that simple to get it to work with ember >=4
because the addon and probably the dependencies use the old ember imports and private apis that don't work anymore in ember 4.
That raises the question how we should release new versions to have a happy update path. The latest released version is 4.0.0-beta.12
which was released over a year ago. NPM Versions show that most downloads are for the beta releases.
My suggestion would be to release a version 4.0
that supports ember <=3.28.x
and after that work on a new 5.0
release for ember >=4
. That would allow us to drop support for ember <=3.28.x
in the 5.x
branch and make things much easier.
We need to highlight breaking changes from the ember-validators
dependency.
I'm happy for more input and opinions.
- Deprecate
volatile
option becausecomputed().volatile()
is removed: - Release
4.0.0-beta.13
- Fix ember
4.0
issues Ember 4.0 compatibility - drops support for Ember < 3.28 #717 - Setup release, changelog, etc according to the guidelines #720
- Release
4.0
for ember<=3.28.x
- Release
5.0
for ember>=4
- Replace
ember-font-awesome
Update ember-cli to v4.4 and drop support for node v12 #731 - Update to ember-cli 4.8 Update ember-cli to v4.8 #732
- Update to ember-cli 4.12 Update ember-cli to v4.12 #736
- Replace
ember-data
imports Embroider: Use of ember-data internals #740 - Enable
embroider-safe
andembroider-optimized
scenarios Embroider: Use of ember internals #739 - Setup Docs #722