Skip to content

v5.2.0

Compare
Choose a tag to compare
@crynobone crynobone released this 21 Dec 11:03
· 95 commits to 5.2 since this release

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)