Releases: ijlee2/ember-container-query
Updated .npmrc and dependencies
Updated dependencies
Warning
[email protected]
specifies ^3.24 || >= 4.0
when listing ember-source
as a peer dependency. If you use pnpm
, you may encounter an issue with running an Ember app.
Updated dependencies. Added ember-lts-5.8 scenario.
5.0.10 Tagged 5.0.10
Updated dependencies
What changed?
- Updated
@embroider/addon-shim
to1.8.7
to1.8.8
. - Updated
decorator-transforms
from1.2.1
to2.0.0
.
It should be safe to update ember-container-query
from 5.0.8
to 5.0.9
.
Updated dependencies
What changed?
- Updated
decorator-transforms
from1.1.0
to1.2.1
- Updated
ember-element-helper
from0.8.5
to0.8.6
It should be safe to update ember-container-query
from 5.0.7
to 5.0.8
.
Updated dependencies
It should be safe to update ember-container-query
from 5.0.6
to 5.0.7
.
Updated decorator-transforms to address an issue with version skew
I updated decorator-transforms
to 1.0.3
so that ember-container-query
works on projects that have decorator-transforms@v1
as their dependency.
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.
Downstreamed changes from @embroider/[email protected]
Important
Installing [email protected]
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.
By replacing a few Babel plugins with decorator-transforms
, we can ship fewer bytes and avoid the need to transpile other class features.
Before | After | |
---|---|---|
Package size | 15.7 kB | 14.6 kB |
Unpacked size | 54.3 kB | 49.6 kB |
Total files | 40 | 38 |
Updated dependencies
5.0.3 Tagged 5.0.3