You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
General
Importing ES7 polyfill for Object ('core-js/es7/object') for IE is no longer required.
New Features
IgxDropDown now supports DisplayDensity.
[displayDensity] - @Input() added to the igx-drop-down. Takes prevelance over any other DisplayDensity provider (e.g. parent component or DisplayDensityToken provided in module)
The component can also get it's display density from Angular's DI engine (if the DisplayDensityToken is provided on a lower level)
Setting [displayDensity] affects the control's items' and inputs' css properties, most notably heights, padding, font-size
Available display densities are compact, cosy and comfortable (default)
Behavioral Change - default item igx-drop-down-item height is now 40px (down from 48px)
IgxCombo - Setting [displayDensity] now also affects the combo's items
Setting [itemHeight] overrides the height provided by the [displayDensity] input
IgxSelect- Setting [displayDensity] now also affects the select's items
IgxChip
hideBaseOnDrag input is added that allow the chip base that stays at place to be visible while dragging it.
animateOnRelease input is added that allows to disable the animation that returns the chip when the chip is released somewhere.
Provide a way to animate row drag, when it is released #4775
Extend DropDown and Combo to support DisplayDensity #2960
Bug Fixes
When there are pinned column and press tab when row editing is opened an error is returned #4945