Releases: laravie/html
Releases · laravie/html
v5.3.2
v5.4.0
Changes
- Update support to Laravel Framework 5.4.
- Added support for array attributes. (@guillaumebriday)
v5.3.1
v5.3.0
v5.2.3
Fixed
_method
fields shouldn't use session data. This solves scenario where Form is used more than once.
Changes
- Make escaping of labels for HTML and mailto links optional.
- Transform the field name when getting the form value from model.
- Allow
Collective\Html\Eloquent\FormAccessible
to access value from related model.
v5.2.2
v5.2.1
v5.1.5
v5.2.0
New
- Add
Collective\Html\Componentable
trait to build HTML or Form components. (@adamgoose) - Add
Collective\Html\Eloquent\FormAccessible
trait. @adamgoose)
Changes
- Update support to Laravel Framework 5.2.
- Convert all output to return
Illuminate\Support\Htmlable
instead of basicstring
. @adamgoose)