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

[BUGFIX release-1-13] Remove jQuery version assertion. #12793

Merged
merged 1 commit into from
Jan 9, 2016

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jan 9, 2016

No description provided.

@blimmer
Copy link

blimmer commented Jan 9, 2016

Looks good to me. Now that ember-cli is the way to go, I think we can more safely rely that people won't be using a version of jQuery that's incompatible. Only other thing we might want to consider is leaving the assertion but for the next major (3.x) just in case something major changes.

@blimmer blimmer mentioned this pull request Jan 9, 2016
@stefanpenner
Copy link
Member

should we warn? (i don't really care actually, just due diligence stuff)

@stefanpenner
Copy link
Member

meh, lets just remove it.

stefanpenner added a commit that referenced this pull request Jan 9, 2016
[BUGFIX release-1-13] Remove jQuery version assertion.
@stefanpenner stefanpenner merged commit f34af07 into emberjs:master Jan 9, 2016
@rwjblue rwjblue deleted the remove-jquery-assertion branch January 9, 2016 19:33
omghax added a commit to IvyApp/ivy-videojs that referenced this pull request Jan 10, 2016
Currently, Ember has assertions around the version of jQuery being used,
which fail with the newly-released jQuery 1.12. There is a fix in the
works, but it hasn't been released yet:

  emberjs/ember.js#12793

For now I've just changed the jQuery dependency from "^1.11.3" to
"~1.11.3.", which will target the latest 1.11.x release, but will not
use 1.12.
simonihmig added a commit to ember-bootstrap/ember-bootstrap that referenced this pull request Jan 11, 2016
heathharrelson added a commit to OCTRI/ember-i18next that referenced this pull request Jan 13, 2016
Pin the jQuery dependency to work around Ember issue:

emberjs/ember.js#12793
chbonser pushed a commit to khorus/ember-accordion that referenced this pull request Feb 22, 2016
lorcan added a commit to lorcan/ember-undo-stack that referenced this pull request Apr 25, 2016
Avoids ember-cli/ember-cli#5316 - there's more details
[here](ember-cli/ember-cli#5316) and a good
description
[here](http://benlimmer.com/2016/01/08/ember-jquery-dependancies/):

> Just recently, jQuery 1.12.x was released to bower, and Ember-CLI’s
default blueprint allowed upgrading to this version. Unfortunately, all
current versions of Ember have a hardcoded check that will make you
have a bad time.

It was fixed in ember by
emberjs/ember.js#12793.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants