Skip to content

Releases: protonemedia/laravel-splade

0.6.9

25 Oct 09:35
Compare
Choose a tag to compare
  • Improved SEO handling with support for Open Graph and Twitter meta tags, Canonical URL, and separate configuration file.

0.6.8

23 Oct 21:48
Compare
Choose a tag to compare
  • Support for external domains in the Link component

0.6.7

23 Oct 21:28
Compare
Choose a tag to compare
  • Splade Middleware refactor

0.6.6

23 Oct 18:48
Compare
Choose a tag to compare
  • 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

20 Oct 17:27
Compare
Choose a tag to compare

0.6.4

20 Oct 14:55
Compare
Choose a tag to compare
  • Choices.js fix for default array values
  • Improved Dusk macro for Choices.js

0.6.3

18 Oct 08:09
Compare
Choose a tag to compare
  • Modal/slideover size tests + styling bugfix

0.6.2

17 Oct 11:16
Compare
Choose a tag to compare
  • 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 a name attribute

0.6.1

14 Oct 19:06
Compare
Choose a tag to compare
  • Added test + fix for form method spoofing

0.6.0

14 Oct 15:23
Compare
Choose a tag to compare
  • Built-in Query Builder for Table component
  • Optional custom cell component in addition to the existing directive (@cell)
  • Support for Table objects so you can reuse table configurations
  • Support for Bulk Actions (requires a table object)
  • Support for Exports (requires a table object)
  • make:table Command
  • Support for Modal/Slideover as Table RowLink
  • Bugfix for #74