Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0: Drop support for Ember pre-2.4 #830

Merged
merged 2 commits into from
Aug 10, 2020
Merged

Conversation

mixonic
Copy link
Member

@mixonic mixonic commented Aug 7, 2020

Additionally:

@mixonic mixonic force-pushed the mixonic/drop-ember-before-2.4 branch 11 times, most recently from 0916cca to 246cd79 Compare August 10, 2020 13:18
Also drop un-used XHR mocking dependencies, and pin a dependency of
ember-cli-addon-docs per
ember-cli/ember-fetch#547 (which could
alternatively be resolved by upgrading ember-cli-addon-docs to ^8.0.2)
@mixonic mixonic force-pushed the mixonic/drop-ember-before-2.4 branch from 246cd79 to 456c4c8 Compare August 10, 2020 13:27
"ember-load-initializers": "^2.0.0",
"ember-math-helpers": "^2.10.0",
"ember-math-helpers": "~2.11.3",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was required since ember-math-helpers bumps major version number of ember-cli-htmlbars in minor releases. To continue supporting Ember 2.x via bower (as we do in Ember try), 2.11.x is the last version of ember-math-helpers this codebase can depend on.

@mixonic mixonic merged commit 6e4b2b2 into 3.0-beta Aug 10, 2020
@mixonic mixonic deleted the mixonic/drop-ember-before-2.4 branch August 10, 2020 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants