This is the official 4.0.0 release, which is fully compatible with Angular 10.
To update to Clarity v4, first update to Angular 10 following their
update guide. Then to update Clarity, run the update command below to have it
update necessary dependencies. Finally, review any breaking changes that might impact you and update as necessary.
ng update @clr/angular@latest
Bug Fixes
-
Hide vertical nav helper button from screen readers (#4799)
-
Fix tab content width in IE11 (#4804)
-
Fix potential undefined error in form control error message (#4817)
-
Set aria-current in wizard steps (#4905)
-
Handle possible exception in stepper with unknown first panel (#4904)
-
Fix border on last accordion panel when opened (#4873)
-
Handle Stepper bug where in some cases it threw an error when opening with conditional first panels
(#4904)
-
Reverted a change in 3.1.5 that tried to fix Ivy compatability but cause potential memory leak in some uses of
Datagrid
(#4888)
-
Removed unnecessary inline style on wizard button
(#4851)
-
Fix Combobox focus indicator animations
(#4918)
-
Fix form success and helper messages hiding when they should be visible
(#4917)