From 8ecc98b71cbeb927cedb14973bff54e40789b376 Mon Sep 17 00:00:00 2001 From: Joel Parke Date: Wed, 31 Aug 2016 18:21:57 -0600 Subject: [PATCH] Release v1.5.8 --- bower.json | 2 +- changelog.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 6002d0d5..705533ee 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "textAngular", - "version": "1.5.7", + "version": "1.5.8", "main": [ "./dist/textAngular.js", "./dist/textAngular-sanitize.js", diff --git a/changelog.md b/changelog.md index 6c50a81e..68819bbf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,20 @@ + +### 1.5.8 (2016-08-31) + + +#### Bug Fixes + +* **textAngular:** + * Fixed several issues around Italic, Bold, Strikethrough, Underline state in the ([7823937b](https://github.com/fraywing/textAngular/commit/7823937b)) + * fix(DOM, textAngularSetup): Functionality under Firefox is now much improved. + * Build Enhancement: updated many of the development packages. There is more work to do, but some improvement. + * Fix(main): removed the saveFocusSelection() and restoreFocusSelection() + which to do function properly and create problems! + +#### Features + * Enhancment: - 'insertLink' now allows editing of existing link + + ### 1.5.7 (2016-08-23) diff --git a/package.json b/package.json index 7a4b54b2..025ba573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "textangular", - "version": "1.5.7", + "version": "1.5.8", "description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js", "maintainers": [ {