Skip to content

Commit 180966a

Browse files
committed
All: 1.14.0-beta.1 release
1 parent e96d0cc commit 180966a

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

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-beta.1 Changelog](/changelog/1.14.0-beta.1/)
7+
Released on May 15, 2024
8+
69
## [1.13.3 Changelog](/changelog/1.13.3/)
710
Released on April 26, 2024
811

page/changelog/1.14.0-beta.1.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<script>{
2+
"title": "jQuery UI 1.14.0-beta.1 Changelog"
3+
}</script>
4+
5+
Released on May 15, 2024
6+
7+
## General
8+
9+
* Changed: Stop relying on `jquery-patch.js` internally, add tests ([9887579b6](https://github.com/jquery/jquery-ui/commit/9887579b61972647f1478e64c5d7987f9d9cb039))
10+
* Removed: Support for IE & other legacy browsers ([bb49bd794](https://github.com/jquery/jquery-ui/commit/bb49bd794bc8ea4238162725b518fb46234f3cf9))
11+
* 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))
12+
13+
## Core &amp; Utilities
14+
15+
### UI Core
16+
17+
* Removed: The deprecated `ui/core.js` file ([03cde342c](https://github.com/jquery/jquery-ui/commit/03cde342cd360793a2439fa8dc93e441bbf73333))
18+
* Changed: Make back compat disabled by default ([ac8b1e4ee](https://github.com/jquery/jquery-ui/commit/ac8b1e4eee8682e6825730c4823036a90031edad))
19+
* Changed: Fix form-reset-mixin test module name, add to the tests HTML ([5f615c275](https://github.com/jquery/jquery-ui/commit/5f615c275d2c88305dd0733a12de3915a7c501af))
20+
21+
## Interactions
22+
23+
### Sortable
24+
25+
* Changed: Rename `storedStylesheet` to `_storedStylesheet` (__TICKETREF__, [f90eab84b](https://github.com/jquery/jquery-ui/commit/f90eab84b5e9a65ce62f18106e3db0ee316913f6))
26+
27+
## Effects
28+
29+
* 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))
30+
31+
## Build
32+
33+
* 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))
34+
* Removed: Support for Node 10 ([99250fe51](https://github.com/jquery/jquery-ui/commit/99250fe517bf70a8d190b4a32a6633e4776e87fe))
35+
* Removed: Unused `build/themes` ([448df32bb](https://github.com/jquery/jquery-ui/commit/448df32bb1fd468fc367fe82555b484a1405d554))

0 commit comments

Comments
 (0)