jquery-ui icon indicating copy to clipboard operation
jquery-ui copied to clipboard

jQuery 1.14 (jQuery UI 1.13 Upgrade Guide)

Open Chealer opened this issue 2 years ago • 0 comments

The Reminder: API Redesigns section of the jQuery UI 1.13 Upgrade Guide contains:

Although the redesigns introduced breaking changes, 1.12 & 1.13 maintains a lot of compatibility with the 1.11 API by default. This is accomplished by rebuilding the 1.11 API on top of the 1.12/1.13 API. The default behavior for all 1.12 & 1.13 releases will be to simultaneously use the 1.11 and 1.12/1.13 APIs where possible. If you would like to load just the 1.12/1.13 API without the 1.11 API to prepare for jQuery UI 1.14, you can set the $.uiBackCompat flag to false.

Yet, the jQuery maintainers update and transition jQuery UI as part of overall modernization efforts blog post contains:

Today, jQuery UI announced version 1.13 — its first release in 5 years and the project’s final planned release. [...] jQuery UI is in maintenance-only mode. Users should not expect any new releases, though patches may be issued to resolve critical security, interoperability, or regression bugs. Trac, the project’s bug-tracking tool, has been put in read-only mode and developers are asked to file any critical issues on the project’s GitHub repository.

These quotes are contradictory about whether a 1.14 version of jQuery UI is planned.

Chealer avatar Nov 07 '23 18:11 Chealer