AndreyAkinshin / knockout-mvc

Power of Knockout.js for ASP.NET MVC
http://knockoutmvc.com
203 stars 125 forks source link

jQuery 2.1.1 NuGet dependency - why? #52

Closed jamesmosier closed 4 years ago

jamesmosier commented 9 years ago

I was wondering if there was a possibility of lowering the version requirement for jQuery, which is currently 2.1.1 in the knockout-mvc NuGet package. Most applications I write (along with many people in the community) need to support IE8 (unfortunately) in which using jQuery 1.11.2 (or any 1.x release) is the only option. Is there a specific feature of knockout-mvc that requires the newer 2.x jQuery? Is it possible to make the requirement 1.11.2 instead?