v3.2.0
Release Notes
This release includes the following enhancements and improvements:
-
Table Component Enhancements:
- Refined table styles in
table.cssand the Blade table component to improve appearance and consistency, ensuring a more polished and user-friendly interface. - The search input for
searchabletables can now be placed anywhere else on the page. This allows you to place the input probably next to other components. #540
- Refined table styles in
-
Accordion Improvements:
- Introduced a new
contentCanCloseprop for accordion components, providing better control over content closing behavior.
- Introduced a new
-
Table OnClick Handling:
- Refactored the table and table-icons components: Moved row
onclickhandlers to individual table cells for more granular event management, and now theonclickprop is also passed to table-icons. Action icons will no longer trigger custom onclick functions.
- Refactored the table and table-icons components: Moved row
For more details, see the merged pull request: Merge development into main (#553) and the related commits:
Full Changelog: mkocansey/bladewind@v3.1.7...v3.2.0