Skip to content

7.2.12

Compare
Choose a tag to compare
@kdinev kdinev released this 10 Jun 15:24
· 287 commits to 7.2.x since this release
5f6327b
  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid

    • Breaking Change The condition parameter of the filterGlobal method is no longer optional. When the filterGlobal method is called with an invalid condition, it will not clear the existing filters for all columns.
  • IgxGrid - summaries

    • clearSummaryCache() and recalculateSummaries() methods are now removed from the IgxGrid API, beacause they are no longer needed; summaries are updated when some change is perform and the summary cache is cleared automatically when needed;

New feature

  • igxSlider - exposing new labels property accepting a collection of literal values that become equally spread over the slider, by placing each element as a thumb label.
  • igxSlider - deprecate isContiunous property.

Bug Fixes

  • In slider with type Range when change the lower value to be equal or greater than the upper the range is not correct #4562
  • When change the slider type at run time the slider is not updated correctly #4559
  • Range Slider Thumps collapsing #2622
  • When no condition is provided, filter() method of grid throws undescriptive error #4897
  • [igx-grid] Filtering row's chips area is not resized when resizing window. #4906
  • Add PostDeploy.ps1 script into the repo #4887
  • An error is returned when a row is opened in edit mode and click to search the next item #4902
  • [igx-grid] "quick clicking twice resizer " can sometimes lead to unable to sort. #4858
  • Child summaries disappears when edit a cell and press tab on click on cell in same row when rowEditable is true #4949
  • When no condition is provided, filter() method of grid throws undescriptive error #4897