Scaffold
- add
PreloadOptionalModules
(#2055) - add
interpolation
in global config (#2062) - fix language key name case sensitivity (#2069)
- use
MatchControl
instead of custom equal values (#2061)
Bug Fixes
- abc:st: fix render
undefined
whensafeType
istext
(#1322) (c337d75) - form:widget:select: fix invalid
orgData
ofchange
event (#1312) (#1320) (8c12822) - sf: fix unknown keyword: "_description" in strict mode (#1327) (554abd4)
- util:convert: fix invalid
defaultValue
parament inInputBoolean
(#1323) (386690c) - util:other:deep: fix can't merge function in
deepMergeKey
(#1321) (f2f181b)
Features
- abc:se,sv: add
noColon
property (#1324) (9f2a031) - form:string: add
changeDebounceTime
,changeMap
property (#1315) (3a8a26d) - theme:i18n: add
interpolation
in global config (#1318) (e711865) - theme: add
@nz-table-even-background
(#1325) (71d3ef6) - theme: add
PreloadOptionalModules
(#1310) (6df8fd0)
Scaffold
- 新增
PreloadOptionalModules
可选预加载模块 (#2055) - 新增支持国际化插值符号配置
interpolation
(#2062) - 修复语言键名大小写敏感 (#2069)
- 优化使用
MatchControl
替代自定义两个控件值的匹配 (#2061)
Bug Fixes
- abc:st: 修复
safeType
为text
值时会渲染出undefined
文本 (#1322) (c337d75) - form:widget:select: 修复分组情况下
change
事件的orgData
参数不正确 (#1312) (#1320) (8c12822) - sf: 修复
strict
模式下产生:unknown keyword: "_description"
错误 (#1327) (554abd4) - util:convert: 修复
InputBoolean
默认值参数无效问题 (#1323) (386690c) - util:other:deep: 修复无法深度合并函数 (#1321) (f2f181b)