Skip to content

Commit

Permalink
chore: update version v2.26.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 committed Jan 4, 2024
1 parent 9528eda commit a06b63a
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.26.0 (2024-01-04)

### Highlights

- feat(tooltip): add support for conditional rendering to show tooltip (3737d2ac)
- feat(table): embed codesandbox for table filter pattern in storybook (210bb99b)

### Breaking changes

NA

### Migration guide

NA

### Deprecations

NA

### Features

- feat(tooltip): add support for conditional rendering to show tooltip (3737d2ac)
- feat(table): embed codesandbox for table filter pattern in storybook (210bb99b)

### Fixes

- fix(popperwrapper): update popper close animation (90d668b6)
- fix(editableDropdown): fix rendering issue on close without selection (0a9e7cde)
- fix(docs): update cypress test cases (1b9b5dcc)

### Improvements

- test(dateRangePicker): update the snapshots for dateRangePicker (84aa4a2e)

### Documentation

- docs(docs): add status for data visualizations page (47df871d)
- docs(docs): add table filter documentation in patterns (bd17c539)

---

## 2.25.1 (2023-11-20)

### 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.25.1",
"version": "2.26.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 a06b63a

Please sign in to comment.