igniteui-webcomponents
Advanced tools
Changelog
[4.10.0] - 2024-07-01
inputmode
property. Aligned with the native inputMode
DOM property instead.undefined
to value sets the underlying input value to undefined #1206reset
call correctly update underlying input value and placeholder state--ig-size
on the item indicator
CSS Part will now change the size of the iconigcChange
in certain scenariosChangelog
[4.9.0] - 2024-04-30
selectedItems
property #1168validateOnly
to enable validation rules being enforced without restricting user input #1178positionStrategy
property. The dropdown now uses the Popover API to render its container in the top layer of the browser viewport,
making the property obsolete.Changelog
[4.8.2] - 2024-04-15
igcClosed
fired before the component was actually closed/hidden.Changelog
[4.8.1] - 2024-04-08
inputFormat
is not applied to an already set value #1114Changelog
[4.8.0] - 2024-03-20
groupSorting
to none
which shows the groups in the order of the provided data. #1026groupSorting
property now affects the sorting direction only of the groups.
Behavioral change
In previous release the sorting directions of the groups sorted the items as well. If you want to achieve this behavior you can pass already sorted data to the Combo component.aria-label-upper
and aria-label-lower
are deprecated and will be removed in the next major release. Use thumb-label-upper
and thumb-label-lower
instead.Changelog
[4.7.0] - 2024-01-05
Tree - Added toggleNodeOnClick
property that determines whether clicking over a node will change its expanded state or not. Defaults to false
. #1003.
Rating - allowReset
added. When enabled selecting the same value will reset the component #1014.
Behavioral change
In previous releases this was the default behavior of the rating component. Make sure to set allowReset
if you need to keep this behavior in your application.
Changelog
[4.6.0] - 2023-12-05
action
slot added to Snackbar #974indicator-expanded
slot added to Expansion panel #982toggle-icon-expanded
slot added to Select #983selectedItem
, items
and groups
gettersChangelog
[4.5.0] - 2023-10-09
size
property and attribute have been deprecated for all components. Use the --ig-size
CSS custom property instead.
The following example sets the size of the avatar component to small:
igc-avatar {
--ig-size: var(--ig-size-small);
}
Changelog
[4.4.0] - 2023-08-30
<form>
and behave like a browser-provided control:
minlength
property is deprecated and will be removed in the next major version. Use minLength
instead.maxlength
property is deprecated and will be removed in the next major version. Use maxLength
instead.readonly
property is deprecated and will be removed in the next major version. Use readOnly
instead.readonly
property is deprecated and will be removed in the next major version. Use readOnly
instead.readonly
property is deprecated and will be removed in the next major version. Use readOnly
instead.minValue
property is deprecated and will be removed in the next major version. Use min
instead.maxValue
property is deprecated and will be removed in the next major version. Use max
instead.readonly
property is deprecated and will be removed in the next major version. Use readOnly
instead.dir
attribute which shadowed the default one. This is a non-breaking change.ariaLabel
shadowed property. This is a non-breaking change.ariaLabelledBy
shadowed attribute. This is a non-breaking change.ariaLabelledBy
shadowed attribute. This is a non-breaking change.ariaLabelledBy
shadowed attribute. This is a non-breaking change.