Skip to content

Commit a6c2df4

Browse files
SimeonCSimeonC
authored andcommitted
chore(release):
1 parent bd2bb0a commit a6c2df4

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-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.3.0-pre5",
3+
"version": "1.3.0-pre6",
44
"main": ["./src/textAngular.js", "./src/textAngularSetup.js", "./src/textAngular.css"],
55
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
66
"keywords": [

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="1.3.0-pre6"></a>
2+
### 1.3.0-pre6 (2014-10-21)
3+
4+
5+
#### Bug Fixes
6+
7+
* **taBind:** Fix the drop handler not re-applying on select handler ([af233b9f](http://github.com/fraywing/textAngular/commit/af233b9f2443c386afe9f83c5b1b2cd69d62e39d))
8+
* **taExecCommand:** Fix lists for FF specifically. ([0924a8ca](http://github.com/fraywing/textAngular/commit/0924a8ca22493f018b679cc6a0805f8f1152f832), closes [#290](http://github.com/fraywing/textAngular/issues/290))
9+
* **taSanitize:** Allow id attribute. ([7afc96c0](http://github.com/fraywing/textAngular/commit/7afc96c0896a60cec4d95099d172f7bfa37ed7a1), closes [#355](http://github.com/fraywing/textAngular/issues/355))
10+
* **taTranslations:** Change Constant to Value ([58781ee9](http://github.com/fraywing/textAngular/commit/58781ee907a690c3f1e980c76ac71d67fb2187a6))
11+
12+
13+
#### Features
14+
15+
* **taBind.undoManager:** Add undoManager to taBind. ([bd2bb0ae](http://github.com/fraywing/textAngular/commit/bd2bb0aee69953f5caa043571b854219a28145d0))
16+
17+
118
<a name="1.3.0-pre5"></a>
219
### 1.3.0-pre5 (2014-10-20)
320

dist/textAngular-sanitize.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/textAngular.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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-pre5",
4+
"version": "1.3.0-pre6",
55
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
66
"maintainers": [
77
{

0 commit comments

Comments
 (0)