10.0.0-rc.0
Pre-release
Pre-release
General
igxGrid- Behavioral Change - Group rows now display the group column's header name instead of field one when is available.
igx-select,igx-combo,igx-drop-down- Behavioral Change - The select, combo, and drop-down items now have display block and text-overflow ellipsis enabled by default.
IgxTransaction- TheonStateUpdatenow emits with information of its origin. The emitted value is of typeStateUpdateEvent, which has two properties:origin- it can vary within the values of theTransactionEventOrigininterface;actions- contains information about the transactions, that caused the emission of the event.
IgxPaginator- The inputoverlaySettingswas introduced, which allows applying custom overlay settings for the component.
New Features
-
IgxGridshowGroupAreainput is added, which can be used to enable/disable the group area row.- The event arguments of
onCellEdit,onCellEditEnterandonCellEditCancelevents will contain a reference to the row data, as well as a reference to the column. - The event arguments of
onRowEdit,onRowEditEnterandonRowEditCancelevents will contain a reference to the row data.
-
IgxSelectsupport forigxHintdirective added.- Allows the user to add
igxHintto be displayed bellow the input element.
- Allows the user to add