v3.1.5
Release Notes
JavaScript: Select Component Filtering and Reset Logic
- Added a
skipResetproperty to theBladewindSelectclass for more granular control over reset behavior during filtering. - Updated the
filtermethod signature to accept askipResetparameter. - Refactored the
selectmethod to prevent unnecessary instantiation and resetting of related select components via the newskipResetflag. - Blade component usage now passes the
skipResetargument (false) to thefiltermethod for correct UI reset behavior.
Blade: Table Component Row Interactivity
- Table row rendering now adds a
cursor-pointerclass and anonclickhandler when the$onclickvariable 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
- Enhance theme handling and modal responsiveness by @mkocansey in https://github.com/mkocansey/bladewind/pull/525
- Bump on-headers and compression by @dependabot[bot] in https://github.com/mkocansey/bladewind/pull/515
- Merge Development into Main by @mkocansey in https://github.com/mkocansey/bladewind/pull/526
- Minify bladewind-ui CSS and update select.js by @mkocansey in https://github.com/mkocansey/bladewind/pull/527
- Merge Development into Main by @mkocansey in https://github.com/mkocansey/bladewind/pull/528
- Merge V3 0 x into development by @mkocansey in https://github.com/mkocansey/bladewind/pull/531
- Bump sha.js from 2.4.11 to 2.4.12 by @dependabot[bot] in https://github.com/mkocansey/bladewind/pull/530
- Merge Development into main by @mkocansey in https://github.com/mkocansey/bladewind/pull/532
- Add onclick handler support to table rows by @mkocansey in https://github.com/mkocansey/bladewind/pull/536
- Merge development into main by @mkocansey in https://github.com/mkocansey/bladewind/pull/537
Full Changelog: mkocansey/bladewind@v3.1.4...v3.1.5