Releases: protonemedia/laravel-splade
Releases · protonemedia/laravel-splade
0.6.10
- Axios fix
0.6.9
- Improved SEO handling with support for Open Graph and Twitter meta tags, Canonical URL, and separate configuration file.
0.6.8
- Support for external domains in the Link component
0.6.7
- Splade Middleware refactor
0.6.6
- Support for external redirects (automatic and explicit via
Splade::redirectAway()
) - With a Date-range Form Input component, only update the internal Vue model when both dates are selected
0.6.5
- Checkbox value fix
- Revert fix for micro-optimization on view events (laravel/framework#44653)
0.6.4
- Choices.js fix for default array values
- Improved Dusk macro for Choices.js
0.6.3
- Modal/slideover size tests + styling bugfix
0.6.2
- Form
submit-on-change
attribute @preserveScroll
directive- Form
stay
now also ignores responses that don't redirect back - Additional test for using form components with
v-model
instead of aname
attribute
0.6.1
- Added test + fix for form method spoofing