Skip to content

Releases: orchestral/html

v3.7.0

15 Sep 04:50
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.7.

v3.6.0

15 Sep 04:47
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.6.

v3.5.0

03 Sep 06:53
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.5.

v3.4.0

12 Mar 07:37
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.4.

v3.3.2

14 Feb 01:35
Compare
Choose a tag to compare
  • Fixed compatibility with laravie/html.
  • Simplify Orchestra\Html\Form\Control::resolveFieldValue().

v3.3.1

24 Jun 14:53
Compare
Choose a tag to compare
  • 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 to Orchestra\Html\Grid.
  • Remove deprecated $control parameter from Orchestra\Html\Form\Field.
  • Refactor views.

v3.2.4

24 Jun 14:25
Compare
Choose a tag to compare
  • Deprecates passing $control to Orchestra\Html\Form\Field::getField().

v3.1.18

24 Jun 14:25
Compare
Choose a tag to compare
  • Deprecates passing $control to Orchestra\Html\Form\Field::getField().

v3.3.0

21 Jun 14:31
Compare
Choose a tag to compare
  • 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.

v3.2.3

31 Jan 14:27
Compare
Choose a tag to compare
  • Allow data to be retrieved from Eloquent collections for type hinting on Orchestra\Html\Table\Grid. (@stevebauman)