Skip to content

Commit 6761a57

Browse files
committed
chore(readme, changelog): update to reflect latest changes
1 parent 1332273 commit 6761a57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ All notable changes for each version of this project will be documented in this
2727
- **Breaking Changes** -The carousel slides are no longer array, they are changed to QueryList.
2828
- **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`
2929
- `IgxAvatar`:
30-
- **Breaking Changes** - removed the `default` enumeration member from `IgxAvatarType` (previously `AvatarType`);
30+
- **Breaking Changes** - renamed the `default` enumeration member to `custom` in `IgxAvatarType`;
3131
- `IgxBadge`:
32-
- **Breaking Changes** - removed the `default` enumeration member from `IgxBadgeType` (previously `Type`);
32+
- **Breaking Changes** - renamed the `default` enumeration member to `primary` in `IgxBadgeType`;
3333
- `IgxCard`:
3434
- **Breaking Changes** - renamed the `default` enumeration member to `elevated` in `IgxCardType`;
3535
- **Breaking Changes** - renamed the `default` enumeration member to `left` in `IgxCardActionsLayout`;

projects/igniteui-angular/src/lib/badge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A walkthrough of how to get started can be found [here](https://www.infragistics
1313
| Name | Type | Description |
1414
|:----------|:-------------:|:------|
1515
| `id` | string | Unique identifier of the component. If not provided it will be automatically generated.|
16-
| `type` | string | Set the type of the badge to either `info`, `success`, `warning`, or `error`. This will change the background color of the badge according to the values set in the default theme. |
16+
| `type` | string | Set the type of the badge to either `primary`, `info`, `success`, `warning`, or `error`. This will change the background color of the badge according to the values set in the default theme. |
1717
| `position` | string | Set the position of the badge relative to its parent container to either `top-right`, `top-left`, `bottom-right`, or `bottom-left`. |
1818
| `value` | string | Set the value to be displayed inside the badge. |
1919
| `icon` | string | Set an icon for the badge from the material icons set. Will not be displayed if `value` for the badge is already set. |

0 commit comments

Comments
 (0)