Releases: orchestral/html
Releases · orchestral/html
v2.2.1
v2.1.4
v2.2.0
v2.1.3
v2.1.2
v2.1.1
v2.1.0
HTML::image()
,HTML::link()
,HTML::create()
,HTML::ol()
,HTML::ul()
and macro will utilizeHTML::raw()
.- Predefined package path to avoid additional overhead to guest package path.
- Add
Orchestra\Html\Form\Grid::resource()
andOrchestra\Html\Form\Grid::setup()
to simplify some code generation viaOrchestra\Html\Form\PresenterInterface
contract. - Implement PSR-2 coding standard.
- Allow creation of
Form::button
from Form Builder. - Add additional to array convertion as
Orchestra\Html\Table\Grid::with()
should be able to take any time of:- Array
Illuminate\Support\Contracts\ArrayableInterface
Illuminate\Pagination\Paginator
instance- Database Query Builder (Fluent and Eloquent)
Orchestra\Html\Table\Grid::with()
to convert array toIlluminate\Support\Fluent
to provide an object-like usage.
v2.0.10
- Allow creation of
Form::button
from Form Builder. - Add additional to array convertion as
Orchestra\Html\Table\Grid::with()
should be able to take any time of:- Array
Illuminate\Support\Contracts\ArrayableInterface
Illuminate\Pagination\Paginator
instance- Database Query Builder (Fluent and Eloquent)
Orchestra\Html\Table\Grid::with()
to convert array toIlluminate\Support\Fluent
to provide an object-like usage.