Skip to content

Releases: protonemedia/laravel-splade

1.4.19

20 Mar 14:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.18...1.4.19

1.4.18

18 Mar 17:08
dffa10b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.17...1.4.18

1.4.17

18 Mar 13:42
f1c5beb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.16...1.4.17

1.4.16

03 Aug 12:34
Compare
Choose a tag to compare
  • SEO bugfix for overwriting defaults
  • Workaround for missing Remote URL
  • Fixed Dusk CI tests

1.4.15

26 Jun 20:56
Compare
Choose a tag to compare
  • 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

14 Jun 20:53
Compare
Choose a tag to compare
  • Downgraded the HeadlessUI library because of a bug in the upstream package

1.4.13

14 Jun 19:31
Compare
Choose a tag to compare
  • 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

18 May 22:14
Compare
Choose a tag to compare

Fixed wrong Jodit import in v1.4.10 🙃

1.4.10

18 May 22:00
Compare
Choose a tag to compare
  • Support for Jodit editor (thanks @J87NL!)
  • Support for the blob attribute in the Form component

1.4.9.1

18 May 11:15
Compare
Choose a tag to compare

Patch release for newer Laravel versions