Skip to content

Commit

Permalink
Release v1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelParke committed Sep 5, 2016
1 parent 59aa00d commit e154596
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textAngular",
"version": "1.5.8",
"version": "1.5.9",
"main": [
"./dist/textAngular.js",
"./dist/textAngular-sanitize.js",
Expand Down
28 changes: 28 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
<a name="1.5.9"></a>
## [1.5.9](https://github.com/fraywing/textAngular/compare/v1.5.8...v1.5.9) (2016-09-05)


### Bug Fixes

* **factories.js:** removed the extra <span id="selectionBoundary..." class="rangySelectionBoundary">></span> and ([76a31e2](https://github.com/fraywing/textAngular/commit/76a31e2))
* **main:** We now properly update the toolbar when we tab into the editor. ([d930538](https://github.com/fraywing/textAngular/commit/d930538))
* **DOM, textAngularSetup, taExecCommand.formatBlock.spec, taTools.spec)
- removed a rare element.parentNode === null condition
- fixed a rare bug during 'CLEAR' formatic where we could see a rangy error
'The given range isn't in document'
- enhanced the 'CLEAR' format function to properly handle nested <ul> statements

#### Features
* Enhancment: - the build proces is improved and we are now uptodate with the
packages in use. Only grunt-istanbul-coverage is behind because
it currently breaks the build.
- Updated the grunt-conventional-changelog to the current package.
and added an editing step for the changelog.md as part of the
build process.

#### Breaking Changes (BUILD ONLY)
* Because of the update of the packages used in the build process, you must
do a 'npm install' before you can build.



<a name"1.5.8"></a>
### 1.5.8 (2016-08-31)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textangular",
"version": "1.5.8",
"version": "1.5.9",
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
"maintainers": [
{
Expand Down

0 comments on commit e154596

Please sign in to comment.