Skip to content

Commit d0e2269

Browse files
committed
chore(changelog): add entries
1 parent 8635486 commit d0e2269

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ All notable changes for each version of this project will be documented in this
66

77
### General
88
- Added support for the Ivy renderer.
9-
- **Breaking Changes** The following classes have been renamed. Using `ng update` will apply automatically migrate your project to use the new names.
9+
- **Breaking Changes** The following classes and enumarators have been renamed. Using `ng update` will apply automatically migrate your project to use the new names.
1010
- `IgxDropDownBase` -> `IgxDropDownBaseDirective`
1111
- `IgxDropDownItemBase` -> `IgxDropDownItemBaseDirective`
1212
- `IgxGridBaseComponent` -> `IgxGridBaseDirective`
1313
- `IgxRowComponent` -> `IgxRowDirective`
1414
- `IgxHierarchicalGridBaseComponent` -> `IgxHierarchicalGridBaseDirective`
1515
- `IgxMonthPickerBase` -> `IgxMonthPickerBaseDirective`
16+
- `AvatarType` -> `IgxAvatarType`
17+
- `Size` -> `IgxAvatarSize`
18+
- `Type` -> `IgxBadgeType`
19+
- `SliderType` -> `IgxSliderType`
20+
- `TabsType` -> `IgxTabsType`
1621

1722
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
1823
- **Breaking Change** - Hierarchical grid children no longer use the same `IgxTransactionService` instance and transaction handling should be modified to address each grid's transactions separately.
@@ -21,6 +26,21 @@ All notable changes for each version of this project will be documented in this
2126
- `IgxCarousel`:
2227
- **Breaking Changes** -The carousel slides are no longer array, they are changed to QueryList.
2328
- **Behavioural change** - When slides are more than 5, a label is shown instead of the indicators. The count limit of visible indicators can be changed with the input `maximumIndicatorsCount`
29+
- `IgxAvatar`:
30+
- **Breaking Changes** - removed the `default` enumeration member from `IgxAvatarType` (previously `AvatarType`);
31+
- `IgxBadge`:
32+
- **Breaking Changes** - removed the `default` enumeration member from `IgxBadgeType` (previously `Type`);
33+
- `IgxCard`:
34+
- **Breaking Changes** - renamed the `default` enumeration member to `elevated` in `IgxCardType`;
35+
- **Breaking Changes** - renamed the `default` enumeration member to `left` in `IgxCardActionsLayout`;
36+
- `IgxDivider`:
37+
- **Breaking Changes** - renamed the `default` enumeration member to `solid` in `IgxDividerType`;
38+
- **Breaking Changes** - renamed the `isDefault` getter to `isSolid`;
39+
- `IgxProgress`:
40+
- **Breaking Changes** - renamed the `danger` enumeration member to `error` in `IgxProgresType`;
41+
- **Breaking Changes** - renamed the `danger` getter to `error`;
42+
- `IgxTabs`:
43+
- **Breaking Changes** - The `tabsType` input property has been renamed to `type`. It should get renamed in your components via `ng update`;
2444

2545

2646
### New Features

0 commit comments

Comments
 (0)