Releases: protonemedia/laravel-splade
Releases · protonemedia/laravel-splade
1.4.1
- Support for closing modals explicitly (don't close on escape keypress or click outside)
- Support for Table column classes
- Allow
x-splade-button
component to be a Link element (withtype="link"
) - Allow Eloquent Relationship instances in Splade Table
- Transformer fix for nested data
- Only test Windows stubs on latest version
1.4.0
1.3.1
- Table Component UI fixes
1.3.0
- (Beta/Experimental) Added a
WithVue
trait to bind Blade Component method/props to Vue templates. - Support for Transformers to safely pass data to the frontend (Bridge, Data, Defer, Form components)
- Support for empty state in Table Component (by @lartisan)
- Added zh_CN translation (by @myxiaoao)
- Added additional debugging info in the Event component
- Table Bugfix for using both Bulk Actions and the Row Link feature (by @zulfikar-ditya)
1.2.15
1.2.14.1
- Patch release for Laravel 10
1.2.14
SpladeTable
now uses theConditionable
trait.- Splade Middleware now has a static
afterOriginalResponse()
method to interact with the original, pre-Splade response.
1.2.13
- Errors from the session will now be passed to the frontend
- Bugfix for resolving the Blade compiler out of the container
1.2.12
- Support for Global Data Store
- Support for custom headers in the Defer Component
- Modals can now be opened by default on page load
- Sharing data with a callback will now be resolved on response instead of immediately
- Fix for Toasts containing multiple lines
- Fix for custom label slot in Checkboxes and Radios components
- Massive refactor of some internal Blade magic
- Increased the default wait time in the Dusk test suite, which significantly improves the CI results
1.2.11.1
- Bugfix for missing config for new Blade directives