From 857fa746e610995f870a021b883b32523d01e02c Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Sun, 26 Jul 2020 17:16:45 -0700 Subject: [PATCH] TS: jquery v3.5.1 --- README.md | 2 +- demo/experiment/test.html | 2 +- doc/CHANGES.md | 2 +- src/jq/jquery.js | 1236 ++++++++++++++++++++++--------------- 4 files changed, 758 insertions(+), 484 deletions(-) diff --git a/README.md b/README.md index f08a94f52..8be563756 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,7 @@ Recommend looking at the [many samples](./demo) for more code examples. ### jQuery Application -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. +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. ## Migrating to v2.0.0 diff --git a/demo/experiment/test.html b/demo/experiment/test.html index dd56a199e..44dbcd55d 100644 --- a/demo/experiment/test.html +++ b/demo/experiment/test.html @@ -7,7 +7,7 @@ Drag demo \ - +