Skip to content

v3.3.0

Choose a tag to compare

@crynobone crynobone released this 21 Jun 14:31
· 169 commits to 6.x since this release
  • Update support for Laravel Framework v5.3.
  • Normalize field name as id to allow validation to be populated properly.
  • Orchestra\Html\Form\FormBuilder and Orchestra\Html\Table\TableBuilder no longer implements Illuminate\Contracts\Support\Renderable contract.
  • Allow to set page name property using the setter for Orchestra\Html\Table\Grid::$pageName.
  • Allow data to be retrieved from Eloquent collections for type hinting on Orchestra\Html\Table\Grid. (@stevebauman)
  • Orchestra\Html\Form\FormBuilder and Orchestra\Html\Table\TableBuilder implements Illuminate\Contracts\Support\Htmlable contract.
  • Remove deprecated views attributes for Orchestra\Html\Form\FormBuilder and Orchestra\Html\Table\TableBuilder.