Skip to content

Commit 6c933a4

Browse files
committed
chore(packaging): bump version to 2.0.0-alpha.30
1 parent c33e3be commit 6c933a4

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
<a name"2.0.0-alpha.30"></a>
2+
### 2.0.0-alpha.30 (2015-07-07)
3+
4+
5+
#### Bug Fixes
6+
7+
* handle errors w/o file information. ([e69af1a3](https://github.com/angular/angular/commit/e69af1a3))
8+
* **.d.ts:** correct ComponentAnnotation inheritance ([12a427e1](https://github.com/angular/angular/commit/12a427e1), closes [#2356](https://github.com/angular/angular/issues/2356))
9+
* **Http:** add support for headers ([883b5064](https://github.com/angular/angular/commit/883b5064))
10+
* **angular2.d.ts:** show typing for Component, etc ([b10d7a2e](https://github.com/angular/angular/commit/b10d7a2e))
11+
* **change_detection:**
12+
* throw ChangeDetectionError in JIT mode ([c2efa23e](https://github.com/angular/angular/commit/c2efa23e))
13+
* do not coalesce records with different directive indices ([d2774421](https://github.com/angular/angular/commit/d2774421))
14+
* **compiler:** detect and strip data- prefix from bindings ([cd65fc2a](https://github.com/angular/angular/commit/cd65fc2a), closes [#2687](https://github.com/angular/angular/issues/2687), [#2719](https://github.com/angular/angular/issues/2719))
15+
* **di:** injecting null causes a cyclic dependency ([d1393b05](https://github.com/angular/angular/commit/d1393b05))
16+
* **forms:** Remove cyclic dependency ([e5405e4b](https://github.com/angular/angular/commit/e5405e4b), closes [#2856](https://github.com/angular/angular/issues/2856))
17+
* **router:**
18+
* allow generating links with numeric params ([d828664d](https://github.com/angular/angular/commit/d828664d))
19+
* child routers should delegate navigation to the root router ([1c94c32f](https://github.com/angular/angular/commit/1c94c32f))
20+
* **transformer:**
21+
* Support prefixed annotations in the transformer. ([9e1158de](https://github.com/angular/angular/commit/9e1158de))
22+
* Put paramater data in the same order as the reflected version. ([2b45bd2a](https://github.com/angular/angular/commit/2b45bd2a))
23+
* Fix string interpolation for bindings. ([311b4772](https://github.com/angular/angular/commit/311b4772))
24+
25+
26+
#### Features
27+
28+
* upgrade t2dart to 0.6.8. ([d381c5fc](https://github.com/angular/angular/commit/d381c5fc))
29+
* **NgStyle:** Export NgStyle in angular2/directives ([edf5053b](https://github.com/angular/angular/commit/edf5053b), closes [#2878](https://github.com/angular/angular/issues/2878))
30+
* **router:** support deep-linking to siblings ([286a249a](https://github.com/angular/angular/commit/286a249a), closes [#2807](https://github.com/angular/angular/issues/2807))
31+
* **transformer:** Support @Injectable() on static functions ([7986e7ce](https://github.com/angular/angular/commit/7986e7ce))
32+
* **typings:** mark void methods in angular2.d.ts ([a56d33d7](https://github.com/angular/angular/commit/a56d33d7))
33+
34+
135
<a name"2.0.0-alpha.29"></a>
236
### 2.0.0-alpha.29 (2015-07-01)
337

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular",
3-
"version": "2.0.0-alpha.29",
3+
"version": "2.0.0-alpha.30",
44
"branchPattern": "2.0.*",
55
"description": "Angular 2 - a web framework for modern web apps",
66
"homepage": "https://github.com/angular/angular",

0 commit comments

Comments
 (0)