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@seoKeywords
Blade Directives - The Form and Link components now have a
confirm-danger
attribute in addition to the existingconfirm
attribute - 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+xml
for improved handling of redirects - The Splade Middleware now prevents an additional front-end request when the
X-Splade-Prevent-Refresh
header is used
1.2.7
- Added
require-password-once
attribute 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
background
anddebounce
props to the Form Component to accompany thesubmit-on-change
feature. - The Form Component now prevents submitting the request when the
action
is set to#
.
1.2.5
1.2.4
- Support for dynamic URL in Defer component
- Support for left-positioned Slideover