Skip to content

Commit e5e3fce

Browse files
authored
docs(changelog): adding entry for input comp change (#17348)
1 parent 2d06faf commit e5e3fce

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ All notable changes for each version of this project will be documented in this
6565

6666
- Added a dedicated `excel-filtering-theme()` for styling the `Excel Style Filtering`. Use it instead of the excel-filtering color properties from `grid-theme()`.
6767

68+
### Breaking Changes
69+
70+
- `IgxInputGroupComponent`, `IgxSelectComponent`, `IgxDatePickerComponent`, `IgxDateRangePickerComponent`, `IgxTimePickerComponent`
71+
- The default `type` has changed from `line` to `box`. The `ng update` migration automatically adds `type="line"` to existing instances that do not already have an explicit `type` binding to preserve their appearance.
72+
6873
### General
6974

7075
- `IgxSelectComponent`

0 commit comments

Comments
 (0)