Skip to content

Commit

Permalink
chore: update package v2.28.2 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 committed Feb 27, 2024
1 parent 5d8beeb commit 737574d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## 2.28.2 (2024-02-27)

### Highlights

- feat(datepicker): add functionality to detect invalid manually entered dates in datepicker (bdf54a43)
- fix(dateRangePicker): add validation for invalid date range (7e337673)
- fix(avatargroup): update border color and popper body dimensions (51c648f0)
- fix(datepicker): datePicker popover not opening in fullscreenModal (5238f1e8)

### Breaking changes

NA

### Migration guide

NA

### Deprecations

NA

### Features

NA

### Fixes

- fix(datepicker): datePicker popover not opening in fullscreenModal (5238f1e8)

### Improvements

- feat(datepicker): add functionality to detect invalid manually entered dates in datepicker (bdf54a43)
- fix(dateRangePicker): add validation for invalid date range (7e337673)
- fix(avatargroup): update border color and popper body dimensions (51c648f0)

### Documentation

NA

---

## 2.28.1 (2024-02-19)

### 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.28.1",
"version": "2.28.2",
"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 737574d

Please sign in to comment.