3.3.0
[3.3.0] - 2022-07-26
Added
- DateTime input component #314
- Tabs component #341
- Typography styles in themes #392
- Accordion component #418
Changed
-
Rating - Added support for single selection and empty symbols #428
-
Slider - Improved slider steps rendering #448
-
Components will now auto register their dependencies when they are registered in
defineComponents
import { IgcDropdownComponent, defineComponents } from 'igniteui-webcomponents'; // will automatically register the dropdown item & group elements // as well as their dependencies if any defineComponents(IgcDropdownComponent);
Check the official documentation for more information.