Skip to content

Releases: laravie/html

v7.3.0

13 Mar 02:59
ad0a1ec
Compare
Choose a tag to compare

Changes

  • Added support for Laravel Framework 9.

v7.2.0

22 Nov 10:06
Compare
Choose a tag to compare

Changes

  • Add support for PHP 8.

v7.1.0

07 Sep 12:46
Compare
Choose a tag to compare

Changes

  • Add support for Laravel Framework v8.

v7.0.0

03 Mar 02:26
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v7.

v6.0.1

30 Oct 22:29
Compare
Choose a tag to compare

Changes

  • Refactors Collective\Html\FormBuilder.

v6.0.0

29 Aug 01:57
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v6.

v5.8.2

04 Aug 03:21
Compare
Choose a tag to compare

Changes

  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

v5.8.1

09 Mar 03:57
Compare
Choose a tag to compare

Changes

  • Proritize given $attributes for Html::favicon() instead of the defaults.

v5.8.0

27 Feb 05:01
Compare
Choose a tag to compare

Changes

  • Update support to Laravel Framework 5.8.
  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.

v5.7.1

19 Feb 06:34
Compare
Choose a tag to compare

Changes

  • Simplify hasFormMutator method implementation to check against method_exists instead of using ReflectionClass.
  • Force placeholder is not selectable on <select>.
  • Allows '0' as text on <label>.