Skip to content

Releases: IgniteUI/igniteui-angular

11.0.12

20 Jan 12:15
ca5b2cb

Choose a tag to compare

Bug fixes

  • [igx-radio-button]: does not select any values with OnPush change detection strategy #8794

10.2.12

20 Jan 12:10
ddff59d

Choose a tag to compare

Bug fixes

  • [igx-radio-button]: does not select any values with OnPush change detection strategy #8794

11.1.0-alpha.3

18 Jan 17:10
54079b8

Choose a tag to compare

11.1.0-alpha.3 Pre-release
Pre-release

11.1.0

New Features

  • IgxDropDown
    • The igx-drop-down-item now allows for igxPrefix, igxSuffix and igx-divider directives to be passed as ng-content and they will be renderer accordingly in the item's content.

General

  • IgxDialog
    • The dialog content has been moved inside the dialog window container in the template. This means that if you have added something in-between the opening and closing tags of the dialog, you may have to adjust its styling a bit since that content is now rendered inside a container that has padding on it.
  • IgxCalendar
    • A new string enumeration IgxCalendarView is exported. Either the new one or the current CalendarView can be used. CalendarView will be deprecated in a future release.
  • IgxRadioGroup
    • Added new property alignment that determines the radio group alignment. Available options are horizontal (default) and vertical.
  • IgxDialog
    • Added new onOpened and onClosed events.

11.1.0-alpha.2

14 Jan 14:03
e25d648

Choose a tag to compare

CI test for API docs

11.0.11

18 Jan 17:09
b3548f6

Choose a tag to compare

Bug fixes

  • When you type fast the same letter in the select, the items are not navigated #8436
  • Custom filtering dialog does not respect column formatter #8697
  • igx-dialog - isOpen is not bindable #8320
  • igxDrop - error TS2341: Property '_data' is private and only accessible within class 'IgxDropDirective'. #8761
  • Custom filtering dialog does not respect column formatter #8697

10.2.11

18 Jan 17:06
f693024

Choose a tag to compare

Bug fixes

  • When you type fast the same letter in the select, the items are not navigated #8436
  • Custom filtering dialog does not respect column formatter #8697
  • igx-dialog - isOpen is not bindable #8320

11.1.0-alpha.1

12 Jan 07:55
084195d

Choose a tag to compare

11.1.0-alpha.1 Pre-release
Pre-release

11.1.0

New Features

  • IgxDropDown
    • The igx-drop-down-item now allows for igxPrefix, igxSuffix and igx-divider directives to be passed as ng-content and they will be renderer accordingly in the item's content.

General

  • IgxCalendar
    • A new string enumeration IgxCalendarView is exported. Either the new one or the current CalendarView can be used. CalendarView will be deprecated in a future release.
  • IgxRadioGroup
    • Added new property alignment that determines the radio group alignment. Available options are horizontal (default) and vertical.

11.0.4

General

  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid
    • a new property event has been introduced to IGridEditEventArgs and IGridEditDoneEventArgs; the property represents the original DOM event that triggers any of Grid editing events like rowEditEnter, cellEditEnter, cellEdit, cellEditDone, cellEditExit, rowEdit, rowEditDone, rowEditExit
    • Behavioral Change -
      When there isn't a previous active node and the user enters the grid using tab or shift + tab key:
      the first fully visible element is activated: /no scroll bar positioning is reset/changed;
      If there is a previous active node in the grid - the previously active node is reactivated without resetting the scroll positions;
      If we follow the default tab navigation and we are currently on a data cell with / rowIndex: -1, columnIndex: 6/ for example
      when we tab down to the root summaries the summary cell with visible column index 6 should be activated and scroll into the view;
      The same applies if you shift+tab to the headers header cell with visible index 6 is activated and scrolled into the view;
      If you have an active node and go to another tab and then return back the active node and the current scroll position should not be changed;

11.0.10

12 Jan 07:54
ce85d5e

Choose a tag to compare

Bug fixes

  • Date Range Picker's overlay always opens on the top left corner of the screen #8728
  • Igx-grid filtering for false also shows blank entries #8704
  • Radios in Radio Groups do not change state properly #8718
  • Calendar throws when selection is range and viewDate plus two way data bound value are set #8060
  • Slider set as continuous does not show neither ticks nor bubbles of the value #8708
  • Error is thrown if trying to filter the grid data by a field that there is no column bound to #8614
  • Move code coverage from Travis to Github Actions #8702

10.2.10

12 Jan 07:51
67f17e2

Choose a tag to compare

Bug fixes

  • Igx-grid filtering for false also shows blank entries #8704
  • Move code coverage from Travis to Github Actions #8702
  • Slider set as continuous does not show neither ticks nor bubbles of the value #8708
  • #8060
  • Error is thrown if trying to filter the grid data by a field that there is no column bound to #8614
  • Radios in Radio Groups do not change state properly #8718
  • Igx-grid filtering for false also shows blank entries #8704

11.1.0-alpha.0

04 Jan 15:35
aa42a26

Choose a tag to compare

11.1.0-alpha.0 Pre-release
Pre-release

11.1.0

New Features

  • IgxDropDown
    • The igx-drop-down-item now allows for igxPrefix, igxSuffix and igx-divider directives to be passed as ng-content and they will be renderer accordingly in the item's content.

General

  • IgxCalendar
    • A new string enumeration IgxCalendarView is exported. Either the new one or the current CalendarView can be used. CalendarView will be deprecated in a future release.
  • IgxRadioGroup
    • Added new property alignment that determines the radio group alignment. Available options are horizontal (default) and vertical.