Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 425a92a

Browse files
committed
chore(release): v0.2.0
1 parent e8033c4 commit 425a92a

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
<a name="0.2.0"></a>
2+
### 0.2.0 (2015-01-08)
3+
4+
5+
#### Bug Fixes
6+
7+
* ngModel put back the hack ([415610f0](http://github.com/angular-ui/ui-ace/commit/415610f0dcdc1116267e6aa4045bd5ae356f1fdc))
8+
* ngModel update ([491369a9](http://github.com/angular-ui/ui-ace/commit/491369a9d508c28ad880ad707e35c3d827c0a71a), closes [#77](http://github.com/angular-ui/ui-ace/issues/77))
9+
10+
11+
#### Features
12+
13+
* readonly ng ready ([0d99e5fd](http://github.com/angular-ui/ui-ace/commit/0d99e5fd65a9870617b9010111b72f789e276c8b))
14+
* add advancedRenderer options ([76fc37d1](http://github.com/angular-ui/ui-ace/commit/76fc37d176ffe1e62dc72da4e85c027446794a64))
15+
* **config:** always call the global onLoad handler ([c83086ac](http://github.com/angular-ui/ui-ace/commit/c83086ac7be7ff08dd632ab6705c43ba39ca6867))
16+
* **directive:**
17+
* worker path for concatenated and minified configurations ([b7e20c1a](http://github.com/angular-ui/ui-ace/commit/b7e20c1aa6c4871a62b48fbb36a7a6794809d2b0))
18+
* require and advanced options ([6e160cb6](http://github.com/angular-ui/ui-ace/commit/6e160cb6f12b11365e8480509332951ea43d7e5a))
19+
20+
21+
<a name="0.1.2"></a>
22+
### 0.1.2 (2015-01-08)
23+
24+
25+
<a name="0.1.1"></a>
26+
### 0.1.1 (2015-01-08)
27+
28+
29+
#### Bug Fixes
30+
31+
* **ace:** resize editor when its width/height changes ([b2024c14](http://github.com/angular-ui/ui-ace/commit/b2024c14dc6336bc232e1bb0b124b6be26f2bbee), closes [#26](http://github.com/angular-ui/ui-ace/issues/26))
32+
33+
134
<a name="v0.1.0"></a>
235
## v0.1.0 (2013-12-28)
336

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-ace",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "This directive allows you to add ACE editor elements.",
55
"author": "https://github.com/angular-ui/ui-ace/graphs/contributors",
66
"license": "MIT",

gruntFile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ module.exports = function (grunt) {
136136

137137
changelog: {
138138
options: {
139-
dest: 'CHANGELOG.md'
139+
dest: 'CHANGELOG.md',
140+
from: grunt.option('from')
140141
}
141142
}
142143
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-ace",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "This directive allows you to add ACE editor elements.",
55
"author": "https://github.com/angular-ui/ui-ace/graphs/contributors",
66
"license": "MIT",

0 commit comments

Comments
 (0)