Skip to content

Releases: protonemedia/laravel-splade

1.2.10

03 Feb 21:49
Compare
Choose a tag to compare
  • Refactor of the changes in 1.2.8 + 1.2.9

1.2.9

03 Feb 20:24
Compare
Choose a tag to compare
  • Fixed handling of non-default valdation bags

1.2.8.1

03 Feb 14:40
Compare
Choose a tag to compare
  • Minor bugfix

1.2.8

03 Feb 14:36
Compare
Choose a tag to compare
  • 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

01 Feb 21:01
Compare
Choose a tag to compare
  • Added require-password-once attribute to Form and Link components
  • Fixed consistency of button styling (file input and form submit)

1.2.6

01 Feb 15:20
Compare
Choose a tag to compare
  • The Data Component now restores the saved data before it mounts, allowing the remembered data to be passed to a child component.
  • Added background and debounce props to the Form Component to accompany the submit-on-change feature.
  • The Form Component now prevents submitting the request when the action is set to #.

1.2.5

30 Jan 21:49
Compare
Choose a tag to compare
  • Support for password confirmation in Table Bulk Actions (#255)
  • The success event of the Defer component now emits the response data
  • Bugfix for selecting all filtered results (#266)
  • Improved Filepond testing with Dusk

1.2.4

25 Jan 12:06
Compare
Choose a tag to compare
  • Support for dynamic URL in Defer component
  • Support for left-positioned Slideover

1.2.3

24 Jan 21:48
Compare
Choose a tag to compare
  • Fix for wrong order of Lazy and Rehydrate components.

1.2.2

23 Jan 22:58
Compare
Choose a tag to compare
  • Confirm modal now supports requiring the users' password
  • Support for image preview in the File component (without using Filepond)
  • Support for poll in the Rehydrate component