Skip to content

Commit 7a2a119

Browse files
committed
docs: changelog v2.5.0 update
- add `Angular 8` breaking changes note
1 parent dd95a58 commit 7a2a119

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
- fix(polyfill): import `web-animations-js`
1111
- chore(tslint): remove depracated/undefined rules
1212
- chore(tsconfig): set "target" to "es5" / IE11 compatible
13+
14+
###### breaking changes
15+
- `Angular v8.0.0` (see https://update.angular.io/)
16+
- `@ViewChild` second parameter required
17+
- `BrowserAnimationsModule` required
18+
- routing: lazy loading via dynamic import()
19+
20+
###### dependencies update
1321
- update: Angular to `v8.0.0`
1422
- update: `@angular/animations` to `^8.0.0`
1523
- update: `@angular/common` to `^8.0.0`

0 commit comments

Comments
 (0)