Releases: protonemedia/laravel-splade
Releases · protonemedia/laravel-splade
0.4.9
- Styling issues fixed
0.4.8
- Support for
name
andvalue
attributes in the Submit component - Styling fixes
- Ignore
StreamedResponse
in 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
name
attribute - 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 theunguarded
attribute when binding an Eloquent Model or Fluent instance. This is not necessary when using the new Form Components.
0.3.1
Bump npm package