Skip to content

Commit f3b724d

Browse files
build: update version (#3011)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d508ed3 commit f3b724d

File tree

6 files changed

+68
-43
lines changed

6 files changed

+68
-43
lines changed

.changeset/odd-beans-dress.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/thin-rocks-bathe.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

packages/blade-mcp/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @razorpay/blade-mcp
22

3+
## 1.17.0
4+
5+
### Minor Changes
6+
7+
- 17e980ebd: ## feat(blade): list view v2
8+
9+
### 🔧 Prop Updates
10+
11+
- **Deprecated Props:**
12+
- List View Filters: searchValue, searchValuePlaceholder, searchName, onSearchChange, onSearchClear, searchTrailing, showFilters, onShowFiltersChange
13+
- Table Header: rowDensity
14+
- **Added:**
15+
- `actions` (replaces deprecated search-related props)
16+
- `FilterChipGroup.padding`
17+
- `TableToolbar.placement`
18+
19+
### 🎨 List View Visual & Structural Changes
20+
21+
- **Table Cell:** Font (M→S, S→XS), color (Normal→Subtle), links (Primary→Neutral)
22+
- **Table Header:** Fixed height 36px, bg → `interactive.bg.gray.faded`, font (M→S, Normal→Subtle)
23+
- **Pagination:** Height 60→48px, removed horizontal padding, smaller/subtle text
24+
- **Quick Filter:** Always expanded, removed radio for single-select, unified badge color
25+
- **Filter Chip:** Border 0.5px normal, height 24px, refreshed Clear Filter button, removed bg/divider
26+
- **Filter Panel:** Removed old panel (Download/Copy), moved actions next to Quick Filters (Quick Filters left; Search + Actions right), added tooltips
27+
- **Bulk Action Toolbar:** Overlays Table Header on selection; hidden otherwise (same on mobile)
28+
- **Mobile:** Removed “Show Filter” button; bulk actions adapt; filters stay horizontally scrollable
29+
330
## 1.16.0
431

532
### Minor Changes

packages/blade-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@razorpay/blade-mcp",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "Model Context Protocol server for Blade",
55
"main": "dist/exports.js",
66
"type": "module",

packages/blade/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# @razorpay/blade
22

3+
## 12.65.0
4+
5+
### Minor Changes
6+
7+
- d508ed312: feat(blade): remove padding prop from FilterChipGroup
8+
9+
We have removed the `padding` prop from the `FilterChipGroup` component, which was introduced in the previous version. Padding is now handled internally as part of the global spacing update.
10+
11+
#### Impact
12+
13+
If your code was using the `padding` prop, you might notice spacing differences or snapshot changes in your tests. No functional changes are required otherwise.
14+
15+
#### How to Upgrade
16+
17+
Remove the `padding` prop usage from `FilterChipGroup`. The component will now automatically apply the correct spacing as per the new global layout rules.
18+
19+
- 17e980ebd: ## feat(blade): list view v2
20+
21+
### 🔧 Prop Updates
22+
23+
- **Deprecated Props:**
24+
- List View Filters: searchValue, searchValuePlaceholder, searchName, onSearchChange, onSearchClear, searchTrailing, showFilters, onShowFiltersChange
25+
- Table Header: rowDensity
26+
- **Added:**
27+
- `actions` (replaces deprecated search-related props)
28+
- `FilterChipGroup.padding`
29+
- `TableToolbar.placement`
30+
31+
### 🎨 List View Visual & Structural Changes
32+
33+
- **Table Cell:** Font (M→S, S→XS), color (Normal→Subtle), links (Primary→Neutral)
34+
- **Table Header:** Fixed height 36px, bg → `interactive.bg.gray.faded`, font (M→S, Normal→Subtle)
35+
- **Pagination:** Height 60→48px, removed horizontal padding, smaller/subtle text
36+
- **Quick Filter:** Always expanded, removed radio for single-select, unified badge color
37+
- **Filter Chip:** Border 0.5px normal, height 24px, refreshed Clear Filter button, removed bg/divider
38+
- **Filter Panel:** Removed old panel (Download/Copy), moved actions next to Quick Filters (Quick Filters left; Search + Actions right), added tooltips
39+
- **Bulk Action Toolbar:** Overlays Table Header on selection; hidden otherwise (same on mobile)
40+
- **Mobile:** Removed “Show Filter” button; bulk actions adapt; filters stay horizontally scrollable
41+
342
## 12.64.0
443

544
### Minor Changes

packages/blade/package.json

Lines changed: 1 addition & 1 deletion
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.64.0",
4+
"version": "12.65.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18.12.1"

0 commit comments

Comments
 (0)