Skip to content

Commit

Permalink
chore: update version v2.21.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 committed Sep 18, 2023
1 parent 5c47244 commit 4b501de
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 13 deletions.
80 changes: 68 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,48 @@
## 2.20.0 (2023-09-08)
## 2.21.0 (2023-09-18)

### Highlights

- feat(icon): migration to material symbols from material icons
- feat(card): add action card component
- feat(metricInput): add icon variations property in metric input component (3469d1b7)
- feat(linkButton): add icon variations property in link button component (1c51679b)
- feat(chip): add icon variations property in chip component (9770c92a)
- feat(chipGroup): add icon variations property in chip group component (53682f18)
- feat(chip): add icon variations property in chip input component (cf29c673)
- feat(input): add icon variations property in input component (59902576)
- feat(verticalNav): add icon variations property in vertical nav component (828a7066)
- feat(horizontalNav): add icon variations property in horizontal nav component (d058d919)
- feat(tab): add icon variations property in tab component (b3a6615a)
- feat(dropdown): add icon variations property in dropdown component (bfcae4bd)
- feat(metalist): add icon variations property in metalist component (ce7daba2)

### Breaking changes

NA

### Migration guide

- feat(icon): material icons are migrated to material symbols. Need to update the test snapshots to update icon name (if used anywhere).
NA

### Deprecations

NA

### Features

- feat(icon): migration to material symbols from material icons
- feat(card): add action card component
- feat(button): add icon variations property in button component
- feat(input): add icon variations property in action button in input component
- feat(metricInput): add icon variations property in metric input component (3469d1b7)
- feat(linkButton): add icon variations property in link button component (1c51679b)
- feat(chip): add icon variations property in chip component (9770c92a)
- feat(chipGroup): add icon variations property in chip group component (53682f18)
- feat(chip): add icon variations property in chip input component (cf29c673)
- feat(input): add icon variations property in input component (59902576)
- feat(verticalNav): add icon variations property in vertical nav component (828a7066)
- feat(horizontalNav): add icon variations property in horizontal nav component (d058d919)
- feat(tab): add icon variations property in tab component (b3a6615a)
- feat(dropdown): add icon variations property in dropdown component (bfcae4bd)
- feat(metalist): add icon variations property in metalist component (ce7daba2)

### Fixes

- fix(datepicker): update selection chip to action chip in preset story in patterns
- fix(dateRangePicker): fix range selection behaviour
- fix(chipinput): update chipinput error state
- fix(input): update icon to icon component in action button
NA

### Improvements

Expand All @@ -41,6 +54,49 @@ NA

---

## 2.20.0 (2023-09-08)

### Highlights

- feat(icon): migration to material symbols from material icons (b4677f51)
- feat(card): add action card component (1f6f2a86)

### Breaking changes

NA

### Migration guide

- feat(icon): material icons are migrated to material symbols. Need to update the test snapshots to update icon name (if used anywhere). (b4677f51)

### Deprecations

NA

### Features

- feat(icon): migration to material symbols from material icons (b4677f51)
- feat(card): add action card component (1f6f2a86)
- feat(button): add icon variations property in button component (615bde8f)
- feat(input): add icon variations property in action button in input component (336dc41e)

### Fixes

- fix(datepicker): update selection chip to action chip in preset story in patterns (db5d8275)
- fix(dateRangePicker): fix range selection behaviour (2181bf0c)
- fix(chipinput): update chipinput error state (f5aa019d)
- fix(input): update icon to icon component in action button (336dc41e)

### Improvements

- chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.5 (a0f9cd0e)

### Documentation

NA

---

## 2.19.0 (2023-08-25)

### Highlights
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@innovaccer/design-system",
"version": "2.20.0",
"version": "2.21.0",
"description": "React components library project for Innovaccer Design System",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 4b501de

Please sign in to comment.