Skip to content

Commit

Permalink
v3.1.6
Browse files Browse the repository at this point in the history
* 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.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 29, 2015
1 parent cc4a874 commit aef765a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changes.md
Expand Up @@ -5,6 +5,11 @@ title: HTML Change Log

## Version 3.1 {#v3-1}

### v3.1.16 {#v3-1-16}

* 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.

### v3.1.15 {#v3-1-15}

* Run `rawurlencode()` on keyword input under `Orchestra\Html\Table\Grid::searchable()`.
Expand Down

0 comments on commit aef765a

Please sign in to comment.