|
1 | | -# Changelog for v0.0.22-beta (Beta) |
| 1 | +# Changelog for v0.0.22 |
2 | 2 |
|
3 | | -> **Beta Release** - This is a pre-release version from the staging branch for testing purposes. |
| 3 | +> **Stable Release** - This version is production-ready and recommended for general use. |
4 | 4 |
|
5 | 5 | ## 🚀 Features |
6 | 6 |
|
| 7 | +- data ids (#488) ([417206a](../../commit/417206a)) |
| 8 | +- added controlled and uncontrolled state for sidebar component (#527) ([2c67d8f](../../commit/2c67d8f)) |
7 | 9 | - added the initial version of workflow canvas component (#510) ([e40e7b2](../../commit/e40e7b2)) |
8 | 10 | - added the height and minHeight prop to the card component (#518) ([4299564](../../commit/4299564)) |
9 | | -- add Upload component and integrate with context and demo (#485) ([498f675](../../commit/498f675)) |
10 | | -- enhance DataTable to handle empty values with hyphen display (#508) ([f715208](../../commit/f715208)) |
11 | | -- added the wrapping funcationality in key value pair component (#499) ([b99b825](../../commit/b99b825)) |
12 | | -- added stepper component with theme provider (#369) ([b173f64](../../commit/b173f64)) |
13 | 11 |
|
14 | 12 | ## 🐛 Bug Fixes |
15 | 13 |
|
16 | 14 | - **sidebar**: prevent tokens prop forwarding to DOM to remove React unknown prop warnings (#509) ([060e6fd](../../commit/060e6fd)) |
17 | 15 |
|
| 16 | +## ♻️ Code Refactoring |
| 17 | + |
| 18 | +- enhance sorting and pagination functionality (#532) ([7285e76](../../commit/7285e76)) |
| 19 | + |
18 | 20 | ## 🔧 Chores |
19 | 21 |
|
| 22 | +- Bug fix/UI inconsistencies (#535) ([7b840a7](../../commit/7b840a7)) |
| 23 | +- removed className prop from accordion ], Card and progressbar … (#456) ([f3ac75c](../../commit/f3ac75c)) |
| 24 | +- **release**: v0.0.22-beta [BETA] ([9e73ebc](../../commit/9e73ebc)) |
20 | 25 | - Add Data-ids calendar table sidebar and update component(card, table, calendar) (#519) ([5036d11](../../commit/5036d11)) |
21 | 26 | - Firebase credential rotation (#520) ([e95fca7](../../commit/e95fca7)) |
22 | 27 | - **release**: v0.0.21 [STABLE] ([23f5dda](../../commit/23f5dda)) |
23 | | -- Dev to staging (#512) ([c206933](../../commit/c206933)) |
24 | | -- **release**: v0.0.21-beta [BETA] ([219d2e8](../../commit/219d2e8)) |
25 | 28 |
|
26 | 29 | --- |
27 | 30 |
|
28 | | -**Release Date**: 2025-10-29 |
29 | | -**Commit Range**: v0.0.21-beta..HEAD |
| 31 | +**Release Date**: 2025-10-31 |
| 32 | +**Commit Range**: v0.0.21..HEAD |
30 | 33 | **Total Changes**: 12 commits |
31 | 34 |
|
32 | | -## Beta Installation |
| 35 | +## Installation |
33 | 36 |
|
34 | 37 | ```bash |
35 | | -npm install @juspay/blend-design-system@beta |
36 | | -# or specific beta version |
37 | | -npm install @juspay/blend-design-system@0.0.22-beta |
| 38 | +npm install @juspay/blend-design-system@latest |
| 39 | +# or specific version |
| 40 | +npm install @juspay/blend-design-system@0.0.22 |
38 | 41 | ``` |
39 | | - |
40 | | -> **Note**: Beta versions are for testing only. Use stable versions in production. |
|
0 commit comments