Laravel Splade Versions Save

💫 The magic of Inertia.js with the simplicity of Blade 💫 - Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, and sparkle it to make it interactive. All without ever leaving Blade.

1.4.19

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/protonemedia/laravel-splade/compare/1.4.18...1.4.19

1.4.18

1 month ago

What's Changed

Full Changelog: https://github.com/protonemedia/laravel-splade/compare/1.4.17...1.4.18

1.4.17

1 month ago

What's Changed

Full Changelog: https://github.com/protonemedia/laravel-splade/compare/1.4.16...1.4.17

1.4.16

9 months ago
  • SEO bugfix for overwriting defaults
  • Workaround for missing Remote URL
  • Fixed Dusk CI tests

1.4.15.1

10 months ago
  • The Table component now preserves the scroll position when the sorting changes.
  • The Link component now respects system modifiers, for example, to open a new tab.
  • There's a new pagination-scroll attribute on the Table component to control the scroll behavior when using pagination. Valid values are top (default), head, and preserve.
  • You may now disable the Reset-button on the Table component with the reset-button attribute.
  • When using View Transitions, it will prevent a transition when the page just refreshes.

1.4.14

11 months ago
  • Downgraded the HeadlessUI library because of a bug in the upstream package

1.4.13

11 months ago
  • Experimental support for the View Transitions API
  • Fix translations for Table pagination (#389)
  • Option to suppress Vue’s compile errors in production (prevents blank pages)
  • Support for Events on Bridge components (thanks @bdsumon4u)
  • Fixed typo in Form Builder Select element (thanks @J87NL)
  • Add Forms and Tables directories to Tailwind config as a suggestion (thanks @J87NL)
  • Support for custom classes on the wrapper of the Submit element (thanks @J87NL)
  • Fix for passing Flatpickr options with the Form Builder (thanks @YungLin-CHU)
  • Allow other values than strings for checkboxes/radios in the Form Builder (thanks @J87NL)
  • Option to automatically add an asterisk to the label of required form elements (thanks @J87NL)

1.4.11

11 months ago

Fixed wrong Jodit import in v1.4.10 🙃

1.4.10

11 months ago
  • Support for Jodit editor (thanks @J87NL!)
  • Support for the blob attribute in the Form component

1.4.9.1

11 months ago

Patch release for newer Laravel versions