Skip to content

Commit

Permalink
Release v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelParke committed Sep 1, 2016
1 parent 8daff3f commit 8ecc98b
Show file tree
Hide file tree
Showing 3 changed files with 19 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.7",
"version": "1.5.8",
"main": [
"./dist/textAngular.js",
"./dist/textAngular-sanitize.js",
Expand Down
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name"1.5.8"></a>
### 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


<a name"1.5.7"></a>
### 1.5.7 (2016-08-23)

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.7",
"version": "1.5.8",
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
"maintainers": [
{
Expand Down

0 comments on commit 8ecc98b

Please sign in to comment.