Releases: tanthammar/tall-forms
Tailwind 3.0 support
- This update has no breaking changes UNLESS you re-publish
tall-theme.css
- The views are compatible with both Tailwind 3.x and Tailwind 2.x
- The artisan installation command installs Tailwind 3 and an updated tall-theme.css
- The Tailwind 2 theme is still available with a separate artisan publish command.
If you want to upgrade your project to Tailwind 3, you can check the manual installation pages for examples of Tailwind 3 and Laravel mix configs.
Nested KeyVal and Repeaters
Support for Nested Repeaters and Keyval fields.
fix: removed x-data on Honeypot/hidden fields.
Lock to Tailwind 2.x
Tailwind 3.x has been released. This update locks the installer to Tailwind 2.
Will start to work on a Tailwind 3 compatible version asap.
v8
This release contains a lot of breaking changes.
If you use the sponsor-fields, you have to update that package at the same time.
I will announce on twitter and discord when the documentation is complete.
Requirements
Php ^8.0|^8.1
Laravel ^8.75.0
Livewire ^2.8.1
Alpine ^3.5.1
Alpine Trap ^3.5.2 plugin
Alpine Collapse ^3.7.0 plugin
Tailwind 2.x
Fix default onDeleteModel()
7.9.9.3 Fix default onDeleteModel() method
Fix custom wrapViewPath
7.9.9.2 fix custom wrapViewPath
move title in default wrapper stub for plain lv8 proj
7.9.9.1 move title in default wrapper stub for plain lv8 proj
Fix ImageCropper updatedFoo() hook
7.9.9 Fix ImageCropper updatedFoo()
remove "." from error messages if applied to Repeater/Keyval wrappers
7.9.8 remove "." in error message if rules are applied to Repeater/KeyVal w…
Updated artisan installation command and wiki
From this release forward, tall-forms artisan installation command and documentation, will only support Laravel 8, Laravel mix 6, Tailwind 2.x
This has no effect on existing installations.
The package is still compatible with Laravel 7, and Tailwind 1.x, but I will not maintain documentation for it.