The Clarity color palette has been updated and expanded! The new color palette contains a broader range of colors for use in applications, charts, and more. Recommendations and design guidelines about the new color palette will be coming soon from the Clarity UX team.
The clrWizardPreventDefaultNext
and
clrWizardPagePreventDefaultNext
boolean inputs have been added to Clarity’s
Wizard
and WizardPage
components.
The new inputs function similarly to how Clarity’s alt-cancel functionality works, only the alt-next functionality overrides primary button actions (finish, next, and danger button clicks) at the page and wizard levels.
For more information, check out our documentation for the Clarity wizard.
With 0.9.2, Clarity has introduced new icons such as
asterisk
,
bug
,
devices
,
layers
,
bundle
etc.
With 0.9.2, you can add Spinners inside of a Button to indicate loading by using the
clrLoading
directive on a Button.
<button [clrLoading]="loading" class="btn" (click)="activateLoading()">Activate Loading</button>
clrWizardPageOnLoad
so that it emits whenever a page is made current.select
elements with size
attribute.