11.1.0-alpha.1
Pre-release
Pre-release
·
10413 commits
to master
since this release
11.1.0
New Features
IgxDropDown- The
igx-drop-down-itemnow allows forigxPrefix,igxSuffixandigx-dividerdirectives to be passed asng-contentand they will be renderer accordingly in the item's content.
- The
General
IgxCalendar- A new string enumeration
IgxCalendarViewis exported. Either the new one or the currentCalendarViewcan be used.CalendarViewwill be deprecated in a future release.
- A new string enumeration
IgxRadioGroup- Added new property
alignmentthat determines the radio group alignment. Available options arehorizontal(default) andvertical.
- Added new property
11.0.4
General
IgxGrid,IgxTreeGrid,IgxHierarchicalGrid- a new property
eventhas been introduced toIGridEditEventArgsandIGridEditDoneEventArgs; the property represents the original DOM event that triggers any of Grid editing events likerowEditEnter,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;
- a new property