Skip to content

Releases: IgniteUI/igniteui-angular

10.2.6

30 Nov 18:09
926430b

Choose a tag to compare

Bug fixes

  • OverlaySettings' closeOnOutsideClick doesn't detect correctly when the outlet is in shadow dom #8626
  • Add some padding for empty grids/filtered out grids after the addition of the add row button #8338
  • Page is getting hanged after filtering on any column in IgxTreeGrid #8602
  • Grid emits wrong values in cell with IgxCombo template #8343
  • Outlined button is larger than other buttons #8627

9.1.27

30 Nov 18:03
e8cf8ed

Choose a tag to compare

Bug fixes

  • Page is getting hanged after filtering on any column in IgxTreeGrid #8602
  • Outlined button is larger than other buttons #8627
  • OverlaySettings' closeOnOutsideClick doesn't detect correctly when the outlet is in shadow dom #8626

11.0.3

23 Nov 15:57
dcc5266

Choose a tag to compare

Bug fixes

  • Excel Exporter export ISO strings/numbers, instead of date values #8481
  • When summary position is top Ctrl+Home or Ctrl+Arrow up selects the summary cell #7330
  • When grid has no data navigation in header column groups is not correct #7310
  • Applying filter & Select All button stop working after double clicking apply in Grid External ESF #8563
  • Bottom navigation disabled tabs have wrong styles #8609
  • When you try to add new row in a grid with horizontal scroll an error is thrown #8587

10.2.5

23 Nov 15:50
c717bcc

Choose a tag to compare

Bug fixes

  • Excel Exporter export ISO strings/numbers, instead of date values #8481
  • When summary position is top Ctrl+Home or Ctrl+Arrow up selects the summary cell #7330
  • When grid has no data navigation in header column groups is not correct #7310
  • Applying filter & Select All button stop working after double clicking apply in Grid External ESF #8563
  • Bottom navigation disabled tabs have wrong styles #8609
  • When you try to add new row in a grid with horizontal scroll an error is thrown #8587

9.1.26

23 Nov 15:30
6d68781

Choose a tag to compare

Bug fixes

  • When summary position is top Ctrl+Home or Ctrl+Arrow up selects the summary cell #7330
  • When grid has no data navigation in header column groups is not correct #7310
  • Bottom navigation disabled tabs have wrong styles #8609

11.0.2

16 Nov 18:38
f42d81c

Choose a tag to compare

Bug fixes

  • Focus indicator style for checkbox/radio components in themes #8482
  • TimePicker PM is parsed to AM #8476
  • Grid % column widths become unresponsive (in px) after grid is hidden/shown. #8555
  • Filter UI for numeric column allows typing in non-numeric symbols #8463
  • igxDatePicker and igxTimePicker, without values and with defined label have two labels displayed #8586

10.2.4

16 Nov 15:00
2f9a567

Choose a tag to compare

Bug fixes

  • Focus indicator style for checkbox/radio components in themes #8482
  • Conditional filter get stuck after opening once #8513
  • TimePicker PM is parsed to AM #8476
  • Date column with formatter throws exception when filtered #8562
  • igxDatePicker and igxTimePicker, without values and with defined label have two labels displayed #8586

9.1.25

16 Nov 14:39
18de483

Choose a tag to compare

Bug fixes

  • TimePicker PM is parsed to AM #8476
  • Filter UI for numeric column allows typing in non-numeric symbols #8463

10.1.13

16 Nov 14:40
ec2d13b

Choose a tag to compare

Bug fix

  • Grid % column widths become unresponsive (in px) after grid is hidden/shown. #8555

11.0.0

13 Nov 13:48
587d4e3

Choose a tag to compare

11.0.0

General

  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid
    • Added a new directive for re-templating the Excel style filtering header icon - IgxExcelStyleHeaderIconDirective.

    • Breaking Change -

      Changed the how the grid toolbar is instantiated in the grids. The toolbar is now templated rather than being activated through a property on the parent grid. The toolbar features are also exposed as templatable components and the old properties are deprecated.

      Refer to the official documentation for more information.

  • FilteringStrategy
    • Breaking Change - filter method exposed by the FilteringStrategy class now requires 3rd advancedExpressionsTree and 4th grid parameters. If not needed, just pass null.

New Features

  • IgxCalendar
    • Is now fully accessible to screen readers.

Improvements

  • IgxOverlay
    • New functionality to automatically determine the correct animation that is needed when showing an overlay content. This is used with Auto Position strategy, where the IgxOverlay content is flipped, depending on the available space.