Skip to content

Commit 0700c8a

Browse files
committed
docs(changelog): update change log to 2.0.0-beta.17.
1 parent c79e657 commit 0700c8a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="2.0.0-beta.17"></a>
2+
# 2.0.0-beta.17 (2016-04-28)
3+
4+
5+
### Bug Fixes
6+
7+
* **changelog:** fix changelog script. ([c209836](https://github.com/angular/angular/commit/c209836))
8+
* **compiler:** Allow templates to access variables that are declared afterwards. ([1e8864c](https://github.com/angular/angular/commit/1e8864c)), closes [#8261](https://github.com/angular/angular/issues/8261)
9+
* **core:** properly evaluate expressions with conditional and boolean operators ([1ad2a02](https://github.com/angular/angular/commit/1ad2a02)), closes [#8235](https://github.com/angular/angular/issues/8235) [#8244](https://github.com/angular/angular/issues/8244) [#8282](https://github.com/angular/angular/issues/8282)
10+
* **metadata:** Do not attach module names to metadata. ([d964888](https://github.com/angular/angular/commit/d964888)), closes [#8225](https://github.com/angular/angular/issues/8225) [#8082](https://github.com/angular/angular/issues/8082) [#8256](https://github.com/angular/angular/issues/8256)
11+
* **testing:** allow test component builder to override directives from lists ([ff2ae7a](https://github.com/angular/angular/commit/ff2ae7a)), closes [#7397](https://github.com/angular/angular/issues/7397) [#8217](https://github.com/angular/angular/issues/8217)
12+
13+
### Features
14+
15+
* **compiler:** ElementSchema now has explicit DOM schema information ([d327ac4](https://github.com/angular/angular/commit/d327ac4)), closes [#8179](https://github.com/angular/angular/issues/8179)
16+
* **core:** separate refs from vars. ([d2efac1](https://github.com/angular/angular/commit/d2efac1)), closes [#7158](https://github.com/angular/angular/issues/7158) [#8264](https://github.com/angular/angular/issues/8264)
17+
18+
19+
### BREAKING CHANGES
20+
21+
* - `#...` now always means `ref-`.
22+
- `<template #abc>` now defines a reference to the TemplateRef, instead of an input variable used inside of the template.
23+
- `#...` inside of a *ngIf, … directives is deprecated.
24+
Use `let …` instead.
25+
- `var-...` is deprecated. Replace with `let-...` for `<template>` elements and `ref-` for non `<template>` elements.
26+
27+
28+
129
<a name="2.0.0-beta.16"></a>
230
# 2.0.0-beta.16 (2016-04-26)
331

0 commit comments

Comments
 (0)