|
| 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 & 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)) |
0 commit comments