Skip to content

Commit

Permalink
chore(pre-release): Pre-release 14
Browse files Browse the repository at this point in the history
Includes sanitizer update.
  • Loading branch information
SimeonC authored and SimeonC committed Nov 11, 2014
1 parent 540475f commit e4cacb4
Show file tree
Hide file tree
Showing 9 changed files with 109 additions and 66 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "textAngular",
"version": "1.3.0-pre13",
"version": "1.3.0-pre14",
"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
12 changes: 12 additions & 0 deletions changelog.md
@@ -1,3 +1,15 @@
<a name="1.3.0-pre14"></a>
### 1.3.0-pre14 (2014-11-11)


#### Features

* **taTools:** Toggle HTML now uses code symbol from Font-Awesome ([856b31c3](http://github.com/fraywing/textAngular/commit/856b31c3f77716452a8e5d1d086e12db7934b43f), closes [#381](http://github.com/fraywing/textAngular/issues/381))
* **textAngular:**
* Allow show html/code view by default, attribute ta-show-html. ([abf7bfb2](http://github.com/fraywing/textAngular/commit/abf7bfb28126928d8a5c8094ce90a0536752c97b))
* Name is available on editor scope as `_name` ([6f03d559](http://github.com/fraywing/textAngular/commit/6f03d5593deb11f1dda5f485d069e007b91775fb), closes [#394](http://github.com/fraywing/textAngular/issues/394))


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

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-pre13 Demo</title>
<title>textAngular 1.3.0-pre14 Demo</title>

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

Expand Down
2 changes: 1 addition & 1 deletion dist/textAngular-sanitize.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4cacb4

Please sign in to comment.