From fe202c3fb55d75e559302a4195d3c0f6475da5cc Mon Sep 17 00:00:00 2001 From: Joel Parke Date: Fri, 30 Sep 2016 19:20:43 -0600 Subject: [PATCH] Release v1.5.11 --- bower.json | 2 +- changelog.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 078d3372..ffe0fbdb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "textAngular", - "version": "1.5.10", + "version": "1.5.11", "main": [ "./dist/textAngular.js", "./dist/textAngular-sanitize.js", diff --git a/changelog.md b/changelog.md index 46eb2679..62bca7ab 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,16 @@ + +## [1.5.11](https://github.com/fraywing/textAngular/compare/v1.5.10...v1.5.11) (2016-10-01) + + +### Bug Fixes + +* **demo:** improved the style usage ([58f7f8d](https://github.com/fraywing/textAngular/commit/58f7f8d)) +* **demo/textAngular.com.html:** fixed issue [#611](https://github.com/fraywing/textAngular/issues/611) by adding a 'clearfix' to the ta-text-editor-class attribute. ([3683747](https://github.com/fraywing/textAngular/commit/3683747)) +* **DOM:** corrected bug [#1343](https://github.com/fraywing/textAngular/issues/1343) where we were incorrectly setting the link on a
  • element ([44d5c56](https://github.com/fraywing/textAngular/commit/44d5c56)) +* **factories:** small fix for undefined unsafe.replace [#1335](https://github.com/fraywing/textAngular/issues/1335) ([12a7b27](https://github.com/fraywing/textAngular/commit/12a7b27)) + + + ## [1.5.10](https://github.com/fraywing/textAngular/compare/v1.5.9...v1.5.10) (2016-09-19) diff --git a/package.json b/package.json index 5d403bbc..33eee91f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "textangular", - "version": "1.5.10", + "version": "1.5.11", "description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js", "maintainers": [ {