Skip to content

Commit 8e97e03

Browse files
committed
All: 1.14.0-beta.2 release
1 parent c3f3de0 commit 8e97e03

File tree

7 files changed

+40
-5
lines changed

7 files changed

+40
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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.6",
7+
"download.jqueryui.com": "2.3.7",
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.0-beta.2 Changelog](/changelog/1.14.0-beta.2/)
7+
Released on June 14, 2024
8+
69
## [1.14.0-beta.1 Changelog](/changelog/1.14.0-beta.1/)
710
Released on May 15, 2024
811

page/changelog/1.14.0-beta.2.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<script>{
2+
"title": "jQuery UI 1.14.0-beta.2 Changelog"
3+
}</script>
4+
5+
Released on June 14, 2024
6+
7+
## Supported jQuery versions
8+
9+
This release was tested against jQuery 1.12, 2.2, 3.6 & 3.7. Since jQuery follows semver, newer jQuery <4 versions should work as well.
10+
11+
## General
12+
13+
* Changed: Update compatible jQuery versions ([ec3edb687](https://github.com/jquery/jquery-ui/commit/ec3edb687609af9677317dfd2ec80a5bec7b35c5))
14+
15+
## Widgets
16+
17+
### Dialog
18+
19+
* Added: `aria-modal` support ([#2246](https://github.com/jquery/jquery-ui/issues/2246), [376f142b9](https://github.com/jquery/jquery-ui/commit/376f142b9de42241a20efa9c89644ff5425da174))
20+
21+
## Build
22+
23+
* 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))
25+
* Removed: `testswarm` Grunt task ([1f251ca39](https://github.com/jquery/jquery-ui/commit/1f251ca399ec01c75d24293e49ac767938a547e2))
26+
* Removed: Code supporting Jenkins and TestSwarm ([f47c7fe44](https://github.com/jquery/jquery-ui/commit/f47c7fe44d41d6af9b6f00c7201d991b01b93035))
27+
* 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-beta.2
6+
* Released on June 14, 2024
7+
* [jQuery UI 1.14.0-beta.2 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.14.0-beta.2.zip)
8+
* [jQuery UI 1.14.0-beta.2 Themes](/resources/download/jquery-ui-themes-1.14.0-beta.2.zip)
9+
510
## 1.13.3
611
* Released on April 26, 2024
712
* [jQuery UI 1.13.3 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.13.3.zip)
411 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)