Skip to content

Releases: protonemedia/laravel-splade

1.4.0

10 Mar 14:34
Compare
Choose a tag to compare

1.3.1

28 Feb 19:53
Compare
Choose a tag to compare
  • Table Component UI fixes

1.3.0

28 Feb 16:13
Compare
Choose a tag to compare
  • (Beta/Experimental) Added a WithVue trait to bind Blade Component method/props to Vue templates.
  • Support for Transformers to safely pass data to the frontend (Bridge, Data, Defer, Form components)
  • Support for empty state in Table Component (by @lartisan)
  • Added zh_CN translation (by @myxiaoao)
  • Added additional debugging info in the Event component
  • Table Bugfix for using both Bulk Actions and the Row Link feature (by @zulfikar-ditya)

1.2.15

16 Feb 13:51
Compare
Choose a tag to compare
  • Global Data store now keeps working with async data from the DynamicHtml, Lazy, and Rehydrate components
  • Textarea markup fix (#300 - thanks @evici!)
  • Fix for Data component when rendered server-side

1.2.14.1

15 Feb 14:32
80c920e
Compare
Choose a tag to compare
  • Patch release for Laravel 10

1.2.14

13 Feb 15:03
Compare
Choose a tag to compare
  • SpladeTable now uses the Conditionable trait.
  • Splade Middleware now has a static afterOriginalResponse() method to interact with the original, pre-Splade response.

1.2.13

12 Feb 16:44
Compare
Choose a tag to compare
  • Errors from the session will now be passed to the frontend
  • Bugfix for resolving the Blade compiler out of the container

1.2.12

10 Feb 16:05
Compare
Choose a tag to compare
  • Support for Global Data Store
  • Support for custom headers in the Defer Component
  • Modals can now be opened by default on page load
  • Sharing data with a callback will now be resolved on response instead of immediately
  • Fix for Toasts containing multiple lines
  • Fix for custom label slot in Checkboxes and Radios components
  • Massive refactor of some internal Blade magic
  • Increased the default wait time in the Dusk test suite, which significantly improves the CI results

1.2.11.1

07 Feb 10:42
Compare
Choose a tag to compare
  • Bugfix for missing config for new Blade directives

1.2.11

04 Feb 17:18
Compare
Choose a tag to compare
  • Added @seoTitle, @seoDescription, and @seoKeywords Blade Directives
  • The Form and Link components now have a confirm-danger attribute in addition to the existing confirm attribute
  • Improved style handling for the Form Group component
  • Rehydrating multiple sections at once sometimes messed with the progress bar, this is now fixed