Reverted the unintended change to ember-modifier support
In v5.0.4
, I didn't mean to restrict the supported versions of ember-modifier
from ^3.2.7 || ^4.1.0
to ^4.1.0
. I reverted this change in v5.0.5
.
Important
Installing [email protected]
(or v5.0.5
) can result in the installation of [email protected]
, which seems to have a regression.
If you encounter the error The @action decorator must be applied to methods when used in native classes
, you may need to pin decorator-transforms
to v1.0.1
for now.