Releases: IgniteUI/igniteui-webcomponents
Releases · IgniteUI/igniteui-webcomponents
4.5.0 Beta 1
What's Changed
- refactor(nav-drawer): consume colors from navdrawer schema by @desig9stein in #885
- style(stylelint, prettier): update stylelint config by @simeonoff in #896
- build: Updated test setup to use playwright runner by @rkaraivanov in #898
- fix type=module issue due to lack of file extension by @gmurray81 in #904
- build: Fix ESM import paths by @rkaraivanov in #901
- chore: Fixed storybook source code preview by @rkaraivanov in #906
- build: Dropped node v16 from pipelines by @rkaraivanov in #907
- build: Bumped dependencies by @rkaraivanov in #908
- fix(calendar): Rotate the month navigation arrows 180deg if the dir attr is set to rtl by @desig9stein in #900
- fix(combo): fix combo dropdown items position is safari by @desig9stein in #903
- chore: Storybook RTL context refactor by @rkaraivanov in #910
- fix(checkbox): indigo theme color fixes by @SisIvanova in #911
- refactor(icon): use em for width and height of the icons. by @desig9stein in #897
- refactor(*): don't depend on value of size for styling by @simeonoff in #891
- deps(theming): bump to latest version by @simeonoff in #913
Full Changelog: 4.4.0...4.5.0-beta.1
4.4.0
Please refer to CHANGELOG.md for details.
4.3.1
Please refer to CHANGELOG.md for details.
4.3.0
Added
- Combo: Added
matchDiacritics
to the filtering options property. Defaults tofalse
.
If set totrue
the filter distinguishes between accented letters and
their base letters. Otherwise strings are normalized and then matched. - Combo: Added
selection
property which returns the current selection as an array of data objects. - Card: Support explicit height
- Dialog: Added animations
- Snackbar: Added animations
- Toast: Added animations
Changed
- Combo:
value
is no longer readonly and can be explicitly set. The value attribute also supports declarative binding,
accepting a valid JSON stringified array. - Combo:
value
type changed fromstring[]
toComboValue<T>[]
whereComboValue<T> = T | T[keyof T]
- Combo:
igcChange
event object properties are also changed to reflect tee newvalue
type:interface IgcComboChangeEventArgs<T> { newValue: ComboValue<T>[]; items: T[]; type: ComboChangeType; }
Deprecated
- Select: Deprecated
sameWidth
,positionStrategy
andflip
. They will be removed in the next major release.
Fixed
- Select: prefix/suffix/helper-text slots not being rendered #722
- Tabs: Nested tabs selection #713
- Dialog: Backdrop doesn't overlay elements #727
- Dropdown: Listbox position on initial open state #723
- Stepper: Stretch vertically in parent container #738
- Navbar: Wrong colors in fluent theme #719
- Animation player throws errors when height is unspecified #793
- DateTimeInput: Intl.DateTimeFormat issues in Chromium based browsers #803
4.3.0-beta.0
refactor(select): deprecate `sameWidth` and `positionStrategy` (#791) * refactor(select): deprecate `sameWidth` and `positionStrategy` Change position strategy from `absolute` to `fixed`. Closes #789 --------- Co-authored-by: Stamen Stoychev <sstoychev@infragistics.com> Co-authored-by: Damyan Petev <damyanpetev@users.noreply.github.com> Co-authored-by: Radoslav Karaivanov <rkaraivanov@infragistics.com>
4.3.0-alpha.0
fix(combo): parent overflow issues (#785) * fix(combo): parent overflow hidden issues Closes #781
4.2.3
[4.2.3] - 2023-04-03
Deprecated
- Dialog - Property
closeOnEscape
is deprecated in favor of new propertykeepOpenOnEscape
.
Fixed
4.2.2
[4.2.2] - 2023-03-07
Deprecated
- Button - The prefix/suffix slots are no longer needed and will be removed in the next major release.
Fixed
- Button - UI inconsistencies #675, #679
- Calendar - Fluent theme inconsistencies #653, #672
- Combo - Selection via API doesn't work on a searched list #649
- Dialog - Fluent theme inconsistency #603
- Input - UI inconsistencies #657, #658
- Toast - Fluent theme inconsistency #668
- Components missing in defineAllComponents #691
- Wrong host sizes for Avatar, Badge, Button and Icon Button #669