1.1.0
Bug Fixes
- cascader: fix custom render with nzClear (#1676) (c683bc3), closes #1646
- autocomplete: AOT compiler requires public properties (#1686) (a1f326d), closes #1683
- card: fix card loading style (#1696) (70cb591), closes #1695
- date-picker: fix date display of the end part is not as expected (#1709) (b1a1235), closes #1693
- nz-alert: emit close after fade animation is done (#1667) (6b31ca3), closes #1666
- select: move select ovarlay to the last of container (#1673) (442e3f3), closes #1672 #1643
- table: fix table th filter & style bug (#1674) (1a4332a), closes #1671 #1660
- tree-select: position error when in the modal-box (#1687) (43910f9), closes #1681
- ng-add: remove compiled css from styles when use custom theme (#1655) (fc67ce5)
- showcase: use differenceInCalendarDays to do judgement with days for date-picker's demo (#1648) (7d593e6)
Features
Bug Fixes
- cascader: 修复 nzClear 后不生效的问题 (#1676) (c683bc3), closes #1646
- autocomplete: 修复 AutoComplete 在 AoT 编译下的问题 (#1686) (a1f326d), closes #1683
- card: 修复 Card 的 loading 样式问题 (#1696) (70cb591), closes #1695
- date-picker: 修复 DatePicker 在跨日期选择下的时间展示问题 (#1709) (b1a1235), closes #1693
- nz-alert: 修复 close 事件的逻辑 (#1667) (6b31ca3), closes #1666
- select: 修复 select 在弹出框中的顺序问题 (#1673) (442e3f3), closes #1672 #1643
- table: 修复 table 中 重置 filter 及 表头滚动条样式问题 (#1674) (1a4332a), closes #1671 #1660
- tree-select: 修复 TreeSelect 在弹出框中的下拉菜单定位问题 (#1687) (43910f9), closes #1681
- ng-add: 修复使用 ng add 多次执行后的样式导入问题 (#1655) (fc67ce5)
- showcase: 修复文档中 DatePicker 禁止时间范围的问题 (#1648) (7d593e6)