igniteui-webcomponents
Advanced tools
Changelog
[3.4.0] - 2022-09-07
role="alert"
to the message container for assistive software to read it without the need of focusing #479Changelog
[3.3.0] - 2022-07-26
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.
Changelog
[3.1.0] - 2022-04-15
start
and end
slots are replaced by prefix and suffix. They remain active, but are now deprecated and will be removed in a future version.