Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f059b38

Browse files
committed
update jquery to v3.5.1
1 parent 3b0183e commit f059b38

File tree

3 files changed

+757
-482
lines changed

3 files changed

+757
-482
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Recommend looking at the [many samples](./demo) for more code examples.
337337
338338
### jQuery Application
339339
340-
We're working on implementing HTML5 drag'n'drop through the plugin system. Right now it is still jquery-ui based. Because of that we are still bundling `jquery` (3.4.1) + `jquery-ui` (1.12.1 minimal drag|drop|resize) internally in `gridstack.all.js`. IFF your app needs to bring it's own version instead, you should **instead** include `gridstack-poly.min.js` (optional IE support) + `gridstack.min.js` + `gridstack.jQueryUI.min.js` after you import your libs.
340+
We're working on implementing HTML5 drag'n'drop through the plugin system. Right now it is still jquery-ui based. Because of that we are still bundling `jquery` (3.5.1) + `jquery-ui` (1.12.1 minimal drag|drop|resize) internally in `gridstack.all.js`. IFF your app needs to bring it's own version instead, you should **instead** include `gridstack-poly.min.js` (optional IE support) + `gridstack.min.js` + `gridstack.jQueryUI.min.js` after you import your libs.
341341
342342
Changes
343343
=====

doc/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Change log
3838

3939
- fix [1311](https://github.com/gridstack/gridstack.js/issues/1311) domAttr is not defined
4040
- adds `styleInHead` option to allow for selecting older behavior (adding STYLE element to HEAD element instead of parentNode)
41+
- update jquery to v3.5.1
4142

4243
## 1.1.2 (2020-05-17)
4344

0 commit comments

Comments
 (0)