Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 0711315

Browse files
committed
chore(release): v0.2.0
1 parent 9895742 commit 0711315

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ before_install:
1212
after_success:
1313
- "./node_modules/angular-ui-publisher/travis/authentication.sh || exit 0"
1414
- "grunt dist build:gh-pages publish:gh-pages build:bower publish:bower"
15-
script: grunt
1615
env:
1716
global:
1817
- REPO="[email protected]:angular-ui/ui-codemirror.git"

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="0.2.0"></a>
2+
## 0.2.0 (2014-12-08)
3+
4+
5+
#### Bug Fixes
6+
7+
* digest in progress ([645d6e5d](https://github.com/angular-ui/ui-codemirror/commit/645d6e5da2cfb40afa342cd6822374b2299bba39))
8+
* refresh codemirror in next event loop ([1c03cacd](https://github.com/angular-ui/ui-codemirror/commit/1c03cacdd30d5b70cb0e8c15b6383fbfddeff6d2), closes [#76](https://github.com/angular-ui/ui-codemirror/issues/76))
9+
* undefined newValue watched ([f5061497](https://github.com/angular-ui/ui-codemirror/commit/f5061497f465090be4bb53a4b4b6c534c586d214))
10+
* not watching `ui-codemirror-opts` attribute ([0f5802ed](https://github.com/angular-ui/ui-codemirror/commit/0f5802ed39444b3c3dcf49b5bbcc9fd756833cfe))
11+
* element not removed when the element gets replaced ([7dfcb070](https://github.com/angular-ui/ui-codemirror/commit/7dfcb0704220d8034647b18e41ffd9ee7904d525))
12+
* **grunt:** do a standard livereload over the built branch ([a856e085](https://github.com/angular-ui/ui-codemirror/commit/a856e085a0ddff949b15c5cac9ec67b4323d8e13))
13+
14+
15+
#### Features
16+
17+
* Makes the onChange event handled by ngChange ([fa52ea4e](https://github.com/angular-ui/ui-codemirror/commit/fa52ea4e86b85dc9e2b90996282cb1cc12020d04))
18+
* allow using it as an element ([42de591d](https://github.com/angular-ui/ui-codemirror/commit/42de591db63711d27b75fa5d345623ab3e472efb))
19+
* **demo:** update demo to Angular UI Publisher 1.2.x ([18317b7c](https://github.com/angular-ui/ui-codemirror/commit/18317b7c010c80e3eadc4f516eae62d2be837e73), closes [#34](https://github.com/angular-ui/ui-codemirror/issues/34))
20+
* **directive:** add instance access throught $broadcast event ([14f6954c](https://github.com/angular-ui/ui-codemirror/commit/14f6954c376479ac2108edc0556b48c6b1123953))
21+
* **publisher:** initial publisher use commit ([a144e2f8](https://github.com/angular-ui/ui-codemirror/commit/a144e2f8b3134df9e4a9ce313778b0086ea82af9))
22+
23+
124
<a name="v0.1.0"></a>
225
## v0.1.0 (2013-12-28)
326

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This directive allows you to add [CodeMirror](http://codemirror.net/) to your te
44

55
## Requirements
66

7-
- AngularJS
8-
- [CodeMirror 3.x|4.x](https://github.com/marijnh/CodeMirror)
7+
- AngularJS 1.3.x
8+
- [CodeMirror 4.8.x](https://github.com/marijnh/CodeMirror)
99

1010

1111
## Usage
@@ -147,7 +147,7 @@ We have one task to serve them all !
147147
grunt serve
148148
```
149149

150-
It's equal to run separately:
150+
It's equal to run separately:
151151

152152
* `grunt connect:server` : giving you a development server at [http://localhost:8000/](http://localhost:8000/).
153153

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-codemirror",
3-
"version": "0.1.7",
3+
"version": "0.2.0",
44
"description": "This directive allows you to add CodeMirror to your textarea elements.",
55
"author": "https://github.com/angular-ui/ui-codemirror/contributors",
66
"license": "MIT",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-codemirror",
3-
"version": "0.1.7",
3+
"version": "0.2.0",
44
"description": "This directive allows you to add CodeMirror to your textarea elements.",
55
"author": "https://github.com/angular-ui/ui-codemirror/contributors",
66
"license": "MIT",

0 commit comments

Comments
 (0)