From cf12f2638da24faa4958f834f29101630c2ec95c Mon Sep 17 00:00:00 2001 From: Joel Parke Date: Tue, 23 Aug 2016 07:30:55 -0600 Subject: [PATCH] Release v1.5.6 --- bower.json | 2 +- changelog.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 213e6f5a..39e7545a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "textAngular", - "version": "1.5.6-0", + "version": "1.5.6", "main": [ "./dist/textAngular.js", "./dist/textAngular-sanitize.js", diff --git a/changelog.md b/changelog.md index 8582fd77..064521b1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,28 @@ + +### 1.5.6 (2016-08-23) + + +#### Bug Fixes + +* **textAngular:** + * Fix(main, textAngularManager.spec): Corrected issues with toolbar being active all all editors with same toolbar. + Now toolbarScopes are tied to each editor which is cleaner and makes more sense. + AND the toolbarScopes are deleted when the editor is deleted which is better and + no longer tied to the toolbar. + We also added some code to enable $log messages in the karma testing when necessary + See the textAngularManager.spec.js file for details looking at 'var $log', beforeEach() and afterEach() + (https://github.com/fraywing/textAngular/commit/daec3e8769f187be3e9f9f5a3c4ac33241f3e492) + * Fix(taFixChrome.spec): added a test to verify the fix form #1281 (https://github.com/fraywing/textAngular/commit/cd45b29a9fddeffaab5bae267572a59b04bd0370) + * Fix(main): We now respect he selection and enhanced wrapSelection (https://github.com/fraywing/textAngular/commit/13379176e7b732bf8b83aee9fe0fa5104dcf3473) + * FIx(Gruntfile): Added the missing task demo_pages to all release paths + * Chore(README): Update to new pluker link + +* **factories:** + * Only append remainder if the Apple-converted-space has matched ([e086974c](https://github.com/fraywing/textAngular/commit/e086974c)) + * Add remainder of html string to finalHtml ([950ed2d8](https://github.com/fraywing/textAngular/commit/950ed2d8)) + + + ### 1.5.6-0 (2016-08-17) diff --git a/package.json b/package.json index cd41acbd..06f603ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "textangular", - "version": "1.5.6-0", + "version": "1.5.6", "description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js", "maintainers": [ {