10.1.0-alpha.0
Pre-release
Pre-release
·
13209 commits
to master
since this release
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