#110
This update only changes the installation commands, stub file. In your existing projects you need to install the Alpine Focus plugin and remove the Alpine Trap plugin. The reason is that Caleb merged the Trap plugin into the new Focus plugin.
npm install [@alpinejs](https://github.com/alpinejs)/focus
change your app.js to something like this:
import Alpine from 'alpinejs'
import focus from '[@alpinejs](https://github.com/alpinejs)/focus'
import collapse from '[@alpinejs](https://github.com/alpinejs)/collapse'
require('./bootstrap');
window.Alpine = Alpine
Alpine.plugin(focus)
Alpine.plugin(collapse)
Alpine.start()
tall-theme.cssIf 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.
Support for Nested Repeaters and Keyval fields.
fix: removed x-data on Honeypot/hidden fields.
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.
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
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.
View field for sponsorsI've avoided to add id to field types to avoid collisions if there are multiple forms on the same page. But I got a request to make labels clickable on checkbox, checkboxes and radio inputs.
Hope it doesn't cause any problems for you.
Repeater button size on mobile screen. (see tall-forms.css TW v2 only)$form_data exists on submit()On request, ability to confirm deletion, in Repeater.
Added Repeater->confirmDelete($message = '')
Select->multiple() method is marked as [@deprecated](https://github.com/deprecated)Input field and Notification trait.If you published the views, please review and merge the changes to the input.blade.php and Components/Input.php.
If you are on Tailwind 1.x
If you are on Tailwind 2.x

How can I help you explore Laravel packages today?