Skip to content

Commit 0a282ff

Browse files
committed
All: 1.14.2 release
1 parent 174c1c0 commit 0a282ff

File tree

8 files changed

+90
-26
lines changed

8 files changed

+90
-26
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"cheerio": "1.0.0",
7-
"download.jqueryui.com": "2.4.4",
7+
"download.jqueryui.com": "2.4.6",
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.2 Changelog](/changelog/1.14.2/)
7+
Released on January 28, 2026
8+
69
## [1.14.1 Changelog](/changelog/1.14.1/)
710
Released on October 30, 2024
811

page/changelog/1.14.2.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<script>{
2+
"title": "jQuery UI 1.14.2 Changelog"
3+
}</script>
4+
5+
Released on January 29, 2026
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 & 4.0.0**. Since jQuery follows semver, newer jQuery <5 versions within each major version line should generally work as well.
10+
11+
jQuery UI 1.14.2 triggers no jQuery Migrate messages except for its initialization one when running its test suite against jQuery 4.0.0 with jQuery Migrate 4.0.2 or jQuery 3.7.1 with jQuery Migrate 3.6.0, i.e. the latest versions at the time of this release.
12+
13+
## Widgets
14+
15+
### Spinner
16+
17+
* Removed: The dependency on jQuery Mousewheel ([6843ced12](https://github.com/jquery/jquery-ui/commit/6843ced12e4051aefbee47cf87fa79794737eb8a), [44de3d325](https://github.com/jquery/jquery-ui/commit/44de3d325c1ac0c4a841deff0ec03265a0b670f7))
18+
19+
### Tabs
20+
21+
* Tabs: Properly handle decoded/encoded anchor hashes & panel IDs ([#2344](https://github.com/jquery/jquery-ui/issues/2344), [89b0ecaaa](https://github.com/jquery/jquery-ui/commit/89b0ecaaa3fc1f78e6b9f3d3b95de66f6bd22a2d))
22+
* Tabs: Support URL-based credentials ([#2213](https://github.com/jquery/jquery-ui/issues/2213), [53129e9cc](https://github.com/jquery/jquery-ui/commit/53129e9cc7eb1c4f55b44a14adc91da23c7be85b))
23+
24+
## Demos
25+
26+
* Fixed: Make all easing demos work ([0be13b57c](https://github.com/jquery/jquery-ui/commit/0be13b57cad253dbb5dc7fd3860239b4474d4b26))
27+
28+
## Build
29+
30+
* Changed: Update ESLint to v9, migrate to flat config, lint dist files ([1da395de2](https://github.com/jquery/jquery-ui/commit/1da395de2e6759dfe9a7a199b03a39365e30f16c))
31+
* Changed: Switch from UglifyJS to SWC minify, make the minified file ES5 ([302b488b9](https://github.com/jquery/jquery-ui/commit/302b488b9214e14830496578f7cf0aebcc33c132))
32+
33+
## Tests
34+
35+
* Fixed: Make tests not trigger Migrate 4.x warnings ([a7ac08100](https://github.com/jquery/jquery-ui/commit/a7ac0810095fe41405170dc85e36c55a57b09f02))
36+
* Changed: Migrate test runner to jquery-test-runner ([b68575366](https://github.com/jquery/jquery-ui/commit/b6857536606d5d0dd1b07ada519f845cdac5c96e))

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.2
6+
Released on January 28, 2026
7+
* [jQuery UI 1.14.2 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.14.2.zip)
8+
* [jQuery UI 1.14.2 Themes](/resources/download/jquery-ui-themes-1.14.2.zip)
9+
510
## 1.14.1
611
Released on October 30, 2024
712
* [jQuery UI 1.14.1 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.14.1.zip)

page/index.html

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

1515
<div class="download-box">
16-
<h2>Download jQuery UI 1.14.1</h2>
16+
<h2>Download jQuery UI 1.14.2</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.1.zip" class="button">Stable</a>
21-
<span>v1.14.1</span>
20+
<a href="/resources/download/jquery-ui-1.14.2.zip" class="button">Stable</a>
21+
<span>v1.14.2</span>
2222
<span>jQuery 1.12+ / 2.2+ / 3.6+ / 4.0+</span>
2323
</div>
2424
<div class="download-option download-legacy">
2525
<a href="/resources/download/jquery-ui-1.13.3.zip" class="button">Old/Unsupported</a>
2626
<span>v1.13.3</span>
27-
<span>jQuery 1.8+</span>
27+
<span>jQuery 1.8 - 4.0+</span>
2828
</div>
2929
</div>
3030
</div>
@@ -67,14 +67,15 @@ <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.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>
70+
<p><strong>Compatibility with recent jQuery versions (up to 4.0)</strong>: Usage of deprecated jQuery APIs have been removed. jQuery UI 1.14.2 triggers no jQuery Migrate messages except for its initialization one when running its test suite against jQuery 4.0.0 with jQuery Migrate 4.0.2 or jQuery 3.7.1 with jQuery Migrate 3.6.0, i.e. the latest versions at the time of this 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
7575
<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>
76+
<a href="/changelog/1.14.0/">1.14.0 changelog</a>,
77+
<a href="/changelog/1.14.0/">1.14.1 changelog</a>, and
78+
<a href="/changelog/1.14.1/">1.14.2 changelog</a>.</p>
7879

7980
<hr class="dots">
8081
<h2>Dive In!</h2>
413 KB
Binary file not shown.
1.59 MB
Binary file not shown.

0 commit comments

Comments
 (0)