Skip to content

v3.1.5

Choose a tag to compare

@mkocansey mkocansey released this 24 Aug 20:22
· 184 commits to main since this release
909dd31

Release Notes

JavaScript: Select Component Filtering and Reset Logic

  • Added a skipReset property to the BladewindSelect class for more granular control over reset behavior during filtering.
  • Updated the filter method signature to accept a skipReset parameter.
  • Refactored the select method to prevent unnecessary instantiation and resetting of related select components via the new skipReset flag.
  • Blade component usage now passes the skipReset argument (false) to the filter method for correct UI reset behavior.

Blade: Table Component Row Interactivity

  • Table row rendering now adds a cursor-pointer class and an onclick handler when the $onclick variable is set, making rows clickable for improved UX.
  • A temporary @dump($row) statement is included for debugging and inspecting row data during development.

For the complete list of changes and code details, see the merged PR: #532.

Other Changes

Full Changelog: mkocansey/bladewind@v3.1.4...v3.1.5