From 2cef196eab043d3883bdd9620477147c490557f9 Mon Sep 17 00:00:00 2001 From: crynobone Date: Wed, 15 Jun 2016 06:00:58 +0800 Subject: [PATCH] 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`. Signed-off-by: crynobone --- docs/changes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changes.md b/docs/changes.md index dda7962..15d3d83 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -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}