Skip to content

Releases: tanthammar/tall-forms

Laravel 8 support

28 Sep 13:07
Compare
Choose a tag to compare
  • Tested with Laravel 8 jetstream, livewire, team installation.
  • Updated the Tailwind config installation docs for Laravel 8

allow keyDownEnter to be null or string

28 Sep 07:59
Compare
Choose a tag to compare

fix: let onKeyDownEnter be null. #20

More field attributes

27 Sep 17:47
Compare
Choose a tag to compare
4.1.0

Added more field attributes

Add missing use statements for traits

27 Sep 13:04
Compare
Choose a tag to compare

fix: installation error

Avoiding model = null

25 Sep 15:39
Compare
Choose a tag to compare

Trying to avoid incorrect model binding where model = null

Fix property names

25 Sep 15:12
Compare
Choose a tag to compare

Incorrectly named component properties

fix color error icon

25 Sep 09:31
Compare
Choose a tag to compare

Fix to correctly get the error icon classes from the config file.

v4 completely rewritten - breaking changes!

24 Sep 16:59
Compare
Choose a tag to compare

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

24 Aug 23:36
Compare
Choose a tag to compare

new: saveFoo() hook for any field. Runs after model is saved.

Livewire native file upload - no js required

24 Aug 17:17
Compare
Choose a tag to compare

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