Skip to content

Commit

Permalink
All: 1.14.0-beta.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Jun 14, 2024
1 parent c3f3de0 commit 8e97e03
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"cheerio": "1.0.0-rc.12",
"download.jqueryui.com": "2.3.6",
"download.jqueryui.com": "2.3.7",
"grunt": "1.6.1",
"grunt-jquery-content": "3.3.1"
}
Expand Down
3 changes: 3 additions & 0 deletions page/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"noHeadingLinks": true
}</script>

## [1.14.0-beta.2 Changelog](/changelog/1.14.0-beta.2/)
Released on June 14, 2024

## [1.14.0-beta.1 Changelog](/changelog/1.14.0-beta.1/)
Released on May 15, 2024

Expand Down
27 changes: 27 additions & 0 deletions page/changelog/1.14.0-beta.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<script>{
"title": "jQuery UI 1.14.0-beta.2 Changelog"
}</script>

Released on June 14, 2024

## Supported jQuery versions

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.

## General

* Changed: Update compatible jQuery versions ([ec3edb687](https://github.com/jquery/jquery-ui/commit/ec3edb687609af9677317dfd2ec80a5bec7b35c5))

## Widgets

### Dialog

* Added: `aria-modal` support ([#2246](https://github.com/jquery/jquery-ui/issues/2246), [376f142b9](https://github.com/jquery/jquery-ui/commit/376f142b9de42241a20efa9c89644ff5425da174))

## Build

* Added: Test on more jQuery Core versions ([aa06be981](https://github.com/jquery/jquery-ui/commit/aa06be9813abeea148738ed3bae0ec638a535545))
* Removed: Support for Node 10 ([99250fe51](https://github.com/jquery/jquery-ui/commit/99250fe517bf70a8d190b4a32a6633e4776e87fe))
* Removed: `testswarm` Grunt task ([1f251ca39](https://github.com/jquery/jquery-ui/commit/1f251ca399ec01c75d24293e49ac767938a547e2))
* Removed: Code supporting Jenkins and TestSwarm ([f47c7fe44](https://github.com/jquery/jquery-ui/commit/f47c7fe44d41d6af9b6f00c7201d991b01b93035))
* Changed: Consolidate GH actions runs; separate git & stable jQuery versions ([d45638abf](https://github.com/jquery/jquery-ui/commit/d45638abfacbe58a134fd301e163420f742e8fba))
5 changes: 5 additions & 0 deletions page/download/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"title": "All jQuery UI Downloads"
}</script>

## 1.14.0-beta.2
* Released on June 14, 2024
* [jQuery UI 1.14.0-beta.2 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.14.0-beta.2.zip)
* [jQuery UI 1.14.0-beta.2 Themes](/resources/download/jquery-ui-themes-1.14.0-beta.2.zip)

## 1.13.3
* Released on April 26, 2024
* [jQuery UI 1.13.3 (concatenated JS and CSS files)](/resources/download/jquery-ui-1.13.3.zip)
Expand Down
Binary file added resources/download/jquery-ui-1.14.0-beta.2.zip
Binary file not shown.
Binary file not shown.

0 comments on commit 8e97e03

Please sign in to comment.