Skip to content

Commit 8f69f41

Browse files
SimeonCSimeonC
SimeonC
authored and
SimeonC
committedNov 10, 2014
chore(prerelease): Pre-release 13
1 parent 76815cb commit 8f69f41

7 files changed

+19
-6
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
textAngular v1.3.0-pre12
1+
textAngular v1.3.0-pre13
22
===========
33

44
[![Build Status](https://travis-ci.org/fraywing/textAngular.png?branch=master)](https://travis-ci.org/fraywing/textAngular) [![Coverage Status](https://coveralls.io/repos/fraywing/textAngular/badge.png)](https://coveralls.io/r/fraywing/textAngular)

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textAngular",
3-
"version": "1.3.0-pre12",
3+
"version": "1.3.0-pre13",
44
"main": ["./src/textAngular.js", "./src/textAngular-sanitize.js", "./src/textAngularSetup.js", "./src/textAngular.css", "../rangy/rangy-selectionsaverestore.js"],
55
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
66
"keywords": [

‎changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="1.3.0-pre13"></a>
2+
### 1.3.0-pre13 (2014-11-11)
3+
4+
5+
#### Bug Fixes
6+
7+
* **$animation:** Fix angular 1.3.x compatability. ([b74ddf61](http://github.com/fraywing/textAngular/commit/b74ddf61d8a0864621b37224b9f02f6e5e74b25a), closes [#401](http://github.com/fraywing/textAngular/issues/401))
8+
* **placeholder:** Fix the IE 11 bug with CSS style insert ([8e9e6625](http://github.com/fraywing/textAngular/commit/8e9e662574ac6302a3c9fb8cb2e572f3863dea89), closes [#390](http://github.com/fraywing/textAngular/issues/390))
9+
* **taExecCommand:**
10+
* Fixes issue with list buttons and multiple lists. ([76815cbf](http://github.com/fraywing/textAngular/commit/76815cbf26bf8d3c20f7d60e1ef64763ac40effc), closes [#399](http://github.com/fraywing/textAngular/issues/399))
11+
* Add default wrap option to formatBlock ([c0fad4d9](http://github.com/fraywing/textAngular/commit/c0fad4d9a3c58cdbcb07c17f1c6876ae9305ab6b), closes [#400](http://github.com/fraywing/textAngular/issues/400))
12+
13+
114
<a name="1.3.0-pre12"></a>
215
### 1.3.0-pre12 (2014-11-04)
316

‎demo/static-demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<meta charset="UTF-8">
77

8-
<title>textAngular 1.3.0-pre12 Demo</title>
8+
<title>textAngular 1.3.0-pre13 Demo</title>
99

1010
<meta name="robots" content="noindex">
1111

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "textAngular",
33
"filename": "textAngular.min.js",
4-
"version": "1.3.0-pre12",
4+
"version": "1.3.0-pre13",
55
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
66
"maintainers": [
77
{

‎src/textAngular.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@license textAngular
33
Author : Austin Anderson
44
License : 2013 MIT
5-
Version 1.3.0-pre12
5+
Version 1.3.0-pre13
66
77
See README.md or https://github.com/fraywing/textAngular/wiki for requirements and use.
88
*/

‎src/textAngularSetup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@license textAngular
33
Author : Austin Anderson
44
License : 2013 MIT
5-
Version 1.3.0-pre12
5+
Version 1.3.0-pre13
66
77
See README.md or https://github.com/fraywing/textAngular/wiki for requirements and use.
88
*/

0 commit comments

Comments
 (0)