Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDK-8302161: Upgrade jQuery UI to version 1.13.2 #12769

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,4 +1,4 @@
/*! jQuery UI - v1.13.1 - 2022-05-12
/*! jQuery UI - v1.13.2 - 2023-02-27
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
Expand Down
@@ -1,4 +1,4 @@
/*! jQuery UI - v1.13.1 - 2022-05-12
/*! jQuery UI - v1.13.2 - 2023-02-27
* http://jqueryui.com
* Includes: widget.js, position.js, keycode.js, unique-id.js, widgets/autocomplete.js, widgets/menu.js
* Copyright jQuery Foundation and other contributors; Licensed MIT */
Expand All @@ -20,11 +20,11 @@

$.ui = $.ui || {};

var version = $.ui.version = "1.13.1";
var version = $.ui.version = "1.13.2";


/*!
* jQuery UI Widget 1.13.1
* jQuery UI Widget 1.13.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
Expand Down Expand Up @@ -766,7 +766,7 @@ var widget = $.widget;


/*!
* jQuery UI Position 1.13.1
* jQuery UI Position 1.13.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
Expand Down Expand Up @@ -1263,7 +1263,7 @@ var position = $.ui.position;


/*!
* jQuery UI Keycode 1.13.1
* jQuery UI Keycode 1.13.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
Expand Down Expand Up @@ -1298,7 +1298,7 @@ var keycode = $.ui.keyCode = {


/*!
* jQuery UI Unique ID 1.13.1
* jQuery UI Unique ID 1.13.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
Expand Down Expand Up @@ -1366,7 +1366,7 @@ var safeActiveElement = $.ui.safeActiveElement = function( document ) {


/*!
* jQuery UI Menu 1.13.1
* jQuery UI Menu 1.13.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
Expand All @@ -1385,7 +1385,7 @@ var safeActiveElement = $.ui.safeActiveElement = function( document ) {


var widgetsMenu = $.widget( "ui.menu", {
version: "1.13.1",
version: "1.13.2",
defaultElement: "<ul>",
delay: 300,
options: {
Expand Down Expand Up @@ -2057,7 +2057,7 @@ var widgetsMenu = $.widget( "ui.menu", {


/*!
* jQuery UI Autocomplete 1.13.1
* jQuery UI Autocomplete 1.13.2
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
Expand All @@ -2076,7 +2076,7 @@ var widgetsMenu = $.widget( "ui.menu", {


$.widget( "ui.autocomplete", {
version: "1.13.1",
version: "1.13.2",
defaultElement: "<input>",
options: {
appendTo: null,
Expand Down

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/jdk.javadoc/share/legal/jqueryUI.md
@@ -1,4 +1,4 @@
## jQuery UI v1.13.1
## jQuery UI v1.13.2

### jQuery UI License
```
Expand Down