Skip to content

Commit 5f0a5f1

Browse files
committed
All: 1.14.0 release
1 parent 755210c commit 5f0a5f1

File tree

13 files changed

+182
-56
lines changed

13 files changed

+182
-56
lines changed

package-lock.json

Lines changed: 82 additions & 30 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-rc.12",
7-
"download.jqueryui.com": "2.3.7",
7+
"download.jqueryui.com": "2.3.10",
88
"grunt": "1.6.1",
99
"grunt-jquery-content": "3.3.1"
1010
}

page/browser-support.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
## Current Active Support
66

7-
jQuery UI 1.13.x supports the following browsers:
7+
jQuery UI 1.14.x supports the following browsers:
88

9-
* Chrome: (Current - 1) or Current
10-
* Firefox: (Current - 1) or Current
11-
* Safari: (Current - 1) or Current
12-
* Opera: (Current - 1) or Current
13-
* IE: 11
14-
* Edge: (Current - 1) or Current
9+
* Chrome: Current
10+
* Firefox: Current
11+
* Safari: Current
12+
* Edge: Current
1513

1614
Any problem with jQuery UI in the above browsers should be reported as a bug in jQuery UI.
1715

18-
*(Current - 1) or Current* denotes that we support the current stable version of the browser and the version that preceded it. For example, if the current version of a browser is 24.x, we support the 24.x and 23.x versions.
16+
*Current* denotes that we support the current stable version of the browser.
17+
18+
jQuery UI 1.13.x was the last version line to support IE 11 & Edge Legacy 18.
1919

2020
----
2121

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.0 Changelog](/changelog/1.14.0/)
7+
Released on August 5, 2024
8+
69
## [1.14.0-beta.2 Changelog](/changelog/1.14.0-beta.2/)
710
Released on June 14, 2024
811

page/changelog/1.14.0-beta.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Released on May 15, 2024
66

77
## General
88

