Skip to content

Releases: NG-ZORRO/ng-zorro-antd

18.1.1

21 Aug 06:43
175f47b
Compare
Choose a tag to compare

18.1.1

2024-08-20

Bug Fixes


18.1.1

2024-08-20

Bug Fixes

18.1.0

26 Jul 08:01
1b805bb
Compare
Choose a tag to compare

18.1.0

2024-07-25

Bug Fixes

  • cascader: hide placeholder when trigger compositionstart event (#8641) (17b0ea3)
  • i18n: add missing translations to pt_BR (#7790) (6fc1c78)
  • i18n: add scanned field to QRCode for fr_BE, fr_CA, fr_FR and lv_LV (#8614) (9b69410)
  • schematics: import missing RouterLink in template (#8621) (032a0c2)
  • transfer: disabling selection does not affect selecting all (#8633) (75d8c7b)

Features


18.1.0

2024-07-25

Bug Fixes

  • cascader: compositionstart 事件触发时隐藏 placeholder (#8641) (17b0ea3)
  • i18n: 更新 pt_BR 国际化文案 (#7790) (6fc1c78)
  • i18n: 更新 fr_BE, fr_CA, fr_FR, lv_LV 国际化文案 (#8614) (9b69410)
  • schematics: 修复模板中 RouterLink 引入缺失问题 (#8621) (032a0c2)
  • transfer: 修复选项全部禁用后全选按钮仍可点击 (#8633) (75d8c7b)

Features

  • breadcrumb: 新增 nzRouteFn 以格式化面包屑路由 (#6313) (6d805c4)
  • i18n: 添加国际化文案 en_AU (#7919) (c4e6c8d)
  • icon: 新增 provideNzIconsprovideNzIconsPatch API (#8650) (b22672d)
  • popconfirm: 新增支持 nzPopconfirmTitleContext 上下文 (#7989) (6d27073)
  • table: 新增支持 nzSummary 总结栏 (#8639) (20bb5b2)
  • table: 总结栏支持 nzFixed 固定 (#8642) (bef12e6)
  • tree-select: nzNotFoundContent 支持 TemplateRef 类型 (#8638) (13e8a45)

18.0.1

28 Jun 02:29
893b180
Compare
Choose a tag to compare

18.0.1

2024-06-27

Bug Fixes


18.0.1

2024-06-27

Bug Fixes

18.0.0

19 Jun 02:08
1f137a3
Compare
Choose a tag to compare

18.0.0

2024-06-06

⚠ BREAKING CHANGES

  • collapse: change nzExpandIconPosition type from left | right to start | end (#8561) (3ad5674)
  • no longer use inline JavaScript in Less (#8552) (7e873c8)

No need to wrap Less functions provided by antd (including colorEasing, colorPalette, tinycolor) with ~`` anymore.

- color(~`colorPalette('@{primary-color}', 5)`)
+ color(colorPalette('@{primary-color}', 5))

Bug Fixes

  • cascader,select,time-picker,tooltip,tree-select: take in account shadow dom when getting the target of an event (#7853) (843b703)
  • tooltip: fix arrow color when custom color (#8555) (92c586b)
  • upload: prevent drop event for firefox only (#8551) (c6e7bd7)
  • rate: half value when allow half is false (#8536) (7742fe3)

Features


18.0.0

2024-06-06

⚠ BREAKING CHANGES

  • collapse: nzExpandIconPosition 类型从 left | right 变更为 start | end (#8561) (3ad5674)
  • Less 中不再使用 inline JavaScript (#8552) (7e873c8)

使用 antd 提供的 Less 函数时不再需要用 ~`` 包裹,例如:

- color(~`colorPalette('@{primary-color}', 5)`)
+ color(colorPalette('@{primary-color}', 5))

受影响的函数包括:colorEasingcolorPalettetinycolor

Bug Fixes

  • cascader,select,time-picker,tooltip,tree-select: 修复在 shadow DOM 中获取 EventTarget 异常问题 (#7853) (843b703)
  • tooltip: 修复箭头颜色未被自定义颜色覆盖问题 (#8555) (92c586b)
  • upload: 仅在 firefox 浏览器中阻止拖拽事件 (#8551) (c6e7bd7)
  • rate: 修复 nzAllowHalffalse 时展示半星 (#8536) (7742fe3)

Features

17.4.1

24 May 09:34
a2a4330
Compare
Choose a tag to compare

17.4.1

2024-05-24

Bug Fixes

  • card: use skeleton instead to card-loading-content (#8528) (a36ebd3)
  • color-picker: avoid emitted twice nzOnChange event (#8530) (5dea059)
  • list: static query list-item-action template (#8527) (85301e0)
  • popconfirm: fix message icon style (#8511) (4f1f9bb)
  • tooltip,popover,popconfirm: fix hydration error (#8512) (5009ec0)

Features

  • popconfirm: popconfirm support for nzOkDisabled (#8542) (8c247db)

Performance Improvements

  • back-top: remove the redundant changeDetectorRef (c1e39e7)
  • qr-code: improved background drawing efficiency (#8543) (db09bf7)

17.4.1

2024-05-24

Bug Fixes

  • card: 使用 skeleton 代替 card-loading-content (#8528) (a36ebd3)
  • color-picker: 避免两次 nzOnChange 事件 (#8530) (5dea059)
  • list: 静态查询列表项操作模板 (#8527) (85301e0)
  • popconfirm: icon 样式丢失 (#8511) (4f1f9bb)
  • tooltip,popover,popconfirm: SSR 引入的异常 (#8512) (5009ec0)

Features

  • popconfirm: popconfirm 确认按钮支持禁用 (#8542) (8c247db)

Performance Improvements

  • back-top: 删除多余的 changeDetectorRef (c1e39e7)
  • qr-code: 提高背景绘制效率 (#8543) (db09bf7)

17.4.0

19 Apr 07:44
e9fc4ee
Compare
Choose a tag to compare

17.4.0

2024-04-19

Bug Fixes

  • autocomplete: remove NgZone dependency (#8462) (24bb1bc)
  • button: add ant-btn-default class (#8501) (1588199)
  • calendar: year dropdown update issue when date is changed programmatically (#8286) (ee68a2c)
  • date-picker: remove unsafe style (#8458) (e6b83eb)
  • drawer: remove inline style to resolve CSP issue (#8065) (5e89441)
  • graph: bring back the disappeared arrows of edge (#8493) (342841c)
  • graph: remove NgZone dependency (#8460) (a4ec21a)
  • icon: missing swap icon (#8433) (f1a4050)
  • image: wrong next/prev btn in rtl mode (#8468) (886138d)
  • list: remove NgZone dependency (#8439) (1ec0e76)
  • notification: nzMaxStack initial value error (#8451) (2c09162)
  • pagination: add accessible name for nz-pagination-item (#8476) (47ee143)
  • slider: fix the style of markers in vertical mode (#8494) (9bcce6c)
  • tag: borderless style is invalid in default state (#8495) (b35e6d6), closes #8492
  • typography: remove NgZone dependency (#8440) (af7fb5d)
  • upload: remove inline style to resolve CSP issue (#8064) (1ac84a8)

Features

  • modal: supports masked layer response for each click (#8429) (31b90fa)
  • notification: popup order adjustment (#8450) (742f14a)
  • select: support nzOptionHeightPx in global config (#8504) (4efc5ab), closes #8503
  • skeleton: support for square shape of skeleton button (#8481) (af1483a)

17.4.0

2024-04-19

Bug Fixes

Features

17.3.0

12 Mar 06:02
66d84d1
Compare
Choose a tag to compare

17.3.0

2024-03-11

Bug Fixes

  • doc: replaced link for monaco editor options (#8393) (fdfc816)
  • docs: fix progress, code-editor docs error (#8383) (407e76a)
  • select: issue with nzScrollToBottom while display scaling (#8355) (bb0468e)
  • avatar: avatar not re-scaling properly (#8365) (e7b1fa0)
  • carousel: not adapting to new size when resizing (#8374) (6e1decb)
  • cdk: zIndex is not used properly when creating overlay (#8373) (b932d65)
  • i18n: add missing pt texts (#8426) (d575c53)
  • i18n: added missing translations to ja_JP (#8290) (662b730)
  • i18n: added missing translations to vi_VN (#8295) (987a799)
  • tabs: slide indicator missing in small screens (#8372) (a0b08be)
  • tabs: wrong cursor (#8386) (3dc1579)

Features


17.3.0

2024-03-11

Bug Fixes

Features

17.2.0

29 Jan 06:29
18a04b7
Compare
Choose a tag to compare

17.2.0

2024-01-29

Bug Fixes

  • table: add missing import to nz-table-inner-scroll (#8328) (936317e)
  • tree-select: fix search box exception when Chinese search (#8324) (aacd62b)
  • pipeline job failed (#8367) (6024bcc)

Features


17.2.0

2024-01-29

Bug Fixes

  • table: 修复 nz-table-inner-scroll 未正确 import 问题 (#8328) (936317e)
  • tree-select: 修复中文搜索异常问题 (#8324) (aacd62b)
  • 修复 pipeline 依赖报错问题 (#8367) (6024bcc)

Features

17.1.0

10 Jan 08:07
1a080a0
Compare
Choose a tag to compare

17.1.0

2023-12-17

Bug Fixes

Features

Read more

17.0.1

21 Nov 02:59
43b34ae
Compare
Choose a tag to compare

17.0.1

2023-11-20

Bug Fixes

  • schematics: cannot generate files and add default builders (#8176) (de8a6b7)

17.0.1

2023-11-20

Bug Fixes

  • schematics: 修复 schematics 命令问题 (#8176) (de8a6b7)