Skip to content

v3.1.6

Choose a tag to compare

@mkocansey mkocansey released this 27 Oct 12:41
· 176 commits to main since this release
e5cd988

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 $hasImageFiles is 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_click function 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

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