Releases: ijlee2/ember-container-query
Migrated to ember-on-resize-modifier. Dropped technical support for Node 10 and Ember 3.20 LTS.
Hi, everyone. You can expect the following changes in v2.0.0:
- Removed technical risk by migrating from
ember-did-resize-modifiertoember-on-resize-modifier - Dropped technical support for Node 10, Ember 3.16 LTS, and Ember 3.20 LTS
- Enable
embroider-safeworkflow in CI - Improved demo app
v2.0.0-alpha.0
Current plan for v2.0.0 release includes:
- Drop support for Node v10 and Ember v3.16 LTS
- Replace
ember-did-resize-modifierwithember-on-resize-modifier - Enable
embroider-safeworkflow in CI
The release of v2.0.0-alpha.0 will help me (and hopefully you) test backwards compatibility.
Updated ember-source to v3.27.5
The patch release updates several development dependencies, including ember-source, to their latest version. It's planned to be the last 1.x release that allows supporting Node 10 and Ember 3.16 LTS.
Added embroider-safe to ember-try scenarios
This patch release updates ember-element-helper to v0.5.0 and checks in CI that ember-container-query is Embroider Safe. (Hopefully, the demo app for CI can pass Optimized Embroider Safe soon.)
The risk in upgrading ember-container-query from v1.1.7 to v1.1.8 should be between none and small.
Fixed brittle tests and updated ember-source to v3.25.4
Apologies for letting the weekly scheduled CI fail for 3 months... 😓 I fixed a couple of tests so that CI can pass once again. I'm hoping for a less brittle way to test container queries.
In this patch release, I made the following updates:
- Updated
ember-sourcetov3.25.4 - Updated
ember-qunittov5.1.4 - Added Ember 3.24 LTS to
ember-tryscenario
Note: Ember 3.16 LTS has been unsupported since March 17, 2021. Since there may be developers who work on an app that is 3.16 or earlier, I will continue to include Ember 3.16 LTS in ember-try scenarios for some additional time. Please do take time now to update Ember in your app. 👍🏼
Improved CI and upgraded ember-source to v3.23.1
I made a few changes in this patch release:
- Upgraded
ember-sourcetov3.23.1 - Upgraded
ember-element-helpertov0.3.2 - Improved CI workflow (added
ember-canarytest scenario and upgradedpercy/exec-actiontov0.3.1)
The risk in upgrading ember-container-query from v1.1.5 to v1.1.6 should be between none and small.
2020 Hacktoberfest special
Many thanks to @cah-danmonroe, @esbanarango, and @takshch for helping out with the Hacktoberfest issues!
In the patch release, you will find 4 internal changes:
- Added
demoURLtopackage.json(to display the link in Ember Observer) - Added
ember-lts-3.20toember-trytest matrix - Used
ember-truth-helpersinstead of custom helpers for the demo app - Upgraded
ember-sourcetov3.22.0andember-cli-babeltov7.23.0
The risk in upgrading ember-container-query from v1.1.4 to v1.1.5 should be between none and small.
Updated devDependencies to their latest version
I made 2 changes in this patch release:
- Updated the CI workflow to better match the template for Ember addons.
- Updated development dependencies to their latest version.
The risk in upgrading ember-container-query from v1.1.3 to v1.1.4 should be between none and small.
Improved CI/CD and updated ember-source to v3.21.1
I made 3 changes in this patch release:
- Updated development dependencies to their latest version
- Cached the build of demo app during CI (faster runs can be expected)
- Migrated to Netlify for CD (preview builds are now available when PRs are made)
In effect, these changes should help developers contribute to this repo.
The risk in upgrading ember-container-query from v1.1.2 to v1.1.3 should be between none and small.
Improved documentation for FastBoot users and updated ember-source to v3.20.4
Description
I made 2 changes in this patch release:
- Recommended FastBoot users to update their
config/targets.jsin order for Node to handle the nullish coalescing operator??correctly. (Thanks to @jkeen for feedback!) - Upgraded
ember-sourcefromv3.19.0tov3.20.4, as well as development dependencies to their latest versions.
The risk in upgrading ember-container-query from v1.1.1 to v1.1.2 should be between none and small.
Notes
For a few weeks, the Ember buildpack for Heroku has had trouble with deploying the demo app (unable to find the latest Node v14.x).
As I don't want to set the Node version in package.json, I may try an alternative service if the problem isn't resolved soon.
Rest assured, this problem does not affect the consuming app.