Skip to content

Commit 06ad112

Browse files
committed
docs(changelog): update change log to beta.14
1 parent cfa1d17 commit 06ad112

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="2.0.0-beta.14"></a>
2+
# 2.0.0-beta.14 (2016-04-07)
3+
4+
5+
### Bug Fixes
6+
7+
* **forms:** support both value and ng-value ([8db97b0](https://github.com/angular/angular/commit/8db97b0))
8+
* **router:** allow forward slashes in query parameters ([4902244](https://github.com/angular/angular/commit/4902244)), closes [#7824](https://github.com/angular/angular/issues/7824)
9+
* **select:** support objects as select values ([74e2bd7](https://github.com/angular/angular/commit/74e2bd7)), closes [#4843](https://github.com/angular/angular/issues/4843) [#7842](https://github.com/angular/angular/issues/7842)
10+
* **select:** update name from ng-value to ngValue ([3ca6df8](https://github.com/angular/angular/commit/3ca6df8)), closes [#7939](https://github.com/angular/angular/issues/7939)
11+
* **upgrade:** leak when angular1 destroys element ([9be04f8](https://github.com/angular/angular/commit/9be04f8)), closes [#6401](https://github.com/angular/angular/issues/6401) [#7935](https://github.com/angular/angular/issues/7935)
12+
13+
### Features
14+
15+
* **dart/transform:** Avoid `print` in transformer code. ([e310bee](https://github.com/angular/angular/commit/e310bee)), closes [#7855](https://github.com/angular/angular/issues/7855)
16+
* **static-reflector:** Added StaticReflector ([0dbf959](https://github.com/angular/angular/commit/0dbf959))
17+
18+
19+
20+
21+
122
<a name="2.0.0-beta.13"></a>
223
# 2.0.0-beta.13 (2016-03-31)
324

@@ -30,7 +51,7 @@
3051
### BREAKING CHANGES
3152

3253
* For static content projection, elements with *-directives are now matched against the element itself vs the template before.
33-
54+
3455
`<p *ngIf="condition" foo></p>`
3556

3657
Before:

0 commit comments

Comments
 (0)