Releases: protonemedia/laravel-splade
Releases · protonemedia/laravel-splade
1.4.9.1
Patch release for newer Laravel versions
1.4.9
- Splade now respects URL fragments in the Link component
1.4.8.1
Minor update that bumps the JS dependencies, especially laravel-vite-plugin
. As of Laravel 10.2 (skeleton, not the framework), the package.json
type default to module
, which caused issues with earlier versions of the Vite plugin.
1.4.8
- Improved handling of Table Bulk Actions
- Prevent opening modals after a silent refresh
- Emit events when the browser history is modified
1.4.7
- Use Vite 4 + updated npm dependencies (by @evici)
- Allow a Closure as sortable parameter for Table columns (by @Jampire)
- Table columns can now be aligned (
left
,center
, andright
) - Allow
HtmlString
for label/help attributes htmlLabel
andhtmlHelp
Form builder methods to allow texts that won't be escaped- Fixes for Form Builder validation (by @J87NL)
- Fix for resolving the JS package version using the latest npm (by @Jampire)
- Prevent horizontal scrollbar while opening slideovers (#350)
- Improved animation when reloading the same modal
- The
Render
component now emits an event after rendering the content - The
SpladeMiddleware
now ignores responses with aContent-Disposition
header (#368) - Table classes now have a static
build()
method to improve support for custom tables (#334)
1.4.6
- The
keep-modal
attribute from the Link component now also works on the Form component - Bridge components now work from URLs that use route bindings
- The Lazy Component now retrieves the original URL from the backend instead of from the browser
- Better handling of opening URLs in a Modal that only respond with a Toast
- The Default Toast settings now also apply to Toasts sent from Broadcasted events
- The Table component now resolves values from objects that use a magic getter
- Partial refactor of the
SpladeMiddleware
1.4.5
- Option to preserve scroll position when using
Splade::refreshOnEvent()
1.4.4
- Event + Select bugfixes
1.4.3
- Fixed duplicate select event
1.4.2
- Added
select-first-remote-option
andreset-on-new-remote-url
attributes to Select component - Support for transformed values in Table component
- Improved handling of resource loading in Table component
- Improved handling of
AuthenticationException
- Bugfix for Choices.js instance in Modal component