Skip to content

Releases: orchestral/html

v3.1.10

30 Oct 14:17
Compare
Choose a tag to compare
  • Transform instance of Eloquent to Eloquent Query Builder when generating a table.

v3.1.9

28 Oct 00:36
Compare
Choose a tag to compare
  • Allow escaping html entities when given an instance of Illuminate\Contracts\Support\Htmlable.
  • Allow table column value to properly handle instance of Illuminate\Contracts\Support\Renderable.

v3.1.8

02 Oct 23:49
Compare
Choose a tag to compare
  • Set the Orchestra\Html\Table\Grid::$model as array by default to avoid class to throw an error when manually setting the rows.
  • Avoid rebuilding model to array when it's an empty array.

v3.1.7

22 Sep 08:12
Compare
Choose a tag to compare
  • Don't double escape in Orchestra\Html\Support\FormBuilder::option().
  • Allow Orchestra\Html\Support\FormBuilder::checkbox() to work with eloquent relationship.
  • Fixes incorrect param type in Orchestra\Html\Support\HtmlBuilder codeblock.

v3.1.6

19 Sep 16:10
Compare
Choose a tag to compare
  • Rework on configuration binding. Solve issue where configuration is missing when binding occur earlier than service provider booting process especially during testing.
  • Use new Orchestra\Html\HtmlBuilder::attributable() on table default views.

v3.1.5

14 Sep 11:37
Compare
Choose a tag to compare
  • Add Orchestra\Html\HtmlBuilder::attributable() method.

v3.0.2

14 Sep 11:37
Compare
Choose a tag to compare
  • Add Orchestra\Html\HtmlBuilder::attributable() method.

v3.1.4

08 Aug 03:15
Compare
Choose a tag to compare
  • Add support for Laravel 5 Config.
  • Add tel and time input field.
  • Allow inserting just the basic Eloquent model into the Orchestra\Html\Table\Grid::with() method.

v3.1.3

06 Jul 08:32
Compare
Choose a tag to compare
  • Add a new Orchestra\Html\Grid::find() contracts and implements it on:
    • Orchestra\Html\Form\Fieldset.
    • Orchestra\Html\Table\Grid.

v3.1.2

16 Jun 10:48
Compare
Choose a tag to compare
  • Improved performances by reducing call within Illuminate\Container\Container.