Releases: NG-ZORRO/ng-zorro-antd
Releases · NG-ZORRO/ng-zorro-antd
7.4.0
2019-05-19
Bug Fixes
- breadcrumb: fix input boolean and router event not caught error (#3185) (fd43ec5), closes #3186
- carousel: fix carousel in entry components (#3367) (9d495fc)
- cascader,checkbox,switch,tooltip: fix memory leak problem (#3416) (c63849f)
- drawer: fix z-index level (#3405) (663f6c1), closes #3402
- menu: submenu should not remain highlighted (#3455) (fd47605)
- modal: cannot to close in order of overlay opens when using esc (#3339) (0533c32), closes #3338
- modal: content not work in confirm mode when the type is component (#3415) (6458c57), closes #3407
- modal: should not close when mousedown in the body (#3400) (82e488a), closes #3394
- progress: fix stroke color is not updated (#3445) (80c6ed4), closes #3441
- tree,tree-select: fix the styles of connecting line (#3385) (f7e9a7c), closes #3382
Features
- card: support setting size (#3429) (2015021)
- drawer: support
nzOnCancel
for service mode (#3376) (3742eda), closes #3372 - tree-select: support customized icon (#3395) (0deda73)
Bug Fixes
- breadcrumb: 修复路由事件监听问题 (#3185) (fd43ec5), closes #3186
- carousel: 修复集成问题 (#3367) (9d495fc)
- cascader,checkbox,switch,tooltip: 修复内存泄漏问题 (#3416) (c63849f)
- drawer: 修复 z-index (#3405) (663f6c1), closes #3402
- menu: 修复子菜单高亮显示问题 (#3455) (fd47605)
- modal: 修复 esc 不能按顺序关闭模态框 (#3339) (0533c32), closes #3338
- modal: 修复确认框模式下
nzContent
为组件不生效的问题 (#3415) (6458c57), closes #3407 - modal: 修复在模态框外释放鼠标意外关闭的问题 (#3400) (82e488a), closes #3394
- progress: 修复
nzStrokeColor
设置无效的问题 (#3445) (80c6ed4), closes #3441 - tree,tree-select: 修复连接线样式 (#3385) (f7e9a7c), closes #3382
Features
7.3.3
2019-04-25
Bug Fixes
- auto-complete: enter-keydown event should not be prevent when the panel is closed (#3342) (414b428), closes #3340
- radio, tab: Fixed memory leak problem. (#3354) (7d18fef)
- table: fix table custom filter icon position & virtual scroll style (#3365) (6435ee5), closes #3357 #3348 #3359
- tree-select: add the public methods (#3335) (ee6d18b)
Bug Fixes
7.3.2
7.3.1
7.3.0
Features
- support server-side rendering (#3295) (2088459), closes #3222 #43 #2025 #2474
- support standalone/secondary entry modules (#3234)
- modal: support
nzMask
andnzMaskClosable
global config (#3033) (12cac9e) - tree: support nzBlockNode (#3270) (5129f73)
- date-picker:
nzRanges
support callback (#3304) (a231cb5), closes #1629 - date-picker: support
nzOnCalendarChange
(#3169) (4446005) - form: support hide the label colon (#3136) (663169f)
- table: expose CdkVirtualScrollViewport (#3297) (a942312), closes #3144 #3073 #2886
- table: support nzLoadingIndicator (#3299) (1f339b3), closes #3008
- time-picker: support 12-hour with
nzUse12Hours
(#3127) (7c52774) - tree, tree-select: support customize icons (#2933) (a77f6c9)
- schematics: enhance component generator (#3265) (c22eae5)
Bug Fixes
- anchor: fix scroll bar misplacement in target container (#3242) (37ac541)
- drawer: create focus trap error when
nzVisible
default value is true (#3203) (327ceca), closes #3200 - dropdown: fix dropdown expands outside the bounds of the page (#3289) (47f0aef), closes #3288
- dropdown: fix dropdown style conflict with material style (#3290) (e30a9be), closes #3241
- dropdown: fix dropdown ul list-style (#3284) (2845b57), closes #3268
- form: fix form control template driven (#3305) (032d193), closes #3211
- i18n: fix catalan translations (#3080) (81f917a), closes #2569
- input-number: blur event can't get correct current value from validation info (#3315) (ee3d94c), closes #3134
- modal: integration problem with select component (#3245) (3da4b68), closes #3213
- select: fix select disable cursor (#3287) (f5528d9), closes #3246
- select: fix select not change after option input changes (#3313) (74d996b), closes #3029
- select: fix select scroll top trigger (#3285) (1478e59), closes #3258
- steps: updateChildrenSteps bug (#3194) (8198b23), closes #3193
- table: fix table border in firefox (#3294) (82407e7), closes #3164
- tree: duplicated module import (#3286) (5c8b923)
- tree, tree-select: fix the key validity check (#3247) (87f2386), closes #3163
- upload: fix deprecated icon class property (#3230) (bc4e7da), closes #3228
- rate click event is stopped (#3262) (2b4bde4), closes #3252
- style fix patch not included (#3317) (5b02e48)
Features
- 支持服务端渲染 (#3295) (2088459), closes #3222 #43 #2025 #2474
- 支持子模块单独使用 (#3234)
- modal: 支持
nzMask
与nzMaskClosable
全局配置 (#3033) (12cac9e) - tree: 支持 nzBlockNode 选项 (#3270) (5129f73)
- date-picker:
nzRanges
支持回调函数 (#3304) (a231cb5), closes #1629 - date-picker: 支持
nzOnCalendarChange
功能 (#3169) (4446005) - form: 支持隐藏 label 的冒号 (#3136) (663169f)
- table: 导出 CdkVirtualScrollViewport (#3297) (a942312), closes #3144 #3073 #2886
- table: 支持
nzLoadingIndicator
配置 (#3299) (1f339b3), closes #3008 - time-picker: 支持 12-hour 制
nzUse12Hours
(#3127) (7c52774) - tree, tree-select: 支持定制 icons (#2933) (a77f6c9)
- schematics: 增强 component 生成器 (#3265) ([c22eae5](https://github.com...
7.2.0
Bug Fixes
- affix: set correct style of Affix after trigger resize (#3089) (ff482e0), closes #3040
- fix type of some API (#3166) (c685836)
- breadcrumb: fix auto generate not working in lazy modules (#3174) (4260a40), closes #2538
- dropdown: fix the style of CDK conflicts (#3133) (a9cd84d), closes #3075
- progress: should not set success when success percent is … (#3135) (f85c766)
- transfer: fix invalid trigger checked event in blank area (#3161) (92097b2), closes #3160 #3159
- upload: fix missing remove event when type is drag (#3114) (2b1fdd9), closes #3034 #3139 #3171
Features
- collapse: support
nzExtra
(#3177) (fbfb4da) - menu: support
nzMenuClassName
for the submenu (#3176) (15b6724) - page-header: add page-header component (#2732) (cf51c1f), closes #2710
- schematics: do not set boot page when the target file is modified (#3178) (0a3f62c)
Bug Fixes
- affix: 触发元素大小调整后重新设置
Affix
大小 (#3089) (ff482e0), closes #3040 - 修复一些 TS 类型定义 (#3166) (c685836)
- breadcrumb: 修复模块懒加载情况下根据路由自动生成的问题 (#3174) (4260a40), closes #2538
- dropdown: 修复 CDK 样式冲突 (#3133) (a9cd84d), closes #3075
- progress: 修复 success 状态异常问题 (#3135) (f85c766)
- transfer: 修复空白区域无法触发选择框的问题 (#3161) (92097b2), closes #3160 #3159
- upload: 修复移除拖拽事件的问题 (#3114) (2b1fdd9), closes #3034 #3139 #3171
Features
7.1.0
2019-03-21
Bug Fixes
- tree: fix nzMultiple and rollback code (#3060) (c917938), closes #3076
- cascader: fix columns not dropped (#3037) (72a9e67), closes #3034
- date-picker: export
year-picker
component (#3125) (c5b0af9) - modal: integrate with tabs and autosize (#3065) (4cab26f), closes #2286 #2713
- modal: simple confirm should not have cancel button (#3115) (f0a2b51), closes #3107
- tooltip: fix tooltip not render after set (#3091) (2841a2f)
Features
- message: support
nzTop
(#3047) (351135b), closes #3041 - message: support template (#3102) (d3f6655), closes #3081
2019-03-21
Bug Fixes
- tree: 修复
nzMultiple
及 其他兼容性问题 (#3060) (c917938), closes #3076 - cascader: 修复 column 未收起问题 (#3037) (72a9e67), closes #3034
- date-picker: 导出
year-picker
组件 (#3125) (c5b0af9) - modal: 修复
tabs
与autosize
的集成问题 (#3065) (4cab26f), closes #2286 #2713 - modal:
confirm
类型不应该有取消按钮 (#3115) (f0a2b51), closes #3107 - tooltip: 修复
tooltip
动态更新未渲染问题 (#3091) (2841a2f)
Features
7.0.3
Bug Fixes
Build
Bug Fixes
Build
7.0.2
Bug Fixes
- pagination: fix pagination bug (#3067) (f4948d7), closes #3049
- steps: fix steps state change error under onpush strategy (#3061) (97adb2c)
- table: fix table small size virtual scroll style (#3063) (4fa16de), closes #3050
- table: fix th check not trigger bug (#3064) (dbc33ae), closes #3028 #3056 #3058
- transfer: fix click checkbox can't trigger selection (#3030) (f077294), closes #3026
Bug Fixes
- pagination: 修复 Pagination 不随 pageIndex 变化的问题 (#3067) (f4948d7), closes #3049
- steps: 修复 Steps 在外层组件 OnPush 下的问题 (#3061) (97adb2c)
- table: 修复 Virtual Scroll 模式下 nzSize 不生效的问题 (#3063) (4fa16de), closes #3050
- table: 修复 Table 下拉筛选特殊情况下不生效的问题 (#3064) (dbc33ae), closes #3028 #3056 #3058
- transfer: 修复 Transfer 特殊情况下点击不生效的问题 (#3030) (f077294), closes #3026
7.0.1
Bug Fixes
- tree: fix default keys bug with setTimeOut (#3003) (050faa0), closes #3001
- tree: fix expand state bug for tree-select (#2997) (623a9ff)
- checkbox: fix checkbox a11y error (#3009) (42ed317), closes #3000
- fesm2015: fix fesm2015 build error (#3015) (e5b388a)
- icon: remove icon test module export (#3002) (28edb53)
- schematics: fix
add-icon-assets
schema path (#3005) (5101928) - select: fix select reset in form (#3017) (30b3d86), closes #3014
- table: fix table crash with double binding (#3007) (a2202b4), closes #3004
Bug Fixes
- tree: 修复
setTimeOut
默认值的问题 (#3003) (050faa0), closes #3001 - tree: 修复
tree-select
收起动画的问题 (#2997) (623a9ff) - checkbox: 修复 checkbox 无障碍的问题 (#3009) (42ed317), closes #3000
- fesm2015: 修复 fesm2015 打包的问题 (#3015) (e5b388a)
- icon: 移除 icon 的测试模块导出 (#3002) (28edb53)
- schematics: 修复
add-icon-assets
schema 路径 (#3005) (5101928) - select: 修复 select 在 form 中的重置问题 (#3017) (30b3d86), closes #3014
- table: 修复 table 双向绑定的问题 (#3007) (a2202b4), closes #3004