You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34-3Lines changed: 34 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,23 +30,25 @@ All notable changes for each version of this project will be documented in this
30
30
-`onOpening` and `onClosing` events are emitting now arguments of `ToggleViewCancelableEventArgs` type.
31
31
-`IgxSelect`
32
32
- Added `aria-labelledby` property for the items list container(marked as `role="listbox"`). This will ensure the users of assistive technologies will also know what the list items container is used for, upon opening.
33
-
-`IgxDatePicker`
33
+
-`IgxDatePicker`
34
34
-**Breaking Change** - Deprecated the `label` property.
35
35
- Added `aria-labelledby` property for the input field. This will ensure the users of assistive technologies will also know what component is used for, upon input focus.
36
36
-`igxNavigationDrawer`
37
37
- Added `disableAnimation` property which enables/disables the animation, when toggling the drawer. Set to `false` by default.
38
38
-`igxTabs`
39
39
- Added `disableAnimation` property which enables/disables the transition animation of the tabs' content. Set to `false` by default.
40
40
-`IgxExpansionPanel`
41
-
-`IExpansionPanelEventArgs.panel` - Deprecated. Usе `owner` property to get a reference to the panel.
41
+
-`IExpansionPanelEventArgs.panel` - Deprecated. Usе `owner` property to get a reference to the panel.
42
+
-`IgxCalendarComponent`, `IgxMonthsViewComponent` and `IgxYearsViewComponent`
43
+
-`tabIndex` property was removed in order to improve on page navigation and to be compliant with W3 accessability recommendations; Also the date grid in the calendar is now only one tab stop, the same approach is applied and in the `IgxMonthsViewComponent` and `IgxYearsViewComponent`;
42
44
43
45
### New Features
44
46
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
45
47
- When triggering an export of the grid via the toolbar and the export takes more than 500 milliseconds, the export button becomes disabled and an indeterminate progress bar is shown at the bottom of the toolbar until the export is finished.
46
48
-`cellEditExit` is a new event that fires when cell exits edit mode
47
49
-`rowEditExit` is a new event that fires when row exits edit mode
48
50
- Added *getRowData(rowSelector)* method that returns an object that represents the data that is contained in the specified row component.
49
-
- Added ability to spawn row adding UI through exoposed methods. Note that rowEditing should be enabled.
51
+
- Added ability to spawn row adding UI through exposed methods. Note that rowEditing should be enabled.
50
52
-`beginAddRow` method which starts the adding row UI.
51
53
-`beginAddChild` method which starts the adding child UI.
52
54
```typescript
@@ -61,6 +63,22 @@ All notable changes for each version of this project will be documented in this
- Allows for setting an input group `type` on a global level, so all input-group instances, including components using such an instance as a template will have their input group type set to the one specified by the token. It can be overridden on a component level by explicitly setting a `type`.
66
84
- `IgxExcelExporterService`
@@ -73,6 +91,19 @@ All notable changes for each version of this project will be documented in this
73
91
- `IgxOverlay`
74
92
- The `PositionSettings``target` property has been deprecated and moved to `OverlaySettings`.
75
93
- An optional Point/HTML Element parameter `target` has been added to the `position()` method
94
+
- Added `createAbsoluteOverlaySettings` and `createRelativeOverlaySettings` methods which create non-modal `OverlaySettings` based on predefined `PositionSettings`. The methods are exposed off the `IgxOverlayService`.
95
+
- `createAbsoluteOverlaySettings` creates non-modal `OverlaySettings` with `GlobalPositionStrategy` or `ContainerPositionStrategy` if an outlet is provided. Accepts `AbsolutePosition` enumeration, which could be `Center`, `Top` and `Bottom`. Default is `Center`.
0 commit comments