Skip to content

Releases: orchestral/html

v3.2.2

06 Jan 01:38
Compare
Choose a tag to compare
  • Allow to set page name property using the setter for Orchestra\Html\Table\Grid::$pageName.

v3.1.17

06 Jan 01:34
Compare
Choose a tag to compare
  • Allow to set page name property using the setter for Orchestra\Html\Table\Grid::$pageName.

v3.2.1

30 Dec 06:46
Compare
Choose a tag to compare
  • 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.16

29 Dec 23:43
Compare
Choose a tag to compare
  • 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.2.0

22 Dec 08:43
Compare
Choose a tag to compare
  • Update support for Laravel Framework v5.2.
  • Improved performances by reducing call within Illuminate\Container\Container.
  • Add a new Orchestra\Html\Grid::find() contracts and implements it on:
    • Orchestra\Html\Form\Fieldset.
    • Orchestra\Html\Table\Grid.
  • Add support for Laravel 5 Config.
  • Allow inserting just the basic Eloquent model into the Orchestra\Html\Table\Grid::with() method.
  • Add Orchestra\Html\HtmlBuilder::attributable() method.
  • 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.
  • Transform instance of Eloquent to Eloquent Query Builder when generating a table.
  • Use available laravie/html packages for base HTML and Form builders.
  • Allow Table to be generated from relationship models.
  • Boot Orchestra\Html\HtmlServiceProvider when Orchestra\Html\HtmlBuilder or Orchestra\Html\FormBuilder is required to be resolved via the IoC.
  • Parse form type if Orchestra\Contracts\Html\Form\Template (or assigned presenter) has the method.
  • Add orchestra/html::form.templates.checkboxes default config.
  • Use Orchestra\Support\Str::humanize() to parse proper label from model attributes.
  • Run rawurlencode() on keyword input under Orchestra\Html\Table\Grid::searchable().

v3.1.15

22 Dec 08:41
Compare
Choose a tag to compare
  • Run rawurlencode() on keyword input under Orchestra\Html\Table\Grid::searchable().

v3.1.14

17 Dec 23:42
Compare
Choose a tag to compare
  • Fixes Orchestra\Html\Table\Grid::paginate(1) to evaluate the value as integer instead of boolean. (stevebauman).

v3.1.13

01 Dec 15:43
Compare
Choose a tag to compare
  • Fixes Form control translating any input:* to use available template instead falling back to Orchestra\Contracts\Html\Form\Field::input() method.

v3.1.12

24 Nov 10:26
Compare
Choose a tag to compare
  • Parse form type if Orchestra\Contracts\Html\Form\Template (or assigned presenter) has the method.
  • Add orchestra/html::form.templates.checkboxes default config.
  • Use Orchestra\Support\Str::humanize() to parse proper label from model attributes.

v3.1.11

04 Nov 13:43
Compare
Choose a tag to compare
  • Use available laravie/html packages for base HTML and Form builders.
  • Allow Table to be generated from relationship models.
  • Boot Orchestra\Html\HtmlServiceProvider when Orchestra\Html\HtmlBuilder or Orchestra\Html\FormBuilder is required to be resolved via the IoC.