Angular 7.0.3 和 7.1.0-beta.2 已发布,Angular 是一款十分流行且好用的 Web 前端框架,目前由 Google 维护。
7.1.0-beta.2 (2018-11-07)
Bug Fixes
- bazel: unknown replay compiler error in windows (#26711) (aed95fd)
- core: ensure that
ɵdefineNgModule
is available in flat-file formats (#26403) (a64859b) - router: remove type bludgeoning of context and outlet when running CanDeactivate (#26496) (496372d), closes #18253
- service-worker: add typing to public api guard and fix lint errors (#25860) (1061875)
- upgrade: improve downgrading-related error messages (#26217) (7dbc103)
- upgrade: make typings compatible with older AngularJS typings (#26880) (64647af), closes #26420
Features
- compiler: ability to mark an InvokeFunctionExpr as pure (#26860) (4dfa71f)
- forms: add updateOn option to FormBuilder (#24599) (e9e804f)
- router: allow guards to return UrlTree as well as boolean (#26521) (081f95c)
- router: allow redirect from guards by returning UrlTree (#26521) (152ca66)
- router: guard returning UrlTree cancels current navigation and redirects (#26521) (4e9f2e5), closes #24618
- service-worker: add typing for messagesClicked in SwPush service (#25860) (c78c221)
- service-worker: close notifications and focus window on click (#25860) (f5d5a3d)
- service-worker: handle ‘notificationclick’ events (#25860) (cf6ea28), closes #20956 #22311
- upgrade: support downgrading multiple modules (#26217) (93837e9), closes #26062
7.0.3 (2018-11-07)
Bug Fixes
- bazel: unknown replay compiler error in windows (#26711) (4d532df)
- router: remove type bludgeoning of context and outlet when running CanDeactivate (#26496) (dc05385), closes #18253
- upgrade: make typings compatible with older AngularJS typings (#26880) (315d95c), closes #26420
源码下载:https://github.com/angular/angular/releases
转自 https://www.oschina.net/news/101591/angular-7-0-3-released