Highlights
Angular 8.0.0-rc.1
Support for Angular 8.0.0-rc.1 (#3310). This release brings Angular
minimum 8.0.0-rc.1 support for Clarity, and this Clarity major version will be supported for Angular 8 while
Angular is supported.
Deprecations
- Deprecated the
ClrDgColumnToggle
component (#3312) in favor of using the ClrCommonStrings
for internationalization.
- Deprecated the row selection option for the Datagrid, as it is not accessible (#3312), should just use regular selection options.
Bug Fixes
-
Fixed some styles so they compile with the latest Angular CLI which now uses dart-sass.
(
#3323)
-
Fixed styling issues with the Datagrid in last beta release (#3311)
-
Support better pagination template for datagrid to not say 0 of 1 page (#2947)