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
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,18 @@ All notable changes for each version of this project will be documented in this
6
6
7
7
### General
8
8
- 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.
-**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
21
26
-`IgxCarousel`:
22
27
-**Breaking Changes** -The carousel slides are no longer array, they are changed to QueryList.
23
28
-**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`;
0 commit comments