Skip to content

Releases: ijlee2/ember-container-query

Downstreamed changes from @embroider/[email protected]. Updated dependencies.

07 Nov 14:58
a5dbfac
Compare
Choose a tag to compare

It should be safe to update ember-container-query from 5.0.1 to 5.0.2.

Improved documentation and updated dependencies

15 Oct 08:46
Compare
Choose a tag to compare

It is safe to update ember-container-query from 5.0.0 to 5.0.1.

Dropped Node 16 support

14 Sep 20:37
Compare
Choose a tag to compare

Important

Assuming that you are on [email protected], you may take one of 3 migration paths:

  1. If your project is in a good condition (e.g. runs on Node 18), you can update directly to 5.0.0.
  2. If your project runs on Node 16 and doesn't pull in many different versions of ember-element-helper, update to 4.1.0.
  3. Otherwise, update to 4.0.6.

For more information, see the changelog.

Updated ember-element-helper to v0.8.4

14 Sep 20:16
Compare
Choose a tag to compare

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

14 Sep 19:58
Compare
Choose a tag to compare

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.

01 Aug 18:18
00e7767
Compare
Choose a tag to compare

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 from v0.6.1 to v0.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

13 Jun 10:26
Compare
Choose a tag to compare

It is safe to update ember-container-query from 4.0.3 to 4.0.4.

Updated dependencies

07 Jun 07:48
Compare
Choose a tag to compare

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

23 May 08:17
Compare
Choose a tag to compare

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

17 May 13:04
Compare
Choose a tag to compare