Skip to content

Releases: laravie/html

v5.3.2

18 Jul 01:49
Compare
Choose a tag to compare

Added

  • Add Collective\Html\FormBuilder::entities().
  • Add support to build attributes from nested array.
  • Add support for boolean type attributes.

v5.4.0

26 Jan 01:17
Compare
Choose a tag to compare

Changes

  • Update support to Laravel Framework 5.4.
  • Added support for array attributes. (@guillaumebriday)

v5.3.1

27 Nov 11:35
Compare
Choose a tag to compare

Changes

  • Allow to escape Form::button().

v5.3.0

26 Aug 03:11
Compare
Choose a tag to compare

Changes

  • Update support to Laravel Framework 5.3.

v5.2.3

21 Jun 14:20
Compare
Choose a tag to compare

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

16 Feb 09:37
Compare
Choose a tag to compare

New

  • Add Collective\Html\HtmlBuilder::tag() helper. (@paulvl)

Fixed

  • Collective\Html\HtmlBuilder::textarea() should return Illuminate\Support\HtmlString.

v5.2.1

26 Dec 17:35
Compare
Choose a tag to compare

New

  • Add native-placeholder configuration option to display native placeholder for Form::select().

v5.1.5

26 Dec 17:21
Compare
Choose a tag to compare

New

  • Add native-placeholder configuration option to display native placeholder for Form::select().

v5.2.0

21 Dec 11:03
Compare
Choose a tag to compare

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 basic string. @adamgoose)

v5.1.4

21 Dec 09:20
Compare
Choose a tag to compare

New

  • Add Form::color() helper method. (@mul14)
  • Add boolean attributes unit tests. (@EspadaV8)
  • Add select optgroup unit tests. (@EspadaV8)