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.

 

raspberry pi books

 

Comments




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

 

Banner


Gain A Python Professional Certificate From edX
20/02/2024

From now until the end of February edX is offering a saving of up to 30% on some of its expert-led courses and program bundles, which is a good incentive for going from thinking about enrolling to act [ ... ]



Ibis 8 Adds Streaming
05/03/2024

Ibis 8.0 has been released with stream processing backends. The new release includes Apache Flink as a streaming backend, and RisingWave, a streaming database backend. There's also a new batch backend [ ... ]


More News

Last Updated ( Thursday, 26 September 2013 )