|
1 | | -# Changelog for v0.0.21-beta (Beta) |
| 1 | +# Changelog for v0.0.21 |
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 | +- add Upload component and integrate with context and demo (#485) ([498f675](../../commit/498f675)) |
| 8 | +- enhance DataTable to handle empty values with hyphen display (#508) ([f715208](../../commit/f715208)) |
| 9 | +- added the wrapping funcationality in key value pair component (#499) ([b99b825](../../commit/b99b825)) |
| 10 | +- added stepper component with theme provider (#369) ([b173f64](../../commit/b173f64)) |
7 | 11 | - added data ids for input fields (#486) ([6fc3fe4](../../commit/6fc3fe4)) |
8 | | -- add isFirstRow prop to TableCell and update styling for first row (#472) ([28776fe](../../commit/28776fe)) |
9 | 12 |
|
10 | 13 | ## 🐛 Bug Fixes |
11 | 14 |
|
12 | 15 | - adjust padding and remove minWidth from Snackbar (#503) ([68ee0e0](../../commit/68ee0e0)) |
13 | 16 | - remove duplicate props from button (#502) ([17a6d1b](../../commit/17a6d1b)) |
14 | 17 |
|
15 | | -## ♻️ Code Refactoring |
16 | | - |
17 | | -- simplify VirtualList and Select components (#465) ([d799803](../../commit/d799803)) |
18 | | - |
19 | 18 | ## 🔧 Chores |
20 | 19 |
|
| 20 | +- Dev to staging (#512) ([c206933](../../commit/c206933)) |
| 21 | +- **release**: v0.0.21-beta [BETA] ([219d2e8](../../commit/219d2e8)) |
21 | 22 | - Fix/workflows (#494) ([a4f5464](../../commit/a4f5464)) |
22 | 23 | - Feat/code block (#495) ([28a3a16](../../commit/28a3a16)) |
23 | 24 | - Update table and sidebar component (#487) ([0ef03f3](../../commit/0ef03f3)) |
24 | 25 | - fixed minor naming issue in menu documentation (#493) ([747363c](../../commit/747363c)) |
25 | 26 | - 481 data ids for tag tabs (#483) ([0a54be9](../../commit/0a54be9)) |
26 | 27 | - **release**: v0.0.20 [STABLE] ([0aad2e4](../../commit/0aad2e4)) |
27 | | -- Dev to Staging (#474) ([10c4da9](../../commit/10c4da9)) |
28 | | -- Token revamp (#392) ([7b77a25](../../commit/7b77a25)) |
29 | | -- Bug fix/chart ticks (#467) ([92a3ecb](../../commit/92a3ecb)) |
30 | | -- **release**: v0.0.20-beta [BETA] ([b9b376d](../../commit/b9b376d)) |
31 | 28 |
|
32 | 29 | --- |
33 | 30 |
|
34 | | -**Release Date**: 2025-10-23 |
35 | | -**Commit Range**: v0.0.20-beta..HEAD |
| 31 | +**Release Date**: 2025-10-25 |
| 32 | +**Commit Range**: v0.0.20..HEAD |
36 | 33 | **Total Changes**: 15 commits |
37 | 34 |
|
38 | | -## Beta Installation |
| 35 | +## Installation |
39 | 36 |
|
40 | 37 | ```bash |
41 | | -npm install @juspay/blend-design-system@beta |
42 | | -# or specific beta version |
43 | | -npm install @juspay/blend-design-system@0.0.21-beta |
| 38 | +npm install @juspay/blend-design-system@latest |
| 39 | +# or specific version |
| 40 | +npm install @juspay/blend-design-system@0.0.21 |
44 | 41 | ``` |
45 | | - |
46 | | -> **Note**: Beta versions are for testing only. Use stable versions in production. |
0 commit comments