Releases: spatie/laravel-html
Releases · spatie/laravel-html
2.27.0
- add support for Laravel 8
2.26.0
- Internal refactor to normalize availabel attribute methods
2.25.0
- add Laravel 7 support
2.24.0
2.23.0
- Laravel 6 support
- Better handling for
0
values in inputs - Add
range
for range inputs - Format date and time values
2.22.1
- prevent password fields to be filled
2.22.0
- Changed the
value
parameter indata
to an optional parameter
2.21.0
-
Added Laravel 5.8 support
-
Dropped PHP 7.0 support
-
Dropped Laravel 5.4 support
-
Dropped PHPUnit 6 support2.21.0
-
Added Laravel 5.8 support
-
Dropped PHP 7.0 support
-
Dropped Laravel 5.4 support
-
Dropped PHPUnit 6 support
2.20.1
- use Arr:: and Str:: functions
2.20.0
- Added
unless
method and magic__call
handler (e.g.$input->valueUnless(false, 5)
) - Added
size
attribute method toInput
- Added
name
attribute method toButton
- Fixed checkbox value repopulation after request