Skip to content

Commit cd50318

Browse files
build(blade): update version (#2477)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7025932 commit cd50318

File tree

4 files changed

+20
-21
lines changed

4 files changed

+20
-21
lines changed

.changeset/tidy-lies-confess.md

-14
This file was deleted.

.changeset/yellow-cameras-knock.md

-6
This file was deleted.

packages/blade/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @razorpay/blade
22

3+
## 12.2.0
4+
5+
### Minor Changes
6+
7+
- a9e46afb: feat(ActionList): add Virtualization in ActionList
8+
9+
```jsx
10+
<ActionList isVirtualized></ActionList>
11+
```
12+
13+
> [!NOTE]
14+
>
15+
> Current version only supports virtulization of fixed height list where items do not have descriptions. We'll be adding support for dynamic height lists in future versions
16+
17+
### Patch Changes
18+
19+
- 70259329: feat(blade): add dateformat and placeholder prop for datepicker input
20+
fix(blade): Removed the chevron icon when the picker prop is used.
21+
322
## 12.1.1
423

524
### Patch Changes

packages/blade/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@razorpay/blade",
33
"description": "The Design System that powers Razorpay",
4-
"version": "12.1.1",
4+
"version": "12.2.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18.12.1"

0 commit comments

Comments
 (0)