Skip to content

Releases: IgniteUI/igniteui-angular

10.1.0-alpha.0

06 Jul 11:52
b6a976f

Choose a tag to compare

10.1.0-alpha.0 Pre-release
Pre-release

10.1.0

General

  • igxCombo
    • Behavioral Change - Change default positioning strategy from ConnectedPositioningStrategy to AutoPositionStrategy. The Auto strategy will initially try to show the element like the Connected strategy does. If the element goes out of the viewport Auto will flip the starting point and the direction, i.e. if the direction is 'bottom', it will switch it to 'top' and so on. If after flipping direction the content goes out of the view, auto strategy will revert to initial start point and direction and will push the content into the view. Note after pushing the content it may hide the combo's input.
  • IgxOverlay
    • Added new property - closeOnEsc - in OverlaySettings. The overlay can now be prevented from closing, on escape keypress, by setting the property to false, by default it's true.
  • igxDialog
    • Added closeOnEscapeKey - with it, the dialog can be allowed or prevented from closing when Esc is pressed.
  • IgxNavbar:
    • Breaking Changes - The igx-action-icon has been renamed to igx-navbar-action. It should get renamed in your components via ng update;

New Features

  • IgxGridState directive
    • Added support for expansion states, column selection and row pinning.
    • Added support for IgxTreeGrid and IgxHierarchicalGrid (including child grids)
  • IgxColumn
    • Added byHeader parameter to the autosize method which specifies if the autosizing should be based only on the header content width.
  • IgxToast
    • message property has been deprecated. You can place the message text in the toast content or pass it as parameter to show method instead.
    • An optional string parameter message has been added to show() method.
  • IgxSnackbar
    • message property has been deprecated. You can place the message text in the snackbar content or pass it as parameter to show method instead.
    • An optional string parameter message has been added to show() method.
  • IgxNavbar
    • Added new igx-navbar-title, igxNavbarTitle directive that can be used to provide custom content for navbar title. It would override the value of title input property.

10.0.3

06 Jul 12:42
9f01eeb

Choose a tag to compare

Bug fixes

  • There is a shadow when autocomplete list is empty #3977
  • IgxToast show should take a message param #7156

9.1.6

06 Jul 12:41
95117aa

Choose a tag to compare

Bug fixes

  • There is a shadow when autocomplete list is empty #3977

9.0.20

06 Jul 12:40
6c5b547

Choose a tag to compare

Bug fixes

  • There is a shadow when autocomplete list is empty #3977
  • disabled igx-datePicker control functionality not working for 'dropdown' mode #7577
  • The Commit method in the Hierarchical Transactions would emit update event twice #7615
  • When hide and show MRL column and click on it all the columns are activated #7390
  • IgxFocus directive trigger whole page to scroll #7667
  • Range drag selection does not work on Safari. #6570

Test refactoring

  • Tests Refactoring: IgxGrid Deferred Column Resizing #7659

10.0.2

30 Jun 14:10

Choose a tag to compare

chore(*): updating gh ci branches

9.1.5

30 Jun 13:35
d783241

Choose a tag to compare

Merge pull request #7710 from IgniteUI/skrastev/fix-7702-9.1.x

fix(igxForOf): Cache scroll size on initialize and use cached value when scrolling.

10.0.1

26 Jun 13:42
ae149ed

Choose a tag to compare

Release API documentation

10.0.0

25 Jun 13:47
1c7164a

Choose a tag to compare

General

  • Updating the Angular dependency to Angular 10
  • igxGrid
    • Behavioral Change - Group rows now display the group column's header name instead of field when one is available.
  • igx-select, igx-combo, igx-drop-down
    • Behavioral Change - The select, combo, and dropdown 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.

10.0.0-rc.0

25 Jun 06:35
fe51dc3

Choose a tag to compare

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 - 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.

9.1.4

25 Jun 12:20
48655a6

Choose a tag to compare

New Features

  • IgxList
    • Added localization support.

Bug fixes

  • Placeholder in combo-box is not correctly positioned in Safari #7505
  • Localization List Component #5280
  • Set default placeholder properly #7629
  • When hide and show MRL column and click on it all the columns are activated #7390
  • disabled igx-datePicker control functionality not working for 'dropdown' mode #7577
  • The Commit method in the Hierarchical Transactions would emit update event twice #7615
  • When grid does not have data headers are not selected on pressing tab #7309
  • Tests Refactoring: IgxGrid Deferred Column Resizing #7659
  • IgxFocus directive trigger whole page to scroll #7667