Releases: IgniteUI/igniteui-webcomponents
Releases · IgniteUI/igniteui-webcomponents
2.2.0-beta.0
Added
- Drop Down component
2.1.1
Added
-
Control border radius and elevation from
--igc-radius-factorand--igc-elevation-factor:Example:
/* Make all components square and remove all shadows */ :root { --igc-radius-factor: 0; --igc-elevation-factor: 0; }
2.1.0
Added
- Linear Progress component
- Circular Progress component
- Chip component
- Snackbar component
- Toast component
- Rating component
- Component themes can be changed at runtime by calling the
configureTheme(theme: Theme)function
2.1.0-beta.1
Added
- Linear Progress component
- Circular Progress component
- Chip component
- Snackbar component
- Toast component
- Rating component
- Component themes can be changed at runtime by calling the
configureTheme(theme: Theme)function
2.1.0-beta.0
Added
- Linear Progress component
- Circular Progress component
- Chip Component
- Snackbar Component
- Toast Component
- Component themes can be changed at runtime by calling the
configureTheme(theme: Theme)function
2.0.0
Added
- Dark Themes
- Slider component
- Range Slider component
- Support
requiredproperty in Radio component.
Changed
- Fix checkbox/switch validity status
- Split Calendar component's
value: Date | Date[]property into two properties -value: Dateandvalues: Date[] - Replaced Calendar component's
hasHeaderproperty &has-headerattribute withhideHeader&hide-headerrespectively. - Replaced Card component's
outlinedproperty withelevated.
Removed
- Removed
igcOpening,igcOpened,igcClosingandigcClosedevents from Navigation drawer component.
2.0.0-rc.0
Added
- Dark Themes
- Slider component
- Range Slider component
- Support
requiredproperty in Radio component.
Changed
- Fix checkbox/switch validity status
- Split Calendar component's
value: Date | Date[]property into two properties -value: Dateandvalues: Date[] - Replaced Calendar component's
hasHeaderproperty &has-headerattribute withhideHeader&hide-headerrespectively. - Replaced Card component's
outlinedproperty withelevated.
Removed
- Removed
igcOpening,igcOpened,igcClosingandigcClosedevents from Navigation drawer component.
2.0.0-beta.1
Added
- Dark Themes
- Slider component
- Range Slider component
- Support
requiredproperty in Radio component.
Changed
- Fix checkbox/switch validity status
- Split Calendar component's
value: Date | Date[]property into two properties -value: Dateandvalues: Date[] - Replaced Calendar component's
hasHeaderproperty &has-headerattribute withhideHeader&hide-headerrespectively. - Replaced Card component's
outlinedproperty withelevated.
Removed
- Removed
igcOpening,igcOpened,igcClosingandigcClosedevents from Navigation drawer component.
2.0.0-beta.0
Added
- Dark Themes
- Slider component
- Range Slider component
Changed
- Fix checkbox/switch validity status
- Split Calendar component's
value: Date | Date[]property into two properties -value: Dateandvalues: Date[] - Replaced Calendar component's
hasHeaderproperty &has-headerattribute withhideHeader&hide-headerrespectively. - Replaced Card component's
outlinedproperty withelevated.
1.0.0
Components
- Avatar component
- Badge component
- Button component
- Calendar component
- Card component
- Checkbox component
- Form component
- Icon component
- Icon button component
- Input component
- List component
- Navigation bar component
- Navigation drawer component
- Radio group component
- Radio component
- Ripple component
- Switch component