Skip to content

11.1.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@zdrawku zdrawku released this 12 Jan 07:55
· 10413 commits to master since this release
084195d

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;