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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes for each version of this project will be documented in this
5
5
6
6
### General
7
7
-`IgxInputGroup`
8
-
-**Breaking Change** - Removed `fluent`, `fluent_search`, `bootstrap`, and `indigo` as possible values for the `type` input property.
8
+
-**Breaking Change** - Removed `fluent`, `fluent_search`, `bootstrap`, and `indigo` as possible values for the `type` input property.
9
9
-**Behavioral Change** - The styling of the input group is now dictated by the theme being used. The remaining `types` - `line`, `border`, and `box` will only have effect on the styling when used with the `material` theme. The `search` type will affect styling when used with all themes. Changing the theme at runtime will not change the styling of the input group, a page refresh is required.
10
10
-`IgxOverlay`
11
11
-**Breaking Change** - `target` property in `PositionSettings` has been deprecated. You can set the attaching target for the component to show in `OverlaySettings` instead.
@@ -18,6 +18,7 @@ All notable changes for each version of this project will be documented in this
18
18
### New Features
19
19
-`IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
20
20
- 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.
21
+
- Added *getRowData(rowSelector)* method that returns an object that represents the data that is contained in the specified row component.
21
22
-` IGX_INPUT_GROUP_TYPE` injection token
22
23
- 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`.
23
24
-` IgxExcelExporterService`
@@ -30,7 +31,7 @@ All notable changes for each version of this project will be documented in this
30
31
-`IgxOverlay`
31
32
- The `PositionSettings``target` property has been deprecated and moved to `OverlaySettings`.
32
33
- An optional Point/HTML Element parameter `target` has been added to the `position()` method
33
-
34
+
34
35
## 10.1.0
35
36
36
37
### General
@@ -52,7 +53,7 @@ All notable changes for each version of this project will be documented in this
52
53
-`igxGrid`
53
54
-**Behavioral Change** - For numeric columns, the onCellEdit arguments' newValue will now contain the numeric value that will be committed instead of the string input.
54
55
- Added `onScroll` event, which is emitted when the grid is scrolled vertically or horizontally.
55
-
- Each grid now expose a default handling for boolean column types. The column will display `check` or `close` icon, instead of true/false by default.
56
+
- Each grid now expose a default handling for boolean column types. The column will display `check` or `close` icon, instead of true/false by default.
56
57
-`igxTreeGrid`
57
58
- Removed `onDataPreLoad` event as it is specific for remote virtualization implementation, which is not supported for the `igxTreeGrid`. A more generic `onScroll` event is exposed and can be used instead.
0 commit comments