Skip to content

Releases: tanthammar/tall-forms

Laravel 10

11 Apr 09:08
d666c3d
Compare
Choose a tag to compare
Merge pull request #123 from laravel-shift/l10-compatibility

Laravel 10.x Compatibility

PR #119 Jetstream or Breeze verison checking

22 Aug 12:30
02915ad
Compare
Choose a tag to compare
Merge pull request #119 from kulcsarbalazs/patch-1

(fix) Jetstream or Breeze verison checking

fix #113

11 Mar 15:19
Compare
Choose a tag to compare
8.2.8

fix #113

Fix DesignField rendering error

26 Feb 11:08
Compare
Choose a tag to compare
8.2.7

fix designElement errors

Turkish

16 Feb 10:04
Compare
Choose a tag to compare

Laravel 9 compatibility

09 Feb 15:43
841452b
Compare
Choose a tag to compare
8.2.5

Laravel 9 requires php 8.0.2 minimum

Fix session notifications

04 Feb 19:24
Compare
Choose a tag to compare
8.2.4

fix session notifications

Fix merging classes to field attributes with an empty array

03 Feb 15:13
Compare
Choose a tag to compare
8.2.3

Merge branch 'master' of https://github.com/tanthammar/tall-forms

Alpine Trap plugin merged into Alpine Focus

17 Jan 15:55
Compare
Choose a tag to compare

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/focus

change your app.js to something like this:

import Alpine from 'alpinejs'
import focus from '@alpinejs/focus'
import collapse from '@alpinejs/collapse'


require('./bootstrap');

window.Alpine = Alpine

Alpine.plugin(focus)
Alpine.plugin(collapse)
Alpine.start()

artisan make form without buttons cmd

28 Dec 15:06
Compare
Choose a tag to compare
8.2.1

artisan make form without buttons cmd