Skip to content

Releases: protonemedia/laravel-splade

1.4.9

18 May 07:21
Compare
Choose a tag to compare
  • Splade now respects URL fragments in the Link component

1.4.8.1

17 May 22:39
0612692
Compare
Choose a tag to compare

Minor update that bumps the JS dependencies, especially laravel-vite-plugin. As of Laravel 10.2 (skeleton, not the framework), the package.json type default to module, which caused issues with earlier versions of the Vite plugin.

1.4.8

29 Apr 17:33
Compare
Choose a tag to compare
  • Improved handling of Table Bulk Actions
  • Prevent opening modals after a silent refresh
  • Emit events when the browser history is modified

1.4.7

30 Mar 23:29
Compare
Choose a tag to compare
  • Use Vite 4 + updated npm dependencies (by @evici)
  • Allow a Closure as sortable parameter for Table columns (by @Jampire)
  • Table columns can now be aligned (left, center, and right)
  • Allow HtmlString for label/help attributes
  • htmlLabel and htmlHelp Form builder methods to allow texts that won't be escaped
  • Fixes for Form Builder validation (by @J87NL)
  • Fix for resolving the JS package version using the latest npm (by @Jampire)
  • Prevent horizontal scrollbar while opening slideovers (#350)
  • Improved animation when reloading the same modal
  • The Render component now emits an event after rendering the content
  • The SpladeMiddleware now ignores responses with a Content-Disposition header (#368)
  • Table classes now have a static build() method to improve support for custom tables (#334)

1.4.6

24 Mar 15:52
Compare
Choose a tag to compare
  • The keep-modal attribute from the Link component now also works on the Form component
  • Bridge components now work from URLs that use route bindings
  • The Lazy Component now retrieves the original URL from the backend instead of from the browser
  • Better handling of opening URLs in a Modal that only respond with a Toast
  • The Default Toast settings now also apply to Toasts sent from Broadcasted events
  • The Table component now resolves values from objects that use a magic getter
  • Partial refactor of the SpladeMiddleware

1.4.5

21 Mar 23:00
Compare
Choose a tag to compare
  • Option to preserve scroll position when using Splade::refreshOnEvent()

1.4.4

21 Mar 08:03
Compare
Choose a tag to compare
  • Event + Select bugfixes

1.4.3

17 Mar 08:44
Compare
Choose a tag to compare
  • Fixed duplicate select event

1.4.2

17 Mar 07:48
Compare
Choose a tag to compare
  • Added select-first-remote-option and reset-on-new-remote-url attributes to Select component
  • Support for transformed values in Table component
  • Improved handling of resource loading in Table component
  • Improved handling of AuthenticationException
  • Bugfix for Choices.js instance in Modal component

1.4.1

15 Mar 14:55
Compare
Choose a tag to compare
  • Support for closing modals explicitly (don't close on escape keypress or click outside)
  • Support for Table column classes
  • Allow x-splade-button component to be a Link element (with type="link")
  • Allow Eloquent Relationship instances in Splade Table
  • Transformer fix for nested data
  • Only test Windows stubs on latest version