Skip to content

v3.2.0

Choose a tag to compare

@mkocansey mkocansey released this 20 Nov 23:13
· 164 commits to main since this release
4f565e6

Release Notes

This release includes the following enhancements and improvements:

  • Table Component Enhancements:

    • Refined table styles in table.css and the Blade table component to improve appearance and consistency, ensuring a more polished and user-friendly interface.
    • The search input for searchable tables can now be placed anywhere else on the page. This allows you to place the input probably next to other components. #540
  • Accordion Improvements:

    • Introduced a new contentCanClose prop for accordion components, providing better control over content closing behavior.
  • Table OnClick Handling:

    • Refactored the table and table-icons components: Moved row onclick handlers to individual table cells for more granular event management, and now the onclick prop is also passed to table-icons. Action icons will no longer trigger custom onclick functions.

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