Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
18.2.4
What's Changed
- refactor(tabs): Match design to the latest Web Components repo changes by @desig9stein in #15030
- fix(query-builder): delete empty groups - 18.2.x by @igdmdimitrov in #15013
- fix(datepicker): fix header title templating by @didimmova in #15045
- feat(themes): add theme property to components by @didimmova in #15061
- fix(date-range): projected input focus restore on consecutive close by @damyanpetev in #14951
- refactor(list): item gaps and margins by @SisIvanova in #15066
- fix(avatar): src is not encoded as URI by @simeonoff in #15069
- fix(checkbox): tickmark not rendered correctly in indigo theme by @simeonoff in #15067
- fix(themes): add missing igx-icon-button deps by @simeonoff in #15077
Full Changelog: 18.2.3...18.2.4
17.2.26
What's Changed
- fix(query-builder): delete empty groups - 17.2.x by @igdmdimitrov in #15035
- fix(datepicker): fix header title templating by @didimmova in #15046
- fix(date-range): projected input focus restore on consecutive close by @damyanpetev in #14956
- fix(avatar): src is not encoded as URI by @simeonoff in #15070
- fix(themes): add missing igx-icon-button deps by @simeonoff in #15078
Full Changelog: 17.2.25...17.2.26
19.0.0-beta.0
What's Changed
- fix(textarea): disabled state cursor by @SisIvanova in #14952
- fix(expansion-panel): bootstrap typography by @SisIvanova in #14961
- chore(*): roadmap-update-18.2 by @radomirchev in #14981
- docs: update readme references by @emmanuel-ferdman in #14901
- ci(*): update puppeteer to latest by @damyanpetev in #14971
- chore(deps): bump cookie, express and socket.io by @dependabot in #14982
- feat(grid): console.warn if primaryKey column does not exist by @ddaribo in #14945
- fix(editing): re-trigger activation clear on endedit #14842 by @ChronosSF in #14984
- fix(ExcelExport): Remove the not supported null char. #14944 by @gedinakova in #14980
- fix(navigation-drawer): fix ARIA role issue warning. by @desig9stein in #14976
- refactor(combo): only handle selection set in id setter - master by @ddaribo in #14959
- Fixed header height issue for grouped headers by @MarielaTihova in #14788
- fix(combo): update touched property and apply invalid color on blur when required - follow-up - master by @Zneeky in #14963
- fix(grid,filtering): expression tree interface optional find methods by @damyanpetev in #15017
- Filter grid correctly with case insensitive duplicate records - master by @MonikaKirkova in #14969
- chore(demos): update use of filterGlobal to clear with empty input by @damyanpetev in #14960
- fix(for-of): removing warnings about passive listeners by @ChronosSF in #14914
- refactor(tabs): remove unnecessary styles by @SisIvanova in #15028
- test(hgrid): fix flicker for scrolling inside hierarchical grid by @dkamburov in #15010
- test(combo): fix flickering scroll test by @damyanpetev in #15039
- fix(dropdown): fix typography for boostrap and fluent themes by @desig9stein in #15036
- refactor(time-picker): remove redundant styles by @SisIvanova in #14950
- fix(dialog): fix dialog discrepancies whit the UI kit by @desig9stein in #15032
- fix(slider): ensure upper thumb reaches maxValue with decimal steps - master by @georgianastasov in #15022
- refactor(tabs): Match design to the latest Web Components repo changes by @desig9stein in #15029
- feat(grid-summary): summary disabling with disabledSummaries property by @georgianastasov in #15006
- fix(query-builder): delete empty groups - master by @igdmdimitrov in #15012
- fix(datepicker): fix header title templating by @didimmova in #15044
- feat(themes): add theme property to components by @didimmova in #15056
- fix(date-range): projected input focus restore on consecutive close by @damyanpetev in #14955
- refactor(grids): check if primaryKey exists as a field in the data instead of in the columns by @ddaribo in #15052
- refactor(i18n): satisfies operator to validate resource string objects by @damyanpetev in #14781
- refactor(list): item gaps and margins by @SisIvanova in #15063
New Contributors
- @emmanuel-ferdman made their first contribution in #14901
Full Changelog: 18.2.0...19.0.0-beta.0
18.2.3
What's Changed
- fix(navigation-drawer): fix ARIA role issue warning by @desig9stein in #14977
- refactor(combo): only handle selection set in id setter - 18.2.x by @ddaribo in #14964
- Fixed header height issue for grouped headers by @MarielaTihova in #15001
- fix(combo): update touched property and apply invalid color on blur when required - follow-up - 18.2.x by @Zneeky in #14967
- fix(grid,filtering): expression tree interface optional find methods by @damyanpetev in #15018
- Filter grid correctly with case insensitive duplicate records - 18.2.x by @MonikaKirkova in #14946
- test(hgrid): fix flicker for scrolling inside hierarchical grid by @damyanpetev in #15031
- refactor(time-picker): remove redundant styles by @SisIvanova in #14927
- test(combo): fix flickering scroll test by @damyanpetev in #15041
- fix(dropdown): fix typography for boostrap and fluent themes by @desig9stein in #15037
- deps(theming): bump theming package to version 14.2.0 by @simeonoff in #15042
- fix(slider): ensure upper thumb reaches maxValue with decimal steps - 18.2.x by @georgianastasov in #15023
- fix(dialog): fix dialog discrepancies whit the UI kit by @desig9stein in #15033
Full Changelog: 18.2.2...18.2.3
17.2.25
What's Changed
- fix(navigation-drawer): fix ARIA role issue warning by @desig9stein in #14978
- refactor(combo): only handle selection set in id setter - 17.2.x by @ddaribo in #14966
- fix(combo): update touched property and apply invalid color on blur when required - follow-up - 17.2.x by @Zneeky in #14968
- fix(query-builder): delete empty groups - 17.2.x by @igdmdimitrov in #15014
- Filter grid correctly with case insensitive duplicate records - 17.2 by @MonikaKirkova in #14948
- fix(dropdown): fix typography for boostrap and fluent themes by @desig9stein in #15038
- fix(dialog): fix dialog discrepancies whit the UI kit by @desig9stein in #15034
- fix(slider): ensure upper thumb reaches maxValue with decimal steps - 17.2.x by @georgianastasov in #15024
Full Changelog: 17.2.24...17.2.25
18.2.2
What's Changed
- ci(*): update puppeteer to latest by @damyanpetev in #14983
- fix(editing): re-trigger activation clear on endedit #14842 by @ChronosSF in #14894
- fix(ExcelExporter): Remove the null char from cell value by @gedinakova in #14995
- test(combo): fixing combo test with new puppeteer (cherrypick from master) by @ChronosSF in #14994
Full Changelog: 18.2.1...18.2.2
18.3.0-beta.1
Includes:
- Rehydration of the expression tree
- Capability to commit inner query without conditions
- Entity & return fields selection indepent of the and/or group
17.2.24
What's Changed
- fix(ExcelExporter): Remove the null char from cell value by @gedinakova in #14996
Full Changelog: 17.2.23...17.2.24
18.3.0-beta.0
Includes:
- new API methods for commit & discard all edited expressions
- using the FieldType's formatter function to allow the chip to display values of different types
- better way of handling the inner trees' states
18.2.1
What's Changed
- fix(textarea): disabled state cursor by @SisIvanova in #14953
- fix(expansion-panel): bootstrap typography by @SisIvanova in #14855
Full Changelog: 18.2.0...18.2.1