Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
* 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](https://github.com/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`.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jun 14, 2016
1 parent dc8903d commit 2cef196
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ title: HTML Change Log

---

## Version 3.3 {#v3-3}

### v3.3.0 {#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` 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](https://github.com/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`.

## Version 3.2 {#v3-2}

### v3.2.3 {#v3-2-3}
Expand Down

0 comments on commit 2cef196

Please sign in to comment.