9-
* Changed: Stop relying on `jquery-patch.js` internally, add tests ([9887579b6](https://github.com/jquery/jquery-ui/commit/9887579b61972647f1478e64c5d7987f9d9cb039))
109
* Removed: Support for IE & other legacy browsers ([bb49bd794](https://github.com/jquery/jquery-ui/commit/bb49bd794bc8ea4238162725b518fb46234f3cf9))
1110
* Removed: Support for jQueries different from the latest for each major ([daa6fb55b](https://github.com/jquery/jquery-ui/commit/daa6fb55b35065c49c0ffc879c94627bbf85404c), [ec3edb687](https://github.com/jquery/jquery-ui/commit/ec3edb687609af9677317dfd2ec80a5bec7b35c5))
11+
* Changed: Stop relying on `jquery-patch.js` internally, add tests ([9887579b6](https://github.com/jquery/jquery-ui/commit/9887579b61972647f1478e64c5d7987f9d9cb039))
1212

1313
## Core &amp; Utilities
1414

page/changelog/1.14.0-beta.2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ This release was tested against jQuery 1.12, 2.2, 3.6 & 3.7. Since jQuery follow
2121
## Build
2222

2323
* Added: Test on more jQuery Core versions ([aa06be981](https://github.com/jquery/jquery-ui/commit/aa06be9813abeea148738ed3bae0ec638a535545))
24-
* Removed: Support for Node 10 ([99250fe51](https://github.com/jquery/jquery-ui/commit/99250fe517bf70a8d190b4a32a6633e4776e87fe))
2524
* Removed: `testswarm` Grunt task ([1f251ca39](https://github.com/jquery/jquery-ui/commit/1f251ca399ec01c75d24293e49ac767938a547e2))
2625
* Removed: Code supporting Jenkins and TestSwarm ([f47c7fe44](https://github.com/jquery/jquery-ui/commit/f47c7fe44d41d6af9b6f00c7201d991b01b93035))
2726
* Changed: Consolidate GH actions runs; separate git & stable jQuery versions ([d45638abf](https://github.com/jquery/jquery-ui/commit/d45638abfacbe58a134fd301e163420f742e8fba))

page/changelog/1.14.0.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<script>{
2+
"title": "jQuery UI 1.14.0 Changelog"
3+
}</script>
4+
5+
Released on August 5, 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 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+
## General
14+
15+
* Removed: Support for IE & other legacy browsers ([bb49bd794](https://github.com/jquery/jquery-ui/commit/bb49bd794bc8ea4238162725b518fb46234f3cf9))
16+
* 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))
17+
* Changed: Stop relying on `jquery-patch.js` internally, add tests ([9887579b6](https://github.com/jquery/jquery-ui/commit/9887579b61972647f1478e64c5d7987f9d9cb039))
18+
* Fixed: Opacity of the `ui-widget-overlay` class in root-level files `jquery-ui.css` & `jquery-ui.theme.css` in `jquery-ui-1.14.0.zip` & `jquery-ui-themes-1.14.0.zip` - as well as their minified versions - is now correctly `.3` instead of `.003` ([jquery/download.jqueryui.com@f4c9d83](https://github.com/jquery/download.jqueryui.com/commit/f4c9d8311a181e08bd02b6530e51cb400484794c))
19+
20+
## Core &amp; Utilities
21+
22+
### UI Core
23+
24+
* Removed: The deprecated `ui/core.js` file ([03cde342c](https://github.com/jquery/jquery-ui/commit/03cde342cd360793a2439fa8dc93e441bbf73333))
25+
* Changed: Make back compat disabled by default ([ac8b1e4ee](https://github.com/jquery/jquery-ui/commit/ac8b1e4eee8682e6825730c4823036a90031edad))
26+
* Changed: Fix form-reset-mixin test module name, add to the tests HTML ([5f615c275](https://github.com/jquery/jquery-ui/commit/5f615c275d2c88305dd0733a12de3915a7c501af))
27+
28+
## Interactions
29+
30+
### Sortable
31+
32+
* Changed: Rename `storedStylesheet` to `_storedStylesheet` ([f90eab84b](https://github.com/jquery/jquery-ui/commit/f90eab84b5e9a65ce62f18106e3db0ee316913f6))
33+
34+
## Widgets
35+
36+
### Datepicker
37+
38+
* Fixed: Hide the UI on destroy ([#2178](https://github.com/jquery/jquery-ui/issues/2178), [02a6e6bcb](https://github.com/jquery/jquery-ui/commit/02a6e6bcb004696b21324ef14c07374a56d7cd02))
39+
40+
### Dialog
41+
42+
* Add: `aria-modal` support ([#2246](https://github.com/jquery/jquery-ui/issues/2246), [376f142b9](https://github.com/jquery/jquery-ui/commit/376f142b9de42241a20efa9c89644ff5425da174))
43+
44+
## Effects
45+
46+
* Changed: Update jQuery Color from `2.2.0` to `3.0.0` ([#2240](https://github.com/jquery/jquery-ui/issues/2240), [68fda5beb](https://github.com/jquery/jquery-ui/commit/68fda5beb2035faa1e30f26722417206705f3746))
47+
48+
## Build
49+
50+
* Added: Add `/.github`, `/build` & `/external` to `.npmignore` ([#2075](https://github.com/jquery/jquery-ui/issues/2075), [f849c50db](https://github.com/jquery/jquery-ui/commit/f849c50db11039c01e299b56c4f65dc6bd1e5fc0))
51+
* Removed: Support for Node 10 ([99250fe51](https://github.com/jquery/jquery-ui/commit/99250fe517bf70a8d190b4a32a6633e4776e87fe))
52+
* Removed: Unused `build/themes` ([448df32bb](https://github.com/jquery/jquery-ui/commit/448df32bb1fd468fc367fe82555b484a1405d554))
53+
* Removed: `testswarm` Grunt task ([1f251ca39](https://github.com/jquery/jquery-ui/commit/1f251ca399ec01c75d24293e49ac767938a547e2))
54+
* Removed: Code supporting Jenkins and TestSwarm ([f47c7fe44](https://github.com/jquery/jquery-ui/commit/f47c7fe44d41d6af9b6f00c7201d991b01b93035))
55+
* Changed: Consolidate GH actions runs; separate git & stable jQuery versions ([d45638abf](https://github.com/jquery/jquery-ui/commit/d45638abfacbe58a134fd301e163420f742e8fba))

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.0
6+
Released on August 5, 2024
7+
* [jQuery UI 1.14.0 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.14.0.zip)
8+
* [jQuery UI 1.14.0 Themes](/resources/download/jquery-ui-themes-1.14.0.zip)
9+
510
## 1.14.0-beta.2
611
* Released on June 14, 2024
712
* [jQuery UI 1.14.0-beta.2 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.14.0-beta.2.zip)

0 commit comments

Comments
 (0)