diff --git a/README.md b/README.md index 28dea11de..bb44362f8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com **Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* - - [Demo and examples](#demo-and-examples) - [Usage](#usage) - [Requirements](#requirements) @@ -32,20 +31,12 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com - [Different grid widths](#different-grid-widths) - [Override resizable/draggable options](#override-resizabledraggable-options) - [IE8 support](#ie8-support) - - [Use with require.js](#use-with-requirejs) - [Changes](#changes) - [The Team](#the-team) - -gridstack.js News -===== - -Version 1.0 is coming! Check out the blog post here for more information: -[https://dylandreams.com/2017/04/26/gridstack-10-coming-soon/](https://dylandreams.com/2017/04/26/gridstack-10-coming-soon/) and [subscribe to the blog](https://dylandreams.com) for more gridstack news and tutorials. ---> - Demo and examples ==== diff --git a/doc/CHANGES.md b/doc/CHANGES.md index f56adc370..37d60a334 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -5,7 +5,6 @@ Change log **Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* -- [v1.0.0 (development)](#v100-development) - [v0.5.0 (2019-03-29)](#v050-2019-03-29) - [v0.4.0 (2018-05-11)](#v040-2018-05-11) - [v0.3.0 (2017-04-21)](#v030-2017-04-21) @@ -20,10 +19,6 @@ Change log -## v1.0.0 (development) - -TBD - ## v0.5.0 (2019-03-29) - emit `dropped` event when a widget is dropped from one grid into another ([#823](https://github.com/gridstack/gridstack.js/issues/823)).