v3.1.6
Release Notes
This release includes important bug fixes and improvements for file handling and table action parsing in Blade components.
File Picker Plugin Registration Improvements
- FilePond image plugins, including
FilePondPluginImageExifOrientation, are now registered only when$hasImageFilesis true. - This prevents unnecessary plugin loading and reduces the risk of errors in file picker functionality.
- Relevant changes:
resources/views/components/filepicker.blade.php
Table Action Parsing and Modal Placeholder Fixes
- Action strings in tables are now split using
explode(':', $this_action, 2), limiting the split to two parts. This ensures parameters containing colons are parsed correctly, preventing modal action errors. - The
build_clickfunction has been updated to accurately match and replace modal placeholder values wrapped in single quotes, improving data binding for table actions. - Relevant changes:
resources/views/components/table.blade.php
New Contributors
- @kusowl made their first contribution in https://github.com/mkocansey/bladewind/pull/547
Full Changelog: mkocansey/bladewind@v3.1.5...v3.1.6