Skip to content

Commit

Permalink
chore: update package version v4.1.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 committed Jan 17, 2025
1 parent 4f9c7c5 commit 5b42098
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
## 4.1.0 (2025-1-17)

### Highlights

- feat(table): add vertical alignment support in table body cell (0dd117e4)
- feat(avatarSelection): update stacking order and popover design of avatar selection (051093c9)
- feat(avatarGroup): update popover design & stacking order of avatar group (143c9994)

### Breaking changes

NA

### Migration guide

NA

### Deprecations

NA

### Features

- feat(table): add vertical alignment support in table body cell (0dd117e4)
- feat(avatarSelection): update stacking order and popover design of avatar selection (051093c9)
- feat(avatarGroup): update popover design & stacking order of avatar group (143c9994)

### Fixes

- fix(table): remove loading state from static header (89642c47)
- fix(table): fix horizontal scroll alignment issue between columns (93fb855d)
- fix: update tsconfig to fix import error for module css (a8590122)
- fix(docs): fix overlapping of image with table of content in input component (f324767c)
- fix(radio): update props order to accept data-test properly in radio component (34f5b3cd)
- chore: update typescript plugin for ts declaration file bundling (316a461e)

### Improvements

- test(daterangepicker): update test cases for date range picker component (7e2e6d91)
- chore: update design system esm bundle path in docs script (5c435736)

### Documentation

- docs(avatarGroup): update images and guideline for avatar group component (90d518dd)

---

## 4.0.0 (2024-12-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": "4.0.0",
"version": "4.1.0",
"description": "React components library project for Innovaccer Design System",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 5b42098

Please sign in to comment.