My motivation to help working on the addon is to get rid of the annoying deprecations pointed out in #715
In the update process:
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.
My motivation to help working on the addon is to get rid of the annoying deprecations pointed out in #715
In the update process:
I figured out that it's not that simple to get it to work with ember
>=4because 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.12which 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.0that supports ember<=3.28.xand after that work on a new5.0release for ember>=4. That would allow us to drop support for ember<=3.28.xin the5.xbranch and make things much easier.We need to highlight breaking changes from the
ember-validatorsdependency.I'm happy for more input and opinions.
volatileoption becausecomputed().volatile()is removed:4.0.0-beta.134.0issues Ember 4.0 compatibility - drops support for Ember < 3.28 #7174.0for ember<=3.28.x5.0for ember>=4ember-font-awesomeUpdate ember-cli to v4.4 and drop support for node v12 #731ember-dataimports Embroider: Use of ember-data internals #740embroider-safeandembroider-optimizedscenarios Embroider: Use of ember internals #739