|
1 | 1 | # @razorpay/blade |
2 | 2 |
|
| 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 | + |
3 | 42 | ## 12.64.0 |
4 | 43 |
|
5 | 44 | ### Minor Changes |
|
0 commit comments