Releases: tanthammar/tall-forms
Laravel 8 support
- Tested with Laravel 8 jetstream, livewire, team installation.
- Updated the Tailwind config installation docs for Laravel 8
allow keyDownEnter to be null or string
fix: let onKeyDownEnter be null. #20
More field attributes
4.1.0 Added more field attributes
Add missing use statements for traits
fix: installation error
Avoiding model = null
Trying to avoid incorrect model binding where model = null
Fix property names
Incorrectly named component properties
fix color error icon
Fix to correctly get the error icon classes from the config file.
v4 completely rewritten - breaking changes!
Do not upgrade from v3 to v4 without reading the docs (in progress)
The package is totally rewritten from the ground up.
Will post an upgrade guide in the wiki.
saveFoo() hook
new: saveFoo() hook for any field. Runs after model is saved.
Livewire native file upload - no js required
New: Native Livewire file upload field,
- with workaround for some livewire bugs
- no additional js required
- custom validation support with file deletion, not included in livewire native
- image preview
- automatic icon selection based on file type
- multiple upload supported
- custom error message
- livewire storage configuration required!
- docs coming ...
Breaking Change: removed old file upload,
- field definition remains the same,
- livewire storage configuration required!
New: labelSuffix()
- perfect for adding (*) to required fields
Improvement: added language support for spatie tags fields
Improvement: longer debounce for tags search, to many network requests
Improvement: removed 'form data' from validation attribute messages fixes #13
Improvement: moved deletion confirmation alert message to config file
Fix: removed @endif on error icons
Fix: added error class to textareas and select menus
In progress: preparing for multi selects
In progress: developing file upload field with image cropper