Skip to content

Releases: protonemedia/laravel-splade

1.1.0

08 Dec 09:30
Compare
Choose a tag to compare
  • Support for handling existing files with the FilePond integration, including support for Spatie's Media Library.
  • Support for PHP 8.2.
  • Refactored the Vue Teleport component.

1.0.4

28 Nov 21:16
Compare
Choose a tag to compare
  • Added setting to escape validation messages or not (#134)
  • Bugfix for resolving FilePond uploads (#126)

1.0.3

27 Nov 17:21
Compare
Choose a tag to compare
  • Better JS console error message when the response is not a Splade response
  • Improved persistent layout handling

1.0.2

25 Nov 14:35
Compare
Choose a tag to compare
  • Form Components now respect the autofocus attribute
  • Fix for Table rowLink feature when combined with custom cells containing other links

1.0.1

23 Nov 20:13
Compare
Choose a tag to compare
  • Fix for validating uploads with a Rules\File::class instance

1.0.0

23 Nov 14:20
Compare
Choose a tag to compare

Splade gives you a massive head start when building applications. Navigate the documentation or watch the videos to discover its power, but to give you a glance, here's a short overview of some of the best features:

  • Splade allows you to use the Laravel Blade template engine and build a single-page application using regular server-side routing without building an API. You still have the full power of Vue.js when you need it.
  • Splade aims to stick as close as possible to the default Laravel features and development flow.
  • Automatic installer and support for the Laravel Breeze starter kit.
  • Besides the SPA navigation features, it has more than 20 interactive components that are huge timesavers.
  • Most components are functional and unstyled, giving you complete control over the implementation.
  • Other components are styled with Tailwind CSS 3.0, but can be fully customized by publishing the Blade templates. You don't need to rebuild or recompile any JavaScript for this.
  • Built-in support for Modals and Slideover that can show any route or pre-loaded content.
  • Beautiful Form Components with support for Validation and (Eloquent) Model binding. Built-in integration with Autosize, Choices.js, FilePond, and Flatpickr, including async file uploads.
  • DataTables-like Table component that supports auto-fill, bulk actions, exports, searching, sorting, and more!
  • Support Lazy Loading (templates and data), Persistent Layout, Animations, and Teleports.
  • Laravel Echo integration to control browser behavior from the backend (redirecting, refreshing, and showing a toast).
  • Built-in SEO (title, description, keywords) with support for Open Graph and Twitter tags.
  • Support for custom Blade and Vue components.
  • Support for existing Blade and Vue libraries.
  • Support for SSR (server-side rendering).

0.7.8.2

23 Nov 11:23
Compare
Choose a tag to compare
  • Fix for publishing Form stylesheets
  • Slideover styling fix

0.7.8.1

22 Nov 12:52
Compare
Choose a tag to compare
  • Allow modal/slider classes on outer div

0.7.8

22 Nov 12:34
Compare
Choose a tag to compare
  • Fix for custom cells of nested columns
  • Vue main element cleanup after mount

0.7.7

19 Nov 13:19
Compare
Choose a tag to compare
  • Allow Link component to make non-GET requests (#122)
  • Prevent wrong pagination call (#110)
  • Move the ESM bundler from vite.config.js to app.js