New jQuery Betas Released
Written by Alex Armstrong   
Thursday, 26 September 2013

While jQuery has seen a lot of internal changes in the two newly released beta versions, jQuery 1.11 and 2.1 there are no changes to the APIs, so developers should not face any disruption in taking advantage of  improved performance and fixed bugs.

However, as a great deal of refactoring was done for the releases of jQuery 1.9 to achieve a cleaner code base for future development work the blog post announcing the new versions points out there should be no problems with older code: "as long as you already did an upgrade to 1.9+ or are using the jQuery Migrate plugin."

As explained when jQuery 2.0 was released, the jQuery team now offer two versions of jQuery. The versions on the 2.x branch are smaller and faster but don't support older browsers - specifically they don't support Internet Explorer before IE9. Until further notice the 1.x.x branch is continuing to accommodate older browsers. Going forward the jQuery will produce dual versions each release which maintain feature parity. So 2.1 and 1.11 are an equivalent pair.

 

 

 

 

The main change in the new releases is the use of Asynchronous Module Definition (AMD) to replace the previous modular build system. In terms of performance, jQuery’s startup time has been reduced by deferring much of the feature detection code so that it runs the first time an API is called, rather than on page load. If you never call an API, you never run its code. Th team has also eliminated some situations where jQuery unnecessarily forced a page layout to occur.

The jQuery team is now using Bower for a lot of its internal dependency management, and plans to publish production versions of jQuery to Bower in the future.

If you want to know about the latest jQuery bug fixes they are detailed in the Changelog that is common to both versions.

More Information

jQuery 1.11 and 2.1 Beta 1 Released

http://code.jquery.com/jquery-1.11.0-beta1.js

http://code.jquery.com/jquery-2.1.0-beta1.js

jQuery Migrate plugin 

Related Articles

jQuery 2.0 Leaves Behind Older IE Browsers

New jQuery Releases

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Dates Revealed For Microsoft Build and Google I/O
14/02/2025

Microsoft Build is taking place in what has become its "usual" slot - the beginning of the penultimate week of May - and in its "home" location, Seattle. This year Google I/O clashes with it, starting [ ... ]



Unitree G1 - See How It Runs
26/01/2025

Chinese robotics company Unitree has made a significant breakthrough with its G1 humanoid robot which walks and runs in a convincingly natural way. This is thanks to its advanced hip joint design. See [ ... ]


More News

Last Updated ( Thursday, 26 September 2013 )