Releases: laravie/html
Releases · laravie/html
v7.3.0
13 Mar 02:59
Compare
Sorry, something went wrong.
No results found
Changes
Added support for Laravel Framework 9.
v7.2.0
22 Nov 10:06
Compare
Sorry, something went wrong.
No results found
v7.1.0
07 Sep 12:46
Compare
Sorry, something went wrong.
No results found
Changes
Add support for Laravel Framework v8.
v7.0.0
03 Mar 02:26
Compare
Sorry, something went wrong.
No results found
Changes
Update support for Laravel Framework v7.
v6.0.1
30 Oct 22:29
Compare
Sorry, something went wrong.
No results found
Changes
Refactors Collective\Html\FormBuilder.
v6.0.0
29 Aug 01:57
Compare
Sorry, something went wrong.
No results found
Changes
Update support for Laravel Framework v6.
v5.8.2
04 Aug 03:21
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Changes
Proritize given $attributes for Html::favicon() instead of the defaults.
v5.8.0
27 Feb 05:01
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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>.
You can’t perform that action at this time.