Skip to content

Commit a8f6fa2

Browse files
committed
chore: update DS version and changelog
1 parent 13b7019 commit a8f6fa2

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## 4.18.0 (2025-12-29)
2+
3+
### Highlights
4+
5+
- feat(grid): add grid component (1698445c)
6+
- feat(flex): add flex component (3ae8b0d4)
7+
- feat(table): add single select filter option in table header (e810b7c8)
8+
9+
### Breaking changes
10+
11+
NA
12+
13+
### Migration guide
14+
15+
NA
16+
17+
### Deprecations
18+
19+
NA
20+
21+
### Features
22+
23+
- feat(grid): add grid component (1698445c)
24+
- feat(flex): add flex component (3ae8b0d4)
25+
- feat(table): add single select filter option in table header (e810b7c8)
26+
27+
### Fixes
28+
29+
- fix(pagination): update table pagination while searching and page change (5b7e1bb6)
30+
- fix(combobox): fix onchange handler call on initial render (159bf17b)
31+
32+
### Improvements
33+
34+
- feat(table): add filter pattern story (11c1a616)
35+
- feat(table): add filtertype prop and update stories (a745f210)
36+
- feat(table): add test cases (6079f23f)
37+
38+
### Documentation
39+
40+
- docs(avatar): update avatar docs usage (8302d34a)
41+
42+
---
43+
144
## 4.17.1 (2025-12-11)
245

346
### Highlights

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@innovaccer/design-system",
3-
"version": "4.17.1",
3+
"version": "4.18.0",
44
"description": "React components library project for Innovaccer Design System",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)