Bug Fixes
- form: fix repeated trigger change detection (#224) (a9f2db6)
- form:checkbox: fix misplaced layout of checkbox widget (#226) (d75600e)
- form:date: fix missing nzShowTime in date widgets (#223) (a40bc13)
- st: fix filter table header in ant design 3.10 (#229) (0d70d26)
- schematics: fix duplcated alias
t
in tpl command (#231) (829f11e) - schematics: fix invalid msgSrv property in edit page (#225) (e3270e4)
- schematics: fix used translate when not i18n (#230) (93163a9)
Features
- schematics: optimization
-t
, could be set likebus/list
(#231) (829f11e) - schematics: support 1.x to 2.0 via
ng update
Document - schematics:plugin: add
icon
plugin Document - sync ng-zorro-antd 1.7.1 (#228) (9a62ea3)
BREAKING CHANGES
- module:theme: used
NzDropdownService
instead ofContextMenuService
(#234)
Bug Fixes
- form: 修复重复调用变更检测 (#224) (a9f2db6)
- form:checkbox: 修复 Checkbox 小部件错位 (#226) (d75600e)
- form:date: 修复范围日期小部件
nzShowTime
丢失 (#223) (a40bc13) - st: 修复标题错位 (#229) (0d70d26)
- schematics: 修复
tpl
自定义模板无法使用-t
参数 (#231) (829f11e) - schematics: 修复
edit
模板包含无效msgSrv
属性 (#225) (e3270e4) - schematics: 修复
ng add
非I18N包含相关代码 (#230) (93163a9)
Features
- schematics: 新增
-t
参数支持子目录 (#231) (829f11e) - schematics: 新增
ng udpate
将 1.x 升级至 2.0 文档 - schematics:plugin: 新增
icon
图标插件,自动分析并生成图标引导文件 文档 - 同步 ng-zorro-antd 1.7.1 (#228) (9a62ea3)
BREAKING CHANGES
- module:theme: 使用
NzDropdownService
替代ContextMenuService
(#234)