Releases: eXolnet/laravel-html-list
Releases · eXolnet/laravel-html-list
V3.0.0
What's Changed
- ci: composer cache doesn't change anything by @xel1045 in #14
- build(deps): drop php 8.0 and Laravel 9 support by @xel1045 in #15
- ci: test PHP 8.3 support and Add Laravel 11 support by @xel1045 in #16
- feat: rename Html element rendering method in order to avoid conflict with Laravel Collection base method
- test: migrate phpunit.xml to v10 format
- build(deps): update phpunit to v10
- ci: update actions/checkout to v4
- ci: composer option no-suggest is deprecated
Breaking Changes
Methods select
, radio
and checkbox
were renamed htmlSelect
, htmlRadio
and htmlCheckbox
in order to avoid naming conflict with Laravel Collection new methods. See. laravel/framework#49845
Full Changelog: v2.0.0...V3.0.0
v2.0.0
v1.5.0
v1.4.0
v1.3.0
v1.2.1
- Use exolnet/phpcs-config for PHPCS coding-style