This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Releases: protonemedia/laravel-splade
Releases · protonemedia/laravel-splade
1.2.11.1
- Bugfix for missing config for new Blade directives
1.2.11
- Added
@seoTitle,@seoDescription, and@seoKeywordsBlade Directives - The Form and Link components now have a
confirm-dangerattribute in addition to the existingconfirmattribute - Improved style handling for the Form Group component
- Rehydrating multiple sections at once sometimes messed with the progress bar, this is now fixed
1.2.10
- Refactor of the changes in 1.2.8 + 1.2.9
1.2.9
- Fixed handling of non-default valdation bags
1.2.8.1
- Minor bugfix
1.2.8
- Improved support for custom headers in the Form Component
- Improved Dusk table tests
- Improved handling of validation errors on requests other than
Accept: application/json - The Form and Link component now default to
Accept: text/html, application/xhtml+xmlfor improved handling of redirects - The Splade Middleware now prevents an additional front-end request when the
X-Splade-Prevent-Refreshheader is used
1.2.7
- Added
require-password-onceattribute to Form and Link components - Fixed consistency of button styling (file input and form submit)
1.2.6
- The Data Component now restores the saved data before it mounts, allowing the remembered data to be passed to a child component.
- Added
backgroundanddebounceprops to the Form Component to accompany thesubmit-on-changefeature. - The Form Component now prevents submitting the request when the
actionis set to#.
1.2.5
1.2.4
- Support for dynamic URL in Defer component
- Support for left-positioned Slideover