Skip to content

7.2.2

Compare
Choose a tag to compare
@zdrawku zdrawku released this 22 Mar 13:45
· 1061 commits to 7.2.x since this release
3ca2928

Features

  • Components' Display Type - All components now have their CSS display property explicitly set on the host element to ensure width, padding, and margins are applied when set directly on the host selectors.
  • Themes
    • Add support for gradients and images as values for component themes via the component theme functions.
    • Palettes - added surface color to the palette. The surface color is used by cards, pickers, dialog windows, etc. as the default background.

Bug fixes

  • fix(tabs): Fix for applying styles to tabs group #4371
  • igxInput - add ability to toggle required dynamically #4361
  • Select sort button only if default template is used #4372
  • Public enumerations should not be constants #4364
  • fix(hierarchicalGrid): Fix scrollbar not updated when data for children is loaded after initial load. #4334
  • fix(date-picker): Fix for re-templating dropdown date-picker #4325
  • Remove ngModel from datepicker #4333
  • Scrollbar is not updated when load remote data #4209
  • IgxGrid cell edit does not update values (onCellEdit) #4055
  • Initial GroupBy performance is poor with many columns grouped #4309
  • Components' display type #4316
  • Including summary row cells in tab sequence for HierarchicalGrid navigation. #4293
  • Surface color #4109
  • headerGroupClasses is marked as hidden #4276
  • Update AutoScrollStrategy to reposition elements outside NgZone #4250
  • Optimizing post group pipe for 4309 - 7.2.x #4310
  • IgxSelect does not close on Shift+Tab #4164
  • clone method should have inheritdoc in all position strategies #4265
  • Dialog does not emits close event the second time that is opened and closed #4222
  • IgxLabelComponent is hidden #4237
  • refactor(button-group): Fix the double borders between the buttons #4092
  • Allow gradient/image values as backgrounds in component themes #4218
  • Time Picker enhancements #4348