8.3.0
2019-09-09
Bug Fixes
- cascader: support falsy value expect for undefined and null (#4119) (0cb44ac), closes #4110
- editor: fix type any (#4105) (bd720fb), closes #4099
- i18n: fix i18n interface and Traditional Chinese (#4102) (bb9e89f), closes #4080
- i18n: fix Russian i18n file (f267bdd)
- i18n: missing catalan translations added (#4116) (c530c74)
- tabs: fix selected index not updated (#4094) (1e76e37), closes #3873
Features
- *: support global config (#3613) (6eb041a)
- i18n: support for Romanian locale (#4068) (207e178)
- modal: support for custom close icons (#4072) (06b895e)
- progress: support nzTooltipPlacement (#4007) (d6a2968)
- steps: support navigation type and nzDisable nzSubtitle (#4064) (272dc98), closes #3931
Performance Improvements
Bug Fixes
- cascader: 支持假值, 除了
null
/undefined
) (#4119) (0cb44ac), closes #4110 - editor: 修复
any
类型 (#4105) (bd720fb), closes #4099 - i18n: 修复繁体中文国际化与类型定义 (#4102) (bb9e89f), closes #4080
- i18n: 修复俄罗斯国际化 (f267bdd)
- i18n: 修复加泰罗尼亚国际化 (#4116) (c530c74)
- tabs: 修复选中索引未更新的问题 (#4094) (1e76e37), closes #3873
Features
- *: 支持全局配置 (#3613) (6eb041a)
- i18n: 添加罗马尼亚国际化 (#4068) (207e178)
- modal: 支持自定义关闭标签 (#4072) (06b895e)
- progress: 支持
nzTooltipPlacement
属性 (#4007) (d6a2968) - steps: 支持
navigation
类型添加nzDisable
nzSubtitle
(#4064) (272dc98), closes #3931