Skip to content

8.0.1

Compare
Choose a tag to compare
@kdinev kdinev released this 24 Jun 15:57
· 637 commits to 8.0.x since this release
b1c0a83
  • 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
  • [igx-bottm-nav] Console errors in IE #5088
  • [igx-grid] capability to prevent from moving columns to pinned area. #4504
  • The igxChip does not have a way to disable animations on return. #5008
  • [ng-add] Adding polyfills in Angular 8 project leads to compile error #5136
  • [dragGhostHost] is not set correctly on the header component #5137
  • Range selection with 'Shift + click', does not update ranges during process. #5135
  • [igx-date-picker] While opening of the calendar, the dev sample page flickers in IE #5090
  • Theme does not work with igx-css-vars in version 8 #5152