You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Sampler) 🚀 External themes support. Sampler can now be used to develop custom themes.
(Sampler) 🚀 Brand new improved user interface.
(Sampler) Widget page that aims to provide examples of some well-known components that won't be added to the project, but can be easily created using existing controls and a bit of CSS. First examples: Card, Message, Stepper, Tag.
(Base) New control: RingProgressIndicator. Like ProgressIndicator, but fully customizable and uses arc instead of fill to indicate progress value.
(Base) New skin: ProgressSliderSkin. A slider with color track.
(Base) New Breadcrumbs API to provide more control customization.
Anything that extends ButtonBase can be used as Breadcrumbs item.
Divider is now customizable via corresponding factory.
(Base) New utility: PasswordTextFormatter. An alternative to the PasswordField, the formatter that (un)masks TextField content based on boolean property.