Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Releases: protonemedia/laravel-form-components

3.0.1

08 Sep 07:44
Compare
Choose a tag to compare

Added name attribute when element is wired

3.0.0

08 Sep 07:32
96d340d
Compare
Choose a tag to compare

Support for Bootstrap 5 (thanks to @DionPotkamp!)

2.5.4

15 Feb 15:52
c0eb477
Compare
Choose a tag to compare
  • Bugfix for old nested data

2.5.3

11 Feb 09:16
19191d2
Compare
Choose a tag to compare
  • Bugfix for setting radio elements as checked/default

2.5.2

04 Jan 16:48
76ac5d7
Compare
Choose a tag to compare
  • Generate ID by name and value (checkbox and radio elements only)

2.5.1

22 Dec 16:53
2688847
Compare
Choose a tag to compare

Use the name attribute to auto-generate an ID (if not set)

2.5.0

22 Dec 16:15
a7d9d2f
Compare
Choose a tag to compare

Support for BelongsToMany, MorphMany, and MorphToMany relationships (select element)

2.4.0

11 Dec 11:18
7a2da87
Compare
Choose a tag to compare

Support for Livewire modifiers

2.3.0

01 Dec 18:07
efdee9f
Compare
Choose a tag to compare
  • Support for PHP 8.0
  • Dropped support for Livewire v1

2.2.0

25 Nov 13:31
b642e4d
Compare
Choose a tag to compare
  • Support for Tailwind CSS 2.0 with the Tailwind Forms plugin