Angular 6.0.0 beta1 版本已發布,主要是修復 bug 新增了一些特性。同時發布的還有 Angular 5.2.2,這是一個維護版本,修復了一些 bug 。
Bug 修復
common: A null value should remove the style on IE
avoid triggering a cli bug
common: don't remove special characters when extracting CLDR data
common: extract plural function from i18n locale data files for TS 2.6
common: fallback to last defined value for named date and time formats
compiler: add support for marker tags in xliff serializers
compiler: Don't strip /*# sourceURL ... */
compiler: fix ICU select messages to use male/female/other
compiler-cli: do not fold errors past calls in the collector
compiler-cli: do not lower expressions in non-modules
router: don't use ParamsInheritanceStrategy in declarations
特性
5.2.2 (2018-01-25)Bug 修復
common: A null value should remove the style on IE
common: don't remove special characters when extracting CLDR data
common: extract plural function from i18n locale data files for TS 2.6
common: fallback to last defined value for named date and time formats
compiler: add support for marker tags in xliff serializers
compiler: Don't strip /*# sourceURL ... */
compiler: fix ICU select messages to use male/female/other
compiler-cli: do not fold errors past calls in the collector
compiler-cli: do not lower expressions in non-modules
router: don't use ParamsInheritanceStrategy in declarations
了解更多詳情可參閱更新日誌和發行列表。