·
21 commits
to master
since this release
Minor Changes
-
d508ed3: feat(blade): remove padding prop from FilterChipGroup
We have removed the
paddingprop from theFilterChipGroupcomponent, which was introduced in the previous version. Padding is now handled internally as part of the global spacing update.Impact
If your code was using the
paddingprop, you might notice spacing differences or snapshot changes in your tests. No functional changes are required otherwise.How to Upgrade
Remove the
paddingprop usage fromFilterChipGroup. The component will now automatically apply the correct spacing as per the new global layout rules. -
17e980e: ## feat(blade): list view v2
🔧 Prop Updates
- Deprecated Props:
- List View Filters: searchValue, searchValuePlaceholder, searchName, onSearchChange, onSearchClear, searchTrailing, showFilters, onShowFiltersChange
- Table Header: rowDensity
- Added:
actions(replaces deprecated search-related props)FilterChipGroup.paddingTableToolbar.placement
🎨 List View Visual & Structural Changes
- Table Cell: Font (M→S, S→XS), color (Normal→Subtle), links (Primary→Neutral)
- Table Header: Fixed height 36px, bg →
interactive.bg.gray.faded, font (M→S, Normal→Subtle) - Pagination: Height 60→48px, removed horizontal padding, smaller/subtle text
- Quick Filter: Always expanded, removed radio for single-select, unified badge color
- Filter Chip: Border 0.5px normal, height 24px, refreshed Clear Filter button, removed bg/divider
- Filter Panel: Removed old panel (Download/Copy), moved actions next to Quick Filters (Quick Filters left; Search + Actions right), added tooltips
- Bulk Action Toolbar: Overlays Table Header on selection; hidden otherwise (same on mobile)
- Mobile: Removed “Show Filter” button; bulk actions adapt; filters stay horizontally scrollable
- Deprecated Props: