1. 程式人生 > 其它 >ng-zorro-antd 13.2.0 正式釋出

ng-zorro-antd 13.2.0 正式釋出

ng-zorro-antd 是 Ant Design 的 Angular 實現,主要用於研發企業級中後臺產品。全部程式碼開源並遵循 MIT 協議,任何企業、組織及個人均可免費使用。

ng-zorro-antd 13.2.0 現已釋出,更新內容如下:

Bug Fixes
  • carousel: 修復 nzAfterChange 回撥未正確觸發問題 (#7326) (b517bd4), closes #7323
  • cascader: 修復 hover 模式選項框無法錯誤隱藏問題 (#7381) (3d41ce0)
  • cascader: 修復選項框超出區域被遮擋問題 (#7306) (4c669a5)
  • i18n: 修復部分翻譯缺失問題 (#7364) (64e1c7c)
  • list: 修復 NgZone.onStable 事件後未正確觸發髒值檢測問題 (#7314) (425f8df)
  • modal: 關閉彈窗過程中忽略點選確認取消按鈕行為 (#7336) (d169452)
  • popconfirm: 修復 nzPopconfirmVisibleChange 未觸發問題 (#7338) (561041c)
  • upload: 修復在 Firefox 91/92 版本中拖拽檔案會開啟新頁面問題 (#7190) (9b51874)
Features
  • code-editor: 支援設定自定義配置以支援 monaco editor 配置 (#7121) (21ec517)
  • code-editor: 支援在 NZ_CONFIG 定義 window.MonacoEnvironment (#7359) (4dfd9cd), closes #6502
  • image: 支援點選鍵盤左右方向鍵切換圖片 (#7321) (b5f82b5)
  • input-number: 增加 nzReadOnly 屬性支援只讀方式 (#7372) (0da7496), closes #7369
Performance Improvements
  • anchor: 使用 passive 改善的滾屏效能 (#7330) (aab060f)
  • back-top: 使用 passive 改善的滾屏效能 (#7329) (7f3c4e1)
  • cascader: 減少觸發不必要的髒值檢測 (#7312) (cb803f9)
  • image: 減少觸發不必要的髒值檢測 (#7309) (752a5b6)
  • input-number: 減少觸發不必要的髒值檢測 (#7313) (54386ef)
  • modal: 優化在不同裝置上渲染幀率效果 (#7293) (106d346)
  • resizable: 使用 passive 改善效能 (#7331) (518997b)
  • tree-view: 減少觸發不必要的髒值檢測 (#7307) (1e0872b)