Skip to content

Commit 28cec7a

Browse files
committed
chore(*): update the changelog
1 parent 056cc44 commit 28cec7a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes for each version of this project will be documented in this
55

66
### General
77
- `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.
99
- **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.
1010
- `IgxOverlay`
1111
- **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
1818
### New Features
1919
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
2020
- 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.
2122
- ` IGX_INPUT_GROUP_TYPE` injection token
2223
- 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`.
2324
- ` IgxExcelExporterService`
@@ -30,7 +31,7 @@ All notable changes for each version of this project will be documented in this
3031
- `IgxOverlay`
3132
- The `PositionSettings` `target` property has been deprecated and moved to `OverlaySettings`.
3233
- An optional Point/HTML Element parameter `target` has been added to the `position()` method
33-
34+
3435
## 10.1.0
3536

3637
### General
@@ -52,7 +53,7 @@ All notable changes for each version of this project will be documented in this
5253
- `igxGrid`
5354
- **Behavioral Change** - For numeric columns, the onCellEdit arguments' newValue will now contain the numeric value that will be committed instead of the string input.
5455
- 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.
5657
- `igxTreeGrid`
5758
- 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.
5859
- `IgxTimePicker`

0 commit comments

Comments
 (0)