Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Upgrade to Ember CLI 2.10 #32

Merged
merged 4 commits into from
Dec 2, 2016
Merged

Upgrade to Ember CLI 2.10 #32

merged 4 commits into from
Dec 2, 2016

Conversation

omghax
Copy link
Contributor

@omghax omghax commented Dec 1, 2016

Still need to figure out what's causing the test failures under 2.4. My hunch is that it's an incompatible version of ember-cli-shims.

@omghax omghax mentioned this pull request Dec 1, 2016
@omghax
Copy link
Contributor Author

omghax commented Dec 1, 2016

Looks like the failing 2.4 tests are due to the change introduced in ember-cli/ember-cli#6193, which uses Ember.assign (which doesn't exist in 2.4) in place of Ember.merge.

This changes the behavior of `selectNextTab` and `selectPreviousTab` to
iterate through the next / previous tabs, ignoring those whose
`isDestroying` flag is set, before calling `select` on the resulting
tab, if any.

See also #31.
@omghax omghax merged commit f5c33a3 into master Dec 2, 2016
@omghax omghax deleted the ember-cli-2.10 branch December 2, 2016 16:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant