diff --git a/CHANGES.md b/CHANGES.md index 7aa0dc0ff..a3ab1518c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +1.3.1 / 2013-11-19 +================== + +* Fixes toolbar binding button issue with multi-editor mode + + 1.3.0 / 2013-11-18 ================== @@ -9,6 +15,7 @@ * Improves allowMultiParagraphSelection filter by removing empty tags elements before counting * Considers header tags has a paragraph too (same as medium) + 1.2.2 / 2013-11-07 ================== @@ -16,6 +23,7 @@ * Adds a light gradient opacity to the toolbar * Fixes bug that would keep toolbar alive when moving out of the anchor input + 1.2.1 / 2013-11-07 ================== diff --git a/bower.json b/bower.json index 5fad9ff67..7c3ff2f1f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.3.0", + "version": "1.3.1", "homepage": "http://daviferreira.github.io/medium-editor/", "authors": [ "Davi Ferreira " diff --git a/demo/multieditor.html b/demo/multieditor.html index 07c75c101..6bb137f3a 100644 --- a/demo/multieditor.html +++ b/demo/multieditor.html @@ -24,7 +24,6 @@

Second Editor

Third Editor in another instance

This text is another paragraph in another editor instance.
- It's working but not recommended.

@@ -37,7 +36,6 @@

Non editable Div

-

Source