jquery

jQuery 3.0 Alpha Versions Released

The jQuery team has released the first version of their upcoming 3.x major branch which, compared to 2.x, does not feature as many breaking changes.

It’s been a long time since a major release, and we certainly deserve one. So they have announce the first alpha of jQuery 3.0!

Despite the 3.0 version number,  these releases shouldn’t be too much trouble when it comes to upgrading existing code. Yes, there are a few “breaking changes” that justified the major version bump, but we’re hopeful these breakages don’t actually affect that many people. The jQuery Migrate plugin can help us to identify compatibility issues in our code as well.

There are actually two releases here. First is jQuery 3.0, which supports modern browsers and environments from IE9 forward. Second is jQuery Compat 3.0, which includes support for IE8. As an added bonus, both jQuery and jQuery Compat will include support for Yandex. Browser, a freeware browser released in 2012. You can get the files from the jQuery CDN, or link to them directly:

https://code.jquery.com/jquery-3.0.0-alpha1.js

https://code.jquery.com/jquery-compat-3.0.0-alpha1.js

You can also get the alpha versions from npm:

npm install jquery@3.0.0-alpha1
npm install jquery-compat@3.0.0-alpha1

You will Like our other Article: LoopBack 4: Add created and modified properties


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *