-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Supported jQuery version #1771
Comments
@PascalPrecht FYI AngularJS is continuously-tested with the following version of jQuery: https://github.com/angular/angular.js/blob/master/lib/jquery/version.txt Currently it is |
Yeap, I know, and that's why we should push this one here forward. I'm currently not able to update the jQuery version in my project environment :(. I've already asked on google groups right here, since I'm thinking about of working on a pull request to make this feature happen. |
As part of our effort to clean out old issues, this issue is being automatically closed since it has been inactivite for over two months. Please try the newest versions of Angular ( Thanks! |
The link above, https://github.com/angular/angular.js/blob/master/lib/jquery/version.txt 404's. The FAQ says nothing about 1.7 is tested. What's the definitive answer? |
I'm guessing you should probably go off https://github.com/angular/angular.js/blob/master/bower.json but it really should be made much more clear to developers. Littered throughout the code are things like:
This should ideally be enforced by Angular by checking the version of jQuery at runtime, and logging an error so developers are made aware that they are using a version of jQuery that is unsupported:
The consequences of using an outdated version of jQuery aren't clear: often things will seemingly work just fine, but the docs are very clear about "only supporting" a certain version and above. |
If found this issue and wonder if there's a version for jQuery specified with which angular is compatible.
I recently stumbled upon the fact, that at least angular 1.0.3 isn't fully compatible with jQuery 1.4.1, since directives use $.prop() which was introduced in jQuery 1.6 (http://api.jquery.com/prop/).
The text was updated successfully, but these errors were encountered: