Skip to content

Commit c089f4c

Browse files
committed
All: 1.14.1 release
1 parent 38dc507 commit c089f4c

File tree

9 files changed

+596
-414
lines changed

9 files changed

+596
-414
lines changed

package-lock.json

Lines changed: 532 additions & 404 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.16.3",
44
"private": true,
55
"dependencies": {
6-
"cheerio": "1.0.0-rc.12",
7-
"download.jqueryui.com": "2.3.11",
6+
"cheerio": "1.0.0",
7+
"download.jqueryui.com": "2.3.13",
88
"grunt": "1.6.1",
99
"grunt-jquery-content": "3.3.1"
1010
}

page/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"noHeadingLinks": true
44
}</script>
55

6+
## [1.14.1 Changelog](/changelog/1.14.1/)
7+
Released on October 30, 2024
8+
69
## [1.14.0 Changelog](/changelog/1.14.0/)
710
Released on August 5, 2024
811

page/changelog/1.14.0.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ Released on August 5, 2024
88

99
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.
1010

11-
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.
11+
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.
1212

1313
## General
1414

15-
1615
* 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))
1716
* 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))
1817
* Changed: Stop relying on `jquery-patch.js` internally, add tests ([9887579b6](https://github.com/jquery/jquery-ui/commit/9887579b61972647f1478e64c5d7987f9d9cb039))

page/changelog/1.14.1.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<script>{
2+
"title": "jQuery UI 1.14.1 Changelog"
3+
}</script>
4+
5+
Released on October 30, 2024
6+
7+
## Supported jQuery versions
8+
9+
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.
10+
11+
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.
12+
13+
## Core &amp; Utilities
14+
15+
### Widget Factory
16+
17+
* Fixed: Don't let widget name affect `$.ui` prototype & constructor ([d591bdd49](https://github.com/jquery/jquery-ui/commit/d591bdd494cf28a399ea7d7ae7ccbae3a5cab020))
18+
19+
## Widgets
20+
21+
### Dialog
22+
23+
* 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))
24+
25+
### Tabs
26+
27+
* Fixed: Use `CSS.escape` for sanitizing selectors ([af8adca54](https://github.com/jquery/jquery-ui/commit/af8adca5481d0ac5db0865032b6c4c7e21421be7))
28+
29+
## Interactions
30+
31+
### Resizable
32+
33+
* Fixed: Content shrink on resize ([#2277](https://github.com/jquery/jquery-ui/issues/2277), [c934995ef](https://github.com/jquery/jquery-ui/commit/c934995efa431efe0b15b6f9a6b614e6b8e88399))
34+
35+
## Demos
36+
37+
* Fixed: Removed 404 scripts from removeClass demo ([f068bf450](https://github.com/jquery/jquery-ui/commit/f068bf4509d11d781512874e18e9506525ad6dcc))
38+
* 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))
39+
* 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))
40+
41+
## Build
42+
43+
* Added: A CodeQL non-mandatory check ([e399092c3](https://github.com/jquery/jquery-ui/commit/e399092c3ef6ea29443e879695268fc09c6ea9bf))
44+
* Fixed: A potential XSS in the test server HTML serving logic ([85bed8ddd](https://github.com/jquery/jquery-ui/commit/85bed8ddd893390fd41bd7e93d2a44a1b5d9b885))
45+
* Fixed: Titles of `jquery-patch.js` tests ([ebdcd0d86](https://github.com/jquery/jquery-ui/commit/ebdcd0d866a5d318c5255c2d6404867878d06d47))
46+
* Fixed: Properly check `$.uiBackCompat` in common widget tests ([fd1b8a03b](https://github.com/jquery/jquery-ui/commit/fd1b8a03b22411e68e703426fb85a2566318623d))

page/download/all.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"title": "All jQuery UI Downloads"
33
}</script>
44

5+
## 1.14.1
6+
Released on October 30, 2024
7+
* [jQuery UI 1.14.1 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.14.1.zip)
8+
* [jQuery UI 1.14.1 Themes](/resources/download/jquery-ui-themes-1.14.1.zip)
9+
510
## 1.14.0
611
Released on August 5, 2024
712
* [jQuery UI 1.14.0 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.14.0.zip)

page/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
choice.</p>
1414

1515
<div class="download-box">
16-
<h2>Download jQuery UI 1.14.0</h2>
16+
<h2>Download jQuery UI 1.14.1</h2>
1717
<a href="/download/" class="button">Custom Download</a>
1818
<p>Quick Downloads:</p>
1919
<div class="download-option">
20-
<a href="/resources/download/jquery-ui-1.14.0.zip" class="button">Stable</a>
21-
<span>v1.14.0</span>
20+
<a href="/resources/download/jquery-ui-1.14.1.zip" class="button">Stable</a>
21+
<span>v1.14.1</span>
2222
<span>jQuery 1.12+ / 2.2+ / 3.6+ / 4.0+</span>
2323
</div>
2424
<div class="download-option download-legacy">
@@ -67,13 +67,14 @@ <h3>Developer Links</h3>
6767

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

70-
<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>
70+
<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>
7171

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

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

7879
<hr class="dots">
7980
<h2>Dive In!</h2>
412 KB
Binary file not shown.
1.57 MB
Binary file not shown.

0 commit comments

Comments
 (0)