Skip to content

Commit

Permalink
chore(prerelease): Pre-release 13
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonC authored and SimeonC committed Nov 10, 2014
1 parent 76815cb commit 8f69f41
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
textAngular v1.3.0-pre12
textAngular v1.3.0-pre13
===========

[![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)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "textAngular",
"version": "1.3.0-pre12",
"version": "1.3.0-pre13",
"main": ["./src/textAngular.js", "./src/textAngular-sanitize.js", "./src/textAngularSetup.js", "./src/textAngular.css", "../rangy/rangy-selectionsaverestore.js"],
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions changelog.md
@@ -1,3 +1,16 @@
<a name="1.3.0-pre13"></a>
### 1.3.0-pre13 (2014-11-11)


#### Bug Fixes

* **$animation:** Fix angular 1.3.x compatability. ([b74ddf61](http://github.com/fraywing/textAngular/commit/b74ddf61d8a0864621b37224b9f02f6e5e74b25a), closes [#401](http://github.com/fraywing/textAngular/issues/401))
* **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))
* **taExecCommand:**
* 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))
* Add default wrap option to formatBlock ([c0fad4d9](http://github.com/fraywing/textAngular/commit/c0fad4d9a3c58cdbcb07c17f1c6876ae9305ab6b), closes [#400](http://github.com/fraywing/textAngular/issues/400))


<a name="1.3.0-pre12"></a>
### 1.3.0-pre12 (2014-11-04)

Expand Down
2 changes: 1 addition & 1 deletion demo/static-demo.html
Expand Up @@ -5,7 +5,7 @@

<meta charset="UTF-8">

<title>textAngular 1.3.0-pre12 Demo</title>
<title>textAngular 1.3.0-pre13 Demo</title>

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "textAngular",
"filename": "textAngular.min.js",
"version": "1.3.0-pre12",
"version": "1.3.0-pre13",
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
"maintainers": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/textAngular.js
Expand Up @@ -2,7 +2,7 @@
@license textAngular
Author : Austin Anderson
License : 2013 MIT
Version 1.3.0-pre12
Version 1.3.0-pre13
See README.md or https://github.com/fraywing/textAngular/wiki for requirements and use.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/textAngularSetup.js
Expand Up @@ -2,7 +2,7 @@
@license textAngular
Author : Austin Anderson
License : 2013 MIT
Version 1.3.0-pre12
Version 1.3.0-pre13
See README.md or https://github.com/fraywing/textAngular/wiki for requirements and use.
*/
Expand Down

0 comments on commit 8f69f41

Please sign in to comment.