This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Releases: protonemedia/laravel-splade
Releases · protonemedia/laravel-splade
0.4.10
- Prepare Splade installer for Breeze starter-kit
- Fix for not showing the bound values when using Choices.js and Flatpickr
0.4.9
- Styling issues fixed
0.4.8
- Support for
nameandvalueattributes in the Submit component - Styling fixes
- Ignore
StreamedResponsein Splade middleware - Additional tests for nested data
0.4.7
- Simplified redirects
0.4.6
- Prepare form help texts
0.4.5
- Fix for undefined checkboxes
- Fix for form elements without a
nameattribute - Cleaner submit component
0.4.3
- Better handling of undefined data in the Form Component
- Exclude binary file responses from the Splade middleware
0.4.2
- Middleware fix for resolving validation errors
- Disable the form fields when processing
0.4.1
Cleanup
0.4.0
- Form Components to rapidly build forms. It supports model binding and validation, includes default styling, and is still fully customizable! It integrates with Autosize to automatically adjust textarea height, Choices.js to make selects searchable and taggable, and Flatpickr to provide a powerful datetime picker.
- Default data passed to
<x-form>now requires theunguardedattribute when binding an Eloquent Model or Fluent instance. This is not necessary when using the new Form Components.