Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
10.1.0-alpha.0
10.1.0
General
igxCombo- Behavioral Change - Change default positioning strategy from
ConnectedPositioningStrategytoAutoPositionStrategy. TheAutostrategy 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.
- Behavioral Change - Change default positioning strategy from
IgxOverlay- Added new property -
closeOnEsc- inOverlaySettings. The overlay can now be prevented from closing, on escape keypress, by setting the property tofalse, by default it'strue.
- Added new property -
igxDialog- Added
closeOnEscapeKey- with it, the dialog can be allowed or prevented from closing whenEscis pressed.
- Added
IgxNavbar:- Breaking Changes - The
igx-action-iconhas been renamed toigx-navbar-action. It should get renamed in your components viang update;
- Breaking Changes - The
New Features
IgxGridStatedirective- Added support for expansion states, column selection and row pinning.
- Added support for
IgxTreeGridandIgxHierarchicalGrid(including child grids)
IgxColumn- Added
byHeaderparameter to theautosizemethod which specifies if the autosizing should be based only on the header content width.
- Added
IgxToastmessageproperty has been deprecated. You can place the message text in the toast content or pass it as parameter toshowmethod instead.- An optional string parameter
messagehas been added toshow()method.
IgxSnackbarmessageproperty has been deprecated. You can place the message text in the snackbar content or pass it as parameter toshowmethod instead.- An optional string parameter
messagehas been added toshow()method.
IgxNavbar- Added new
igx-navbar-title, igxNavbarTitledirective that can be used to provide custom content for navbar title. It would override the value oftitleinput property.
- Added new
10.0.3
9.1.6
9.0.20
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
9.1.5
10.0.1
10.0.0
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- 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
10.0.0-rc.0
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
9.1.4
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