Skip to content

Commit

Permalink
All: 1.14.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Oct 30, 2024
1 parent 38dc507 commit c089f4c
Show file tree
Hide file tree
Showing 9 changed files with 596 additions and 414 deletions.
936 changes: 532 additions & 404 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.16.3",
"private": true,
"dependencies": {
"cheerio": "1.0.0-rc.12",
"download.jqueryui.com": "2.3.11",
"cheerio": "1.0.0",
"download.jqueryui.com": "2.3.13",
"grunt": "1.6.1",
"grunt-jquery-content": "3.3.1"
}
Expand Down
3 changes: 3 additions & 0 deletions page/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"noHeadingLinks": true
}</script>

## [1.14.1 Changelog](/changelog/1.14.1/)
Released on October 30, 2024

## [1.14.0 Changelog](/changelog/1.14.0/)
Released on August 5, 2024

Expand Down
3 changes: 1 addition & 2 deletions page/changelog/1.14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ Released on August 5, 2024

This release has been tested against **jQuery 1.12.4, 2.2.4, 3.6.4 & 3.7.1**. Since jQuery follows semver, newer jQuery <4 versions within each major version line should generally work as well.

jQuery UI 1.14 triggers no jQuery Migrate warnings when running its test suite against jQuery 3.7.1 with jQuery Migrate 3.5.2, i.e. the latest versions at the time of this release.
jQuery UI 1.14.0 triggers no jQuery Migrate warnings when running its test suite against jQuery 3.7.1 with jQuery Migrate 3.5.2, i.e. the latest versions at the time of this release.

## General


* Removed: Support for IE & other legacy browsers; APIs `$.fn._form`, `$.ui.ie`, `$.ui.safeActiveElement` & `$.ui.safeBlur` ([bb49bd794](https://github.com/jquery/jquery-ui/commit/bb49bd794bc8ea4238162725b518fb46234f3cf9))
* Removed: Support for older jQueries within each major line ([daa6fb55b](https://github.com/jquery/jquery-ui/commit/daa6fb55b35065c49c0ffc879c94627bbf85404c), [ec3edb687](https://github.com/jquery/jquery-ui/commit/ec3edb687609af9677317dfd2ec80a5bec7b35c5), [aa06be981](https://github.com/jquery/jquery-ui/commit/aa06be9813abeea148738ed3bae0ec638a535545), [ec3edb687](https://github.com/jquery/jquery-ui/commit/ec3edb687609af9677317dfd2ec80a5bec7b35c5))
* Changed: Stop relying on `jquery-patch.js` internally, add tests ([9887579b6](https://github.com/jquery/jquery-ui/commit/9887579b61972647f1478e64c5d7987f9d9cb039))
Expand Down
46 changes: 46 additions & 0 deletions page/changelog/1.14.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<script>{
"title": "jQuery UI 1.14.1 Changelog"
}</script>

Released on October 30, 2024

## Supported jQuery versions

This release has been tested against **jQuery 1.12.4, 2.2.4, 3.6.4 & 3.7.1**. Since jQuery follows semver, newer jQuery <4 versions within each major version line should generally work as well.

jQuery UI 1.14.1 triggers no jQuery Migrate warnings when running its test suite against jQuery 3.7.1 with jQuery Migrate 3.5.2, i.e. the latest versions at the time of this release.

## Core &amp; Utilities

### Widget Factory

* Fixed: Don't let widget name affect `$.ui` prototype & constructor ([d591bdd49](https://github.com/jquery/jquery-ui/commit/d591bdd494cf28a399ea7d7ae7ccbae3a5cab020))

## Widgets

### Dialog

* Added: An option to put the dialog title in a header element ([#2271](https://github.com/jquery/jquery-ui/issues/2271), [d564731f2](https://github.com/jquery/jquery-ui/commit/d564731f20a5eee6c6e373344a2bd6fc9d047e63))

### Tabs

* Fixed: Use `CSS.escape` for sanitizing selectors ([af8adca54](https://github.com/jquery/jquery-ui/commit/af8adca5481d0ac5db0865032b6c4c7e21421be7))

## Interactions

### Resizable

* Fixed: Content shrink on resize ([#2277](https://github.com/jquery/jquery-ui/issues/2277), [c934995ef](https://github.com/jquery/jquery-ui/commit/c934995efa431efe0b15b6f9a6b614e6b8e88399))

## Demos

* Fixed: Removed 404 scripts from removeClass demo ([f068bf450](https://github.com/jquery/jquery-ui/commit/f068bf4509d11d781512874e18e9506525ad6dcc))
* Fixed: Remove usage of deprecated button APIs ([#2295](https://github.com/jquery/jquery-ui/issues/2295), [b8fff16dc](https://github.com/jquery/jquery-ui/commit/b8fff16dc4580187d26a8468ee9dc31387a3b225))
* Removed: Demos & visual tests of the transfer effect ([#2278](https://github.com/jquery/jquery-ui/issues/2278), [36ed9fc3b](https://github.com/jquery/jquery-ui/commit/36ed9fc3b0f0ce348a360e8a10500475337368b3))

## Build

* Added: A CodeQL non-mandatory check ([e399092c3](https://github.com/jquery/jquery-ui/commit/e399092c3ef6ea29443e879695268fc09c6ea9bf))
* Fixed: A potential XSS in the test server HTML serving logic ([85bed8ddd](https://github.com/jquery/jquery-ui/commit/85bed8ddd893390fd41bd7e93d2a44a1b5d9b885))
* Fixed: Titles of `jquery-patch.js` tests ([ebdcd0d86](https://github.com/jquery/jquery-ui/commit/ebdcd0d866a5d318c5255c2d6404867878d06d47))
* Fixed: Properly check `$.uiBackCompat` in common widget tests ([fd1b8a03b](https://github.com/jquery/jquery-ui/commit/fd1b8a03b22411e68e703426fb85a2566318623d))
5 changes: 5 additions & 0 deletions page/download/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"title": "All jQuery UI Downloads"
}</script>

## 1.14.1
Released on October 30, 2024
* [jQuery UI 1.14.1 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.14.1.zip)
* [jQuery UI 1.14.1 Themes](/resources/download/jquery-ui-themes-1.14.1.zip)

## 1.14.0
Released on August 5, 2024
* [jQuery UI 1.14.0 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.14.0.zip)
Expand Down
13 changes: 7 additions & 6 deletions page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
choice.</p>

<div class="download-box">
<h2>Download jQuery UI 1.14.0</h2>
<h2>Download jQuery UI 1.14.1</h2>
<a href="/download/" class="button">Custom Download</a>
<p>Quick Downloads:</p>
<div class="download-option">
<a href="/resources/download/jquery-ui-1.14.0.zip" class="button">Stable</a>
<span>v1.14.0</span>
<a href="/resources/download/jquery-ui-1.14.1.zip" class="button">Stable</a>
<span>v1.14.1</span>
<span>jQuery 1.12+ / 2.2+ / 3.6+ / 4.0+</span>
</div>
<div class="download-option download-legacy">
Expand Down Expand Up @@ -67,13 +67,14 @@ <h3>Developer Links</h3>

<h2>What's New in jQuery UI 1.14?</h2>

<p><strong>Compatibility with recent jQuery versions (up to 3.7)</strong>: Usage of deprecated jQuery APIs have been removed. jQuery UI 1.14.0 triggers no jQuery Migrate warnings when running its test suite against jQuery 3.7.1 with jQuery Migrate 3.5.2, i.e. the latest versions at the moment of its release. Support for very old jQuery versions has been dropped, except for the latest releases in each major jQuery line. See the <a href="/changelog/">changelog of a specific jQuery UI version</a> to see which jQuery versions have been tested with it.</p>
<p><strong>Compatibility with recent jQuery versions (up to 3.7)</strong>: Usage of deprecated jQuery APIs have been removed. jQuery UI 1.14.1 triggers no jQuery Migrate warnings when running its test suite against jQuery 3.7.1 with jQuery Migrate 3.5.2, i.e. the latest versions at the moment of its release. Support for very old jQuery versions has been dropped, except for the latest releases in each major jQuery line. See the <a href="/changelog/">changelog of a specific jQuery UI version</a> to see which jQuery versions have been tested with it.</p>

<p><strong>Dropped support: IE & Edge Legacy</strong>: Only the latest version of Chrome, Firefox, Safari & Edge are officially supported.</p>

<p>Interested in the full details of what changed? Check out the
<a href="/upgrade-guide/1.14/">1.14 upgrade guide</a>, and
<a href="/changelog/1.14.0/">1.14.0 changelog</a>.</p>
<a href="/upgrade-guide/1.14/">1.14 upgrade guide</a>,
<a href="/changelog/1.14.0/">1.14.0 changelog</a>.</p>, and
<a href="/changelog/1.14.1/">1.14.1 changelog</a>.</p>

<hr class="dots">
<h2>Dive In!</h2>
Expand Down
Binary file added resources/download/jquery-ui-1.14.1.zip
Binary file not shown.
Binary file added resources/download/jquery-ui-themes-1.14.1.zip
Binary file not shown.

0 comments on commit c089f4c

Please sign in to comment.