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 ember-container-query@v5.0.4
(or v5.0.5
) can result in the installation of decorator-transforms@v1.0.2
, 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.