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

'Unable to find a suitable version for jquery' #17

Closed
abyssis opened this issue Aug 21, 2014 · 2 comments
Closed

'Unable to find a suitable version for jquery' #17

abyssis opened this issue Aug 21, 2014 · 2 comments

Comments

@abyssis
Copy link

abyssis commented Aug 21, 2014

Hello,

Is this a common "issue" with jquery? Do you think you could fix it somehow? Thanks for keeping this up-to-date!

jquery_issue

@bastimeyer
Copy link
Member

That's just an dependency issue with ember and jquery. Just select 2 and it'll work fine. This app is using the latest jquery version (v2.1.1), but for some reason the guys at ember are capping the version of jquery to v2.1.0. It actually doesn't matter which choice you make here, because both versions just differ on the patch-level and the latest one just fixes some smaller bugs and doesn't break any API.
This will be fixed by upgrading to ember v1.7.0, which also includes jquery v2.1.1.

@abyssis
Copy link
Author

abyssis commented Aug 21, 2014

Thanks!

@abyssis abyssis closed this as completed Aug 21, 2014
bastimeyer added a commit that referenced this issue Aug 21, 2014
Ember v1.7.0 seems to be broken... This needs to be further investigated. Switching from v1.6.1 to v1.7.0 breaks the binding of the value attribute of the searchbar input element. Might have something to do with the controller of the {{render}} handlebars helper.
@DrPugsley DrPugsley mentioned this issue Apr 24, 2017
4 tasks
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

No branches or pull requests

2 participants