The forms now include a radio component for managing your radio buttons in an Angular form.
Some icon shapes have been moved to a different set and this may impact your imports if you use those specific icons. Verify if you are using the following and view the icons documentation for angle-double
, bar-chart
, collapse
, line-chart
, and wand
to see which set they belong to.
ng update
Some of the changes above can be automatically migrated in an Angular CLI project by running ng update @clr/angular@0.13.0-rc.1
. You may need to run ng update @angular/core
first, and if you run into issues the best solution is to do a git reset, reinstall node modules, and try again.
This release also includes all bugfixes from the 0.12 releases.