Skip to content

Commit 4b3c76a

Browse files
authored
Merge pull request #4439 from IgniteUI/7.2.x
Merging 7.2.x into master
2 parents 6949521 + a0e9d83 commit 4b3c76a

File tree

110 files changed

+7975
-2423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+7975
-2423
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ All notable changes for each version of this project will be documented in this
107107
- `igxTreeGrid`
108108
- The collapse/expand icons have new orientantion to display the action that will be performed when clicked. When an icon points up clicking on it would result in collapsing the related tree grid level and when it points down clicking on it would expand the tree grid level.
109109
- Expanding/collapsing tree levels can now be performed also by using Alt + Arrow Up/Down to reflect the new icons.
110+
- `IgxColumnComponent`
111+
- **Breaking Change** the `gridID` property is now **deprecated**. Please, use `column.grid.id` instead.
110112
- `igxCombo`
111113
- **Breaking Change** `combo.value` is now only a getter.
112114
- **Feature** added support for templating the default input group of the component. The `igx-combo` now allows for `igx-prefix`, `igx-suffix`,`igx-hint` and `[igxLabel]` components to be passed as `ng-content` and they will be renderer accordingly on the combo's input. Example:

README.md

Lines changed: 36 additions & 35 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)