From 9767688f168ef09c1568135c9df1ecdf868fac7f Mon Sep 17 00:00:00 2001 From: Davi Ferreira Date: Wed, 11 Jun 2014 14:52:53 -0300 Subject: [PATCH] 1.8.14 --- CHANGES.md | 11 +++++++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d8a6ed32d..31efa586e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +1.8.14 / 2014-06-11 +=================== + +* Fixes bug where if you had an empty blockquote the placeholder would still be active +* Fixes bug that would create link without values +* Exposes save/restoreSelection() +* Allows customization of active/first/last button classes +* Adds a script to run app from the cli +* Adds protocols to checkLinkFormat regex + + 1.8.8 / 2014-05-08 ================== diff --git a/bower.json b/bower.json index 1260864df..e500cfd1d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.8.8", + "version": "1.8.14", "homepage": "http://daviferreira.github.io/medium-editor/", "authors": [ "Davi Ferreira " diff --git a/package.json b/package.json index 312f516c2..64359c48d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.8.8", + "version": "1.8.14", "author": "Davi Ferreira ", "description": "Medium.com WYSIWYG editor clone.", "main": "src/js/medium-editor.js",