Skip to content

Releases: protonemedia/laravel-splade

0.4.8

25 Aug 12:24
Compare
Choose a tag to compare
  • Support for name and value attributes in the Submit component
  • Styling fixes
  • Ignore StreamedResponse in Splade middleware
  • Additional tests for nested data

0.4.7

24 Aug 20:32
Compare
Choose a tag to compare
  • Simplified redirects

0.4.6

24 Aug 14:50
Compare
Choose a tag to compare
  • Prepare form help texts

0.4.5

24 Aug 13:08
Compare
Choose a tag to compare
  • Fix for undefined checkboxes
  • Fix for form elements without a name attribute
  • Cleaner submit component

0.4.3

24 Aug 11:14
Compare
Choose a tag to compare
  • Better handling of undefined data in the Form Component
  • Exclude binary file responses from the Splade middleware

0.4.2

22 Aug 18:26
Compare
Choose a tag to compare
  • Middleware fix for resolving validation errors
  • Disable the form fields when processing

0.4.1

22 Aug 13:58
Compare
Choose a tag to compare

Cleanup

0.4.0

22 Aug 12:34
Compare
Choose a tag to compare
  • 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 the unguarded attribute when binding an Eloquent Model or Fluent instance. This is not necessary when using the new Form Components.

0.3.1

12 Aug 10:16
Compare
Choose a tag to compare

Bump npm package

0.3.0

12 Aug 08:47
Compare
Choose a tag to compare
  • Table component with support auto-fill, searching, filtering, sorting, toggling columns, and pagination.