Angular 6.1.0 RC3 发布,跳过了 RC1 与 RC2

Angular 6.1.0 RC3 发布了,此次更新支持了在 service-worker SW 中使用 ?能配选项。

此次是直接跳过 RC1 与 RC2 发布


具体更新内容如下:

Bug Fixes

  • common: do not round factional seconds (#24831) (a527c69), closes #24384

  • common: format fractional seconds (#24844) (0b4d85e), closes #24831

  • common: properly update collection reference in NgForOf (#24684) (ff84c5c), closes #24155

  • common: use correct currency format for locale de-AT (#24658) (dcabb05), closes #24609

  • compiler: fix a few non-tree-shakeable code patterns (#24677) (50d4a4f)

  • compiler: i18n_extractor now outputs the correct source file name (#24885) (c8ad965), closes #24884

  • compiler-cli: Use typescript to resolve modules for metadata (#22856) (0d5f2d3)

    扫描二维码关注公众号,回复: 2283079 查看本文章
  • core: mark NgModule as not the root if APP_ROOT is set to false (#24814) (1089261)

  • core: use addCustomEqualityTester instead of overriding toEqual (#22983) (0922228), closes #22939

  • language-service: do not overwrite native Reflect (#24299) (6881404), closes #21420

  • platform-browser: add missing deps for HammerGesturesPlugin (#24682) (13d60ea)

  • platform-browser: mark Meta and Title services as tree shakable providers (#24815) (197387d)

  • platform-browser: workaround wrong import path generated by ngc for DOCUMENT (#24830) (7d27ecc)

  • router: add ability to recover from malformed url (#23283) (86d254d), closes #21468

  • service-worker: avoid network requests when looking up hashed resources in cache (#24127) (52d43a9)

Features

  • bazel: Initial commit of protractor_web_test_suite (#24787) (71e0df0)

  • bazel: protractor_web_test_suite for release (#24787) (161ff5c)

  • core: add support for ShadowDOM v1 (#24718) (3553977)

  • core: add support for using async/await with Jasmine (#24637) (71100e6)

  • router: add urlUpdateStrategy allow updating the browser URL at the beginning of navigation (#24820) (328971f), closes #24616

  • service-worker: add support for ? in SW config globbing (#24105) (250527c)

更新日志

下载地址:

猜你喜欢

转载自www.oschina.net/news/98202/angular-6-1-0-rc3-released