Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
11.0.12
10.2.12
11.1.0-alpha.3
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
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
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
IgxDialog- Added new
onOpenedandonClosedevents.
- Added new
11.1.0-alpha.2
CI test for API docs
11.0.11
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
11.1.0-alpha.1
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
11.0.10
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
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
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