Skip to content

Commit 2852982

Browse files
committed
updated jqueryui to latest v1.13.1
fix for #1947
1 parent d6a3d3e commit 2852982

File tree

5 files changed

+143
-96
lines changed

5 files changed

+143
-96
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ You can now drag in/out of parent into nested child, with new API parameters val
467467
468468
# jQuery Application
469469
470-
We now have a native HTML5 drag'n'drop through the plugin system (default), but the jquery-ui version can be used instead. It will bundle `jquery` (3.5.1) + `jquery-ui` (1.12.1 minimal drag|drop|resize) + `jquery-ui-touch-punch` (1.0.8 for mobile support) in `gridstack-jq.js`.
470+
We now have a native HTML5 drag'n'drop through the plugin system (default), but the jquery-ui version can be used instead. It will bundle `jquery` (3.5.1) + `jquery-ui` (1.13.1 minimal drag|drop|resize) + `jquery-ui-touch-punch` (1.0.8 for mobile support) in `gridstack-jq.js`.
471471
472472
**NOTE: in v4, v3**: we ES6 module import jquery & jquery-ui by name, so you need to specify location of those .js files, which means you might be able to bring your own version as well. See the include instructions.
473473

doc/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Change log
7171
## 5.0.0-dev (TBD)
7272
* add `GridStack.registerEngine()` to let user use their own custom layout engine subclass. Thank you [Thomas] for sponsoring it.
7373
* grid option `minWidth` is now `oneColumnSize` to make it clearer, but old field will still work (JS only) for a while
74+
* updated jqueryui to latest v1.13.1
7475

7576
## 5.0.0 (2022-01-10)
7677
* add [#992](https://github.com/gridstack/gridstack.js/issues/992) support dragging into and out of nested grids from parents! Thank you [@arclogos132](https://github.com/arclogos132) for sponsoring it.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"homepage": "http://gridstack.github.io/gridstack.js/",
5959
"devDependencies": {
6060
"@types/jasmine": "^3.5.9",
61-
"@types/jquery": "^3.5.1",
62-
"@types/jqueryui": "^1.12.13",
61+
"@types/jquery": "^3.5.14",
62+
"@types/jqueryui": "^1.12.16",
6363
"@typescript-eslint/eslint-plugin": "^4.6.0",
6464
"@typescript-eslint/parser": "^4.6.0",
6565
"connect": "^3.7.0",

0 commit comments

Comments
 (0)