Skip to content

Releases: orchestral/html

v3.1.1

03 Jun 03:50
Compare
Choose a tag to compare
  • Bump minimum version to PHP v5.5.0.
  • Ensure checkboxes and select "options" return array instead of Illuminate\Support\Collection etc.

v3.1.0

24 May 05:49
Compare
Choose a tag to compare
  • Update support for Laravel Framework v5.1.
  • Add Form::number() and Form::date() helpers.
  • Add HTML::meta() and HTML::dl() helpers.

v3.0.1

07 May 10:49
Compare
Choose a tag to compare
  • Add Form::number() and Form::date() helpers.
  • Add HTML::meta() and HTML::dl() helpers.

v3.0.0

05 Feb 05:46
Compare
Choose a tag to compare
  • Update support for Laravel Framework v5.0.
  • Simplify PSR-2 path.
  • Replace illuminate/html.
  • Allow Orchestra\Html\Form\Factory to handle all request to Illuminate\Html\FormBuilder.
  • Utilize both illuminate/contracts and orchestra/contracts.
  • Update support for Laravel 5 paginator class.
  • Resolve form template directly from config, allow developer to add additional form type.
  • Add Orchestra\Html\FormBuilder, extending Illuminate\Html\FormBuilder to remove checkboxes macro.
  • Orchestra\Html\Form\Field::getField() can automatically render any object implementing Illuminate\Contracts\Support\Renderable.

v2.2.4

29 Nov 01:25
Compare
Choose a tag to compare
  • Allow Orchestra\Html\Form\Factory to handle all request to Illuminate\Html\FormBuilder.
  • Allow Orchestra\Html\Form\Field to handle instance of Illuminate\Support\Contracts\RenderableInterface.
  • Allow to filter sortable columns either using only or except option based on changes to Orchestra\Support\Traits\QueryFilterTrait.

v2.2.3

03 Aug 16:20
Compare
Choose a tag to compare
  • Add Orchestra\Html\Table\Grid::searchable() and Orchestra\Html\Table\Grid::sortable() to facilitate searching and sorting.
  • Allow to retrieve instance of Illuminate\Http\Request and Illuminate\Translation\Translator from within Form and Table builder.
  • Add Orchestra\Html\Table\Grid::paginated() helper method to access pagination state for current table.
  • Utilize Illuminate\Support\Arr.

v2.1.6

03 Aug 16:20
Compare
Choose a tag to compare
  • Allow to retrieve instance of Illuminate\Http\Request and Illuminate\Translation\Translator from within Form and Table builder.
  • Add Orchestra\Html\Table\Grid::paginated() helper method to access pagination state for current table.

v2.0.11

13 Jul 00:30
Compare
Choose a tag to compare
  • Remove abstract public function render() from Orchestra\Html\Abstractable\Builder to avoid exception to be thrown in some environment.

v2.2.2

30 Jun 13:35
Compare
Choose a tag to compare
  • Allow support for checkboxes form.
  • Utilize data_get() and array_*() helpers.

v2.1.5

30 Jun 13:14
Compare
Choose a tag to compare
  • Allow support for checkboxes form.
  • Utilize data_get() and array_*() helpers.