Skip to content

10.0.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@Lipata Lipata released this 25 Jun 06:35
· 13357 commits to master since this release
fe51dc3

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 - The onStateUpdate now emits with information of its origin. The emitted value is of type StateUpdateEvent, which has two properties:
    • origin - it can vary within the values of the TransactionEventOrigin interface;
    • actions - contains information about the transactions, that caused the emission of the event.
  • IgxPaginator - The input overlaySettings was introduced, which allows applying custom overlay settings for the component.

New Features

  • IgxGrid

    • showGroupArea input is added, which can be used to enable/disable the group area row.
    • The event arguments of onCellEdit, onCellEditEnter and onCellEditCancel events will contain a reference to the row data, as well as a reference to the column.
    • The event arguments of onRowEdit, onRowEditEnter and onRowEditCancel events will contain a reference to the row data.
  • IgxSelect support for igxHint directive added.

    • Allows the user to add igxHint to be displayed bellow the input element.