Skip to content

Commit 90b59dd

Browse files
committed
Release v1.4.6
1 parent 71f3088 commit 90b59dd

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textAngular",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"main": [
55
"./dist/textAngular.js",
66
"./dist/textAngular-sanitize.js",

changelog.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name"1.4.6"></a>
2+
### 1.4.6 (2015-09-20)
3+
4+
5+
#### Bug Fixes
6+
7+
* **textAngular:**
8+
* Fix(textAngular): several bug fixes related to pasting from word. Closes #644, #617 ([f7d34a33](https://github.com/fraywing/textAngular/commit/f7d34a33658d7f336c2891cf9618ba34956c5bad))
9+
* Fix(textAngular): several bug fixes related to pasting from word. Closes #644, #617 ([f7d34a33](https://github.com/fraywing/textAngular/commit/f7d34a33658d7f336c2891cf9618ba34956c5bad))
10+
* Fix(npm): bad package for 1.4.5 is updated to current version. Closes #888
11+
12+
#### Features
13+
14+
* **textAngular:** textAngular-sanitize now respects and keeps most whitespace and html comments! ([aba8265](http://github.com/fraywing/textAngular/commit/aba826510f5356318673c622cfa55be512801581), closes [#846, #847]
15+
* **textAngularSetup:** textAngularSetup - fixed dependency issue with textAngularSetup to all use of constant taRegisterTool. Closes PR #866 (https://github.com/fraywing/textAngular/pull/866)
16+
17+
118
<a name"1.4.5"></a>
219
### 1.4.5 (2015-09-15)
320
* Fix(css): fixed css/js mistake in the 1.4.4 release!
@@ -105,9 +122,6 @@ The minimum required versions of AngularJS is 1.3 and Rangy is 1.3.
105122
* **taBinde.undomanager:** Fix a bug with redo/undo beyond the borders ([dd023c30](http://github.com/fraywing/textAngular/commit/dd023c30537cd79550de630f7d4360331eb02975), closes [#558](http://github.com/fraywing/textAngular/issues/558))
106123

107124

108-
#### Features
109-
110-
* **bootstrap:** Bootstrap is no longer required in bower ([5e7459eb](http://github.com/fraywing/textAngular/commit/5e7459eb03bf66c62d05b8b42225c7b5e1e75da5), closes [#649](http://github.com/fraywing/textAngular/issues/649))
111125
* **taTools:** Added options for tools in taOptions ([7fb00a02](http://github.com/fraywing/textAngular/commit/7fb00a02993f8c02b09f8a24c3c267b6ba4f8fbd))
112126

113127

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textangular",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
55
"maintainers": [
66
{

0 commit comments

Comments
 (0)