diff --git a/README.md b/README.md
index e435ad021..681fc61fb 100644
--- a/README.md
+++ b/README.md
@@ -96,8 +96,8 @@ alternatively in html
or using CDN (minimized):
```html
-
-
+
+
```
.map files are included for debugging purposes.
@@ -194,7 +194,7 @@ GridStack.init( {column: N} );
2) include `gridstack-extra.css` if **N < 12** (else custom CSS - see next). Without these, things will not render/work correctly.
```html
-
+
...
```
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 7bccfef70..ce5847f29 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -5,7 +5,8 @@ Change log
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
-- [2.0.2-dev](#202-dev)
+- [2.1.0-dev](#210-dev)
+- [2.1.0 (2020-10-28)](#210-2020-10-28)
- [2.0.2 (2020-10-05)](#202-2020-10-05)
- [2.0.1 (2020-09-26)](#201-2020-09-26)
- [2.0.0 (2020-09-07)](#200-2020-09-07)
@@ -39,7 +40,11 @@ Change log
-## 2.0.2-dev
+## 2.1.0-dev
+
+- TBD
+
+## 2.1.0 (2020-10-28)
- fix grid `static: true` to no longer add any drag&drop (even disabled) which should speed things up, and `setStatic(T/F)` will now correctly add it back/delete for items that need it only.
Also fixed JQ draggable warning if not initialized first [858](https://github.com/gridstack/gridstack.js/issues/858)
diff --git a/package.json b/package.json
index b8d09ca1a..7a6fe74ab 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gridstack",
- "version": "2.0.2-dev",
+ "version": "2.1.0-dev",
"description": "TypeScript/Javascript lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Ember, knockout...)",
"main": "./dist/gridstack.js",
"types": "./dist/gridstack.d.ts",
diff --git a/src/gridstack-dd.ts b/src/gridstack-dd.ts
index bdfeef6d4..37a7699a5 100644
--- a/src/gridstack-dd.ts
+++ b/src/gridstack-dd.ts
@@ -1,4 +1,4 @@
-// gridstack-dd.ts 2.0.2-dev @preserve
+// gridstack-dd.ts 2.1.0-dev @preserve
/**
* https://gridstackjs.com/
diff --git a/src/gridstack-engine.ts b/src/gridstack-engine.ts
index 51749dedd..e390a651c 100644
--- a/src/gridstack-engine.ts
+++ b/src/gridstack-engine.ts
@@ -1,4 +1,4 @@
-// gridstack-engine.ts 2.0.2-dev @preserve
+// gridstack-engine.ts 2.1.0-dev @preserve
/**
* https://gridstackjs.com/
diff --git a/src/gridstack.ts b/src/gridstack.ts
index d29094428..80f63fce5 100644
--- a/src/gridstack.ts
+++ b/src/gridstack.ts
@@ -1,4 +1,4 @@
-// gridstack.ts 2.0.2-dev @preserve
+// gridstack.ts 2.1.0-dev @preserve
/**
* https://gridstackjs.com/
diff --git a/src/jq/gridstack-dd-jqueryui.ts b/src/jq/gridstack-dd-jqueryui.ts
index 7f8b98058..f08b70fab 100644
--- a/src/jq/gridstack-dd-jqueryui.ts
+++ b/src/jq/gridstack-dd-jqueryui.ts
@@ -1,4 +1,4 @@
-// gridstack-dd-jqueryui.ts 2.0.2-dev @preserve
+// gridstack-dd-jqueryui.ts 2.1.0-dev @preserve
/** JQuery UI Drag&Drop plugin
* https://gridstackjs.com/
diff --git a/src/types.ts b/src/types.ts
index f24bb1f92..c004d6065 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -1,4 +1,4 @@
-// types.ts 2.0.2-dev @preserve
+// types.ts 2.1.0-dev @preserve
/**
* https://gridstackjs.com/
diff --git a/src/utils.ts b/src/utils.ts
index f6b817334..b16d3954f 100644
--- a/src/utils.ts
+++ b/src/utils.ts
@@ -1,4 +1,4 @@
-// utils.ts 2.0.2-dev @preserve
+// utils.ts 2.1.0-dev @preserve
/**
* https://gridstackjs.com/