
Angular 6.0.1 和 6.0.2 已发布,更新内容如下:
6.0.1
Bug 修复:
- animations: properly clean up queried element styles in safari/edge (#23686) (3824e3f)
- animations: retain state styling for nodes that are moved around (#23686) (05aa5e0)
- core: call ngOnDestroy on all services that have it (#23755) (5581e97), closes #22466 #22240 #14818
- elements: always check to create strategy (#23825) (d280077)
- router: avoid freezing queryParams in-place (#22663) (3d8799b), closes #22617
- router: correct the segment parsing so it won’t break on ampersand (#23684) (8733843)
- service-worker: correctly handle requests with empty
clientId
(#23625) (2254ac2), closes #23526
下载地址:
6.0.2
Bug 修复:
- animations: do not throw errors when a destroyed component is animated (#23836) (752b83a)
- service-worker: deprecate
versionedFiles
in asset-group resources (#23584) (c6b618d)
下载地址:
转自 https://www.oschina.net/news/96112/angular-6-0-1-released