Releases: orchestral/html
Releases · orchestral/html
v3.7.0
v3.6.0
v3.5.0
v3.4.0
v3.3.2
v3.3.1
- Add
Orchestra\Html\Traits\Decorate
trait. - Allow to send data to view via
Orchestra\Html\Grid::layout()
method which is available in the view as$meta
. - Allow
Orchestra\Html\Builder
to pass through to request toOrchestra\Html\Grid
. - Remove deprecated
$control
parameter fromOrchestra\Html\Form\Field
. - Refactor views.
v3.2.4
v3.1.18
v3.3.0
- Update support for Laravel Framework v5.3.
- Normalize field name as id to allow validation to be populated properly.
Orchestra\Html\Form\FormBuilder
andOrchestra\Html\Table\TableBuilder
no longer implementsIlluminate\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
andOrchestra\Html\Table\TableBuilder
implementsIlluminate\Contracts\Support\Htmlable
contract.- Remove deprecated views attributes for
Orchestra\Html\Form\FormBuilder
andOrchestra\Html\Table\TableBuilder
.
v3.2.3
- Allow data to be retrieved from Eloquent collections for type hinting on
Orchestra\Html\Table\Grid
. (@stevebauman)