Releases: barryvdh/laravel-form-bridge
Releases · barryvdh/laravel-form-bridge
v0.7.3
v0.7.2
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #54
- Fix typehints by @barryvdh in #55
- Test against php 8.3 by @sergiy-petrov in #53
New Contributors
- @laravel-shift made their first contribution in #54
Full Changelog: v0.7.1...v0.7.2
Tweak validation rules
Merge pull request #48 from bonroyage/collection-validation Support validation for CollectionType with fields
Drop old versions, support Laravel 10
Merge pull request #52 from barryvdh/feat-laravel-10 Allow Laravel 10
v0.6.0
Support Laravel 9 / Twig 3
v0.6.0-beta1 Allow Laravel 9
v0.5.2: Merge pull request #43 from sailingdeveloper/patch-1
Laravel 8 Support