Clarity has had deprecated methods for the ClarityModule, both which have been removed in this release. They are not utilized and if you use them just simply remove them so anywhere you import Clarity should just be ClarityModule
in your imports array.
ng update
Clarity can now be updated using Angular CLI v6+ by simply running the following:
ng update @clr/angular@next
. The
@next
tag is necessary only while Clarity 0.13 is in prerelease, afterwards it won't be necessary. You can use this
with any Angular CLI project, even if you've already started to work on it. You may need to run ng update @angular/core
first to update Angular.
The new forms now have a Select component, which provides validation and behaviors for the HTML select element.
You can now pass in stronger typing information into Datagrid components. See PR 2347 for more details.