Clarity Icons can now accept non-SVG elements. This allows users to create shortcut references for PNGs, JPGs, or
even span
tags that reference icon font glyphs.
More documentation on this feature will be coming soon but for now you can add HTML elements to Clarity Icons
using the add
method.
ClarityIcons.add("your-custom-icon", "
");
The new Clarity wizard has had two new inputs added to the clr-wizard
component.
When set to true, the [clrWizardPreventNavigation]
input freezes navigation to the
current page. This means that a user can no longer click buttons, the close "X", or the stepnav links on the left
to go to a different page in the wizard.
0.9.7 also introduces the [clrWizardDisableStepnav]
input on the
clr-wizard
component. When set to true, this input only disables the links in the
stepnav.
More documentation and the working example can be found in the wizard documentation .
Expression has changed after it was checked
error when using
*ngIf
to hide/show the datagrid.
input[type="datetime-local"]
readonly
input fields