Releases: protonemedia/laravel-splade
Releases · protonemedia/laravel-splade
1.4.20
1.4.19
What's Changed
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #562
- Bump nick-invision/retry from 2 to 3 by @dependabot in #558
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #559
- Bump actions/cache from 3 to 4 by @dependabot in #560
- Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #561
- fix: missing translation in confirm.blade.php by @ibrunotome in #496
- Add blob option for Form Builder by @jamesj2 in #461
- Fix select duplicate queries by @KinArnaud in #466
- Support for
HtmlString
in Toasts by @pascalbaljet in #563 - Fix formbuilder events by @jamesj2 in #479
- #450: updated HTML tag matching Regexp in CustomBladeCompiler.php by @majortom731 in #451
New Contributors
- @ibrunotome made their first contribution in #496
- @jamesj2 made their first contribution in #461
- @majortom731 made their first contribution in #451
Full Changelog: 1.4.18...1.4.19
1.4.18
What's Changed
- Support for installing on fresh L11 installations by @pascalbaljet in #557
Full Changelog: 1.4.17...1.4.18
1.4.17
What's Changed
- Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #512
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #528
- Bump actions/setup-node from 3 to 4 by @dependabot in #530
- Bump actions/checkout from 3.6.0 to 4.1.1 by @dependabot in #531
- Support for Laravel 11 and PHP 8.3 by @pascalbaljet in #553
Full Changelog: 1.4.16...1.4.17
1.4.16
- SEO bugfix for overwriting defaults
- Workaround for missing Remote URL
- Fixed Dusk CI tests
1.4.15
- 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 aretop
(default),head
, andpreserve
. - 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
- Downgraded the HeadlessUI library because of a bug in the upstream package
1.4.13
- 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
Fixed wrong Jodit import in v1.4.10 🙃