Releases: ijlee2/ember-container-query
Downstreamed changes from @embroider/[email protected]. Updated dependencies.
It should be safe to update ember-container-query
from 5.0.1
to 5.0.2
.
Improved documentation and updated dependencies
It is safe to update ember-container-query
from 5.0.0
to 5.0.1
.
Dropped Node 16 support
Important
Assuming that you are on [email protected]
, you may take one of 3 migration paths:
- If your project is in a good condition (e.g. runs on Node 18), you can update directly to
5.0.0
. - If your project runs on Node 16 and doesn't pull in many different versions of
ember-element-helper
, update to4.1.0
. - Otherwise, update to
4.0.6
.
For more information, see the changelog.
Updated ember-element-helper to v0.8.4
On August 29 (two weeks ago), [email protected]
was released to provide the signature for the {{element}}
helper. The signature seems to work well in this project.
However, I suspect that there are many addons that still depend on an older version of ember-element-helper
. Given that ember-element-helper
is in 0.x
and changed to v2 format in 0.7.1
, it may not be trivial for consuming apps to install a single version. To indicate that there can be a risk from pulling in the latest version of ember-element-helper
, I'll make a minor release 4.1.0
.
Note
For an incremental migration, update ember-container-query
from 4.0.5
to 4.0.6
, then from 4.0.6
to 4.1.0
.
Updated dependencies and fixed a bug in component signature
I updated all dependencies to the latest version (except ember-element-helper
, which remains at v0.7.1
to ease your migration). I also downstreamed relevant changes from @embroider/[email protected]
.
Downstreamed changes to @embroider/addon-blueprint. Updated ember-element-helper to v0.7.1.
I created the tag 4.0.5
to help end-developers update ember-container-query
incrementally. The main changes since 4.0.4
are:
- Removed
rollup-plugin-ts
- Introduced
@embroider/addon-blueprint
's new approach to creating TS declaration files (you can refer to their tags v1.7.0, v2.0.0, and v2.1.0) - Updated
ember-element-helper
fromv0.6.1
tov0.7.1
. (ember-element-helper
is now a v2 addon.)
These changes shouldn't have caused regressions. Please let me know if you discover a bug.
The next tag (likely 4.1.0
) will support end-developers who use the latest versions of @embroider/*
packages.
Updated development dependencies
It is safe to update ember-container-query
from 4.0.3
to 4.0.4
.
Updated dependencies
For ember-container-query
, the configuration files babel.config.json
and rollup.config.mjs
have been updated to account for the latest code from @embroider/[email protected]
and @embroider/[email protected]
, respectively.
The code changes (between 4.0.2
and 4.0.3
) are internal and shouldn't affect your project in unexpected ways.
Updated @embroider packages
On May 17, the @embroider
packages announced either a major or minor release. I updated the dependencies accordingly.
(In summary, ember-container-query
depends on @embroider/[email protected]
.)
Updated ember-modifier to v4.1.0
[email protected]
continues to be supported.