ng-zorro-antd
Advanced tools
Changelog
18.0.0 (2024-06-06)
left
| right
to start
| end
(#8561) (3ad5674)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))
Changelog
17.4.1 (2024-05-24)
Changelog
17.4.0 (2024-04-19)
Changelog
17.3.0 (2024-03-11)
Changelog
17.1.0 (2023-12-17)
Changelog
17.0.0 (2023-11-18)
nzLabel
to include aria-label in checkboxes (#7903) (5834e46)