Skip to content

Releases: tanthammar/tall-forms

Tailwind 3.0 support

28 Dec 11:10
Compare
Choose a tag to compare
  • 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

10 Dec 19:31
Compare
Choose a tag to compare

Support for Nested Repeaters and Keyval fields.

fix: removed x-data on Honeypot/hidden fields.

Lock to Tailwind 2.x

10 Dec 10:35
Compare
Choose a tag to compare

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

09 Dec 15:02
a5e8121
Compare
Choose a tag to compare
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

Link to new documentation

Fix default onDeleteModel()

03 Jul 18:41
Compare
Choose a tag to compare
7.9.9.3

Fix default onDeleteModel() method

Fix custom wrapViewPath

26 May 18:20
Compare
Choose a tag to compare
7.9.9.2

fix custom wrapViewPath

move title in default wrapper stub for plain lv8 proj

04 May 15:55
Compare
Choose a tag to compare
7.9.9.1

move title in default wrapper stub for plain lv8 proj

Fix ImageCropper updatedFoo() hook

04 May 13:53
Compare
Choose a tag to compare
7.9.9

Fix ImageCropper updatedFoo()

remove "." from error messages if applied to Repeater/Keyval wrappers

04 May 13:23
Compare
Choose a tag to compare
7.9.8

remove "." in error message if rules are applied to Repeater/KeyVal w…

Updated artisan installation command and wiki

04 May 13:07
Compare
Choose a tag to compare

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.