gitlab-ci-dashboard
gitlab-ci-dashboard copied to clipboard
Update dependency ng-zorro-antd to v18
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| ng-zorro-antd (source) | ^16.2.2 -> ^18.0.0 |
Release Notes
NG-ZORRO/ng-zorro-antd (ng-zorro-antd)
v18.1.1
Bug Fixes
- fix ngtypecheck reference issue caused by @angular/compiler-cli#56945 (#8699) (8e459c1)
- date-picker: fix the NG0956 warning when recreating entire collection (#8658) (70a0817)
- grid: fix the NG0955 warning in showcase (#8679) (6414c92)
- tree-select: clear selected nodes when user set value (#8693) (91927bc)
v18.1.0
Bug Fixes
- cascader: hide placeholder when trigger
compositionstartevent (#8641) (17b0ea3) - i18n: add missing translations to
pt_BR(#7790) (6fc1c78) - i18n: add scanned field to QRCode for
fr_BE,fr_CA,fr_FRandlv_LV(#8614) (9b69410) - schematics: import missing
RouterLinkin template (#8621) (032a0c2) - transfer: disabling selection does not affect selecting all (#8633) (75d8c7b)
Features
- breadcrumb: add
nzRouteFn(#6313) (6d805c4) - i18n: add
en_AU(#7919) (c4e6c8d) - icon: add
provideNzIconsandprovideNzIconsPatchAPI (#8650) (b22672d) - popconfirm: support popconfirm template context (#7989) (6d27073)
- table: support
nzSummary(#8639) (20bb5b2) - table: support
nzFixedfornzSummary(#8642) (bef12e6) - tree-select: support TemplateRef type for
nzNotFoundContent(#8638) (13e8a45), closes #8631
18.0.1 (2024-06-27)
Bug Fixes
- graph: fix @for track function (#8587) (7687ff2)
- icon: fix @for track function (#8588) (8a27bab)
- table: fix @for track function (#8593) (b275063)
- pagination: fix @for track function (#8586) (6bb95c0)
- i18n: add missing german translations
de_DE(#8605) (8d75378) - i18n: add scanned field to QRCode
fa_IR(#8597) (9c6e4bf) - table: missing no-result in fixed header table (#8574) (6cff80e)
v18.0.1
Bug Fixes
- graph: fix @for track function (#8587) (7687ff2)
- icon: fix @for track function (#8588) (8a27bab)
- table: fix @for track function (#8593) (b275063)
- pagination: fix @for track function (#8586) (6bb95c0)
- i18n: add missing german translations
de_DE(#8605) (8d75378) - i18n: add scanned field to QRCode
fa_IR(#8597) (9c6e4bf) - table: missing no-result in fixed header table (#8574) (6cff80e)
v18.0.0
⚠ BREAKING CHANGES
- collapse: change nzExpandIconPosition type from
left|righttostart|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
- date-picker: support quarter selection of date picker (#8478) (3513889), closes #7818 #7380
- qrcode: qrcode supports scanned state (#8447) (0be6178)
- rate: emit hover change when leave (#8448) (38dcc31)
- statistic: support for loading state (#8537) (21c8b62)
- table: support setting virtual height when having no data (#8457) (724d841)
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
Performance Improvements
- back-top: remove the redundant changeDetectorRef (c1e39e7)
- qr-code: improved background drawing efficiency (#8543) (db09bf7)
v17.4.1
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
Performance Improvements
- back-top: remove the redundant changeDetectorRef (c1e39e7)
- qr-code: improved background drawing efficiency (#8543) (db09bf7)
v17.4.0
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 disappered arrows of edge (#8493) (342841c)
- graph: remove NgZone dependency (#8460) (a4ec21a)
- image: missing swip 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)
v17.3.0
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
- improve schematics (#8411) (921f1c1)
- anchor: horizontal anchors (#8342) (9cc44f8)
- calendar: custom header (#8418) (ec7ec35)
- color-picker: built-in color-picker package (#8428) (534fe62)
- drawer: return componentRef when nzContent is a component (#8339) (f71162b)
- image: now supports horizontal and vertical flip (#8168) (e856515)
- image: zoom using mouse wheel (#8180) (4235c29)
- modal: draggable (#8419) (ce33294)
- modal: expose componentRef nzContent (#8389) (e53000e)
- segmented: now supports segmented with icon only (#8368) (e8dea7a)
- select: select max tag count (#8371) (18b898e)
v17.2.0
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
- color-picker: make color picker standalone (#8316) (b050474)
- tag: borderless mode (#8320) (e428083)
- timeline: allow custom color (#8335) (66a88db)
v17.1.0
Bug Fixes
- fix logic for generating directive tags (#8171) (e37eab2)
- calendar: style radio button not apply (#8298) (996e141)
- core: warning cron parser common js dependencies (#8277) (138d666)
- cron-expression: output type error (#8189) (ad02381), closes #8188
- select: input clear when nzAutoClear (#8167) (fefcb68)
- tabs: aria controls have wrong value (#8237) (d9a2d27)
- tooltip: color of the tooltip arrow does not change (#8192) (bc344ed)
- water-mark: nzWaterMark is a block element && standalone (#8197) (e4d6082), closes #8187
Features
- alert: support standalone component (#8182) (167bed0)
- anchor: support standalone component (#8185) (03cda21)
- autocomplete: support standalone component (#8193) (548e842)
- avatar: support standalone component (#8194) (4e2cb74)
- back-top: support standalone component (#8195) (db5d5f4)
- badge: support standalone component (#8201) (3d1427f)
- breadcrumb: support standalone component (#8202) (165f171)
- button: support standalone component (#8275) (3c09507)
- calendar: support standalone component (#8274) (80d68a3)
- card: component support standalone (#8273) (0902a4b)
- carousel: support standalone component (#8272) (e4244fb)
- cascader: support standalone component (#8271) (3ab6e5b)
- cdk: support standalone component (#8270) (d66bcba)
- checkbox: support standalone component (#8269) (1491fb3)
- code-editor: support standalone component (#8268) (24547c6)
- collapse: support standalone component (#8267) (dc43fa5)
- color-picker: disable alpha (#8178) (0bebd6a)
- comment: support standalone component (#8266) (5af11ea)
- core: make no-animation standalone (#8257) (de579bc)
- core: support standalone component (#8265) (c51e8da)
- cron-expression: support standalone component (#8264) (ae6ceeb)
- date-picker: support standalone component (#8263) (ac48fba)
- description: support standalone component (#8262) (128f4c0)
- divider: support standalone component (#8258) (3a7cd50)
- drawer: support standalone component (#8256) (2fbe4c0)
- dropdown: support standalone component #8254 (#8255) (c5df26f)
- empty: support standalone component (#8254) (15636d2)
- experimental-image: support standalone component (#8253) (7325781)
- flex: add flex component (#8145) (f8fedfc)
- form: support standalone component (#8252) (e742e39)
- graph: support standalone component (#8251) (d2f1d30)
- grid: support standalone component (#8250) (208652c)
- i18n: support standalone component (#8249) (a91cac7)
- icon: support standalone component (#8248) (b0dbfbc)
- image: support standalone component (#8200) (63b8777)
- input-number: support standalone component (#8246) (6210fa0)
- input: support standalone component (#8247) (0a7028c)
- layout: support standalone component (#8245) (d21f8a1)
- list: support standalone component (#8244) (1f3010f)
- mention: support standalone component (#8243) (adc5e94)
- menu: support standalone component (#8242) (4673926)
- message: support standalone component (#8241) (c2120b2)
- modal: support standalone component (#8240) (387d664)
- notification: support standalone component (#8236) (686b6b0)
- page-header: support standalone component (#8235) (aa91486)
- pagination: support standalone component (#8234) (0f1690c)
- pipes: make the css-unit pipe support more units (#8260) (5e611e7)
- pipes: support standalone component (#8233) (319381a)
- pop-confirm: support standalone component (#8232) (9d656b2)
- popover: support standalone component (#8231) (f7468e2)
- progress: support standalone component (#8230) (7022471)
- qr-code: support standalone component (#8228) (769f74c)
- radio: support standalone component (#8227) (b62ac64)
- rate: support standalone component (#8226) (90edba6)
- resizable: support standalone component (#8225) (ff14ed0)
- result: support standalone component (#8224) (572965d)
- segmented: support standalone component (#8223) (86a49d2)
- select: support standalone component (#8222) (ed0de77)
- skeleton: support standalone component (#8220) (a2858d3)
- slider: support standalone component (#8219) (428c53c)
- space: support standalone component (#8218) (a84ddef)
- spin: support standalone component (#8217) (cd23e33)
- statistics: support standalone component (#8216) (186ef60)
- steps: support standalone component (#8215) (dbb6fcb)
- switch: support standalone component (#8214) (3f6a9ed)
- table: support standalone component (#8276) (5765ae9)
- tab: support standalone component (#8213) (69dd31a)
- tag: support standalone component (#8212) (15af7c8)
- time-picker: support standalone component (#8211) (641ebb2)
- timeline: support standalone component (#8210) (b7c6859)
- tooltip: support standalone component (#8209) (125768c)
- transfer: support standalone component (#8208) (960144e)
- tree-select: support standalone component (#8206) (64ec76a)
- tree-view: support standalone component (#8205) (d4426fc)
- tree: support standalone component (#8207) (b9cf3b0)
- typography: support standalone component (#8204) (d7e387f)
- upload: support standalone component (#8203) (7cd08ae)
17.0.1 (2023-11-20)
Bug Fixes
v17.0.1
Bug Fixes
v17.0.0
Bug Fixes
- autocomplete: fix the wrong value of internal nz-auto-option (#7907) (0a312e3)
- cron-expression: exception error & cancel format prompt copy (#8114) (ea69790)
- form: wrong element to focus when clicking label (#8135) (b3d135f)
- i18n: added missing translations to pl_PL (#7950) (7819426)
- i18n: update fa_IR translations (#8143) (4f63198)
- i18n: Update fr/be/ca translations (#8137) (211db31)
- mention: page not loading entirely (#8146) (9505c7c)
- resizable: fix pointer capture bug (#8169) (a0b8a0b)
- select: do not run tick when scrolling to activated value (#8159) (7ce50b3)
- slider: step can not click the problem (#7820) (1e1c753)
- table: custom column styles collapse when using nzScroll (#8044) (fde48f9)
- tree-select: 修复回显顺序问题 (#8108) (eb4077d)
- tree: nzCheckBoxChange never emitting (#8038) (a9dc205)
Features
- affix: support standalone component (#8037) (583883c)
- hash-code: add HashCode component (#8111) (0254ee2)
- image: add scale step (#8163) (5aa4db9)
- notification: support for more custom templates (#8046) (9689c42)
- schematics: support ng-add in standalone app (#8095) (c1b61f7)
- slider: add the ability to use a template (#7505) (7c79ab3)
- table: add
nzLabelto include aria-label in checkboxes (#7903) (5834e46) - table: nzExpand supports custom icon (#7886) (1507ed0)
- tooltip,popover,popconfirm: make cdkConnectedOverlayPush open for tooltip (#8166) (a821c62)
16.2.2 (2023-10-23)
Bug Fixes
- inline cdk-overlay style (#8132) (3209d74)
- cascader: compatible with rxjs v6 (#8133) (54a5c76)
- drawer: drawer not open (#8120) (24d0664)
16.2.1 (2023-10-19)
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.