Skip to content

Releases: orchestral/html

v2.2.1

13 Jun 07:53
Compare
Choose a tag to compare
  • Allow control to be accessed from Orchestra\Html\Form\Grid context via a new find() method.

v2.1.4

13 Jun 07:50
Compare
Choose a tag to compare
  • Allow control to be accessed from Orchestra\Html\Form\Grid context via a new find() method.

v2.2.0

02 Jun 04:29
Compare
Choose a tag to compare
  • Bump minimum version to PHP v5.4.0.
  • Update to use Illuminate\View\Factory.
  • Rename Environment to Factory.

v2.1.3

13 Jun 07:37
Compare
Choose a tag to compare
  • Add secure url option to HTML::image() as per changes on Illuminate\Html.

v2.1.2

04 Mar 12:57
Compare
Choose a tag to compare
  • Implement PSR-4 autoloading structure.

v2.1.1

08 Feb 17:43
Compare
Choose a tag to compare
  • Fixes FatalErrorException being thrown when inheriting abstract method.

v2.1.0

27 Dec 16:23
Compare
Choose a tag to compare
  • HTML::image(), HTML::link(), HTML::create(), HTML::ol(), HTML::ul() and macro will utilize HTML::raw().
  • Predefined package path to avoid additional overhead to guest package path.
  • Add Orchestra\Html\Form\Grid::resource() and Orchestra\Html\Form\Grid::setup() to simplify some code generation via Orchestra\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 to Illuminate\Support\Fluent to provide an object-like usage.

v2.0.10

26 Nov 16:10
Compare
Choose a tag to compare
  • 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 to Illuminate\Support\Fluent to provide an object-like usage.

v2.0.9

21 Oct 03:46
Compare
Choose a tag to compare
  • Implement PSR-2 coding standard.

v2.0.8

16 Oct 09:13
Compare
Choose a tag to compare
  • Huge internal refactor to reduce code complexity, which would result to increase in performance.