Skip to content

Releases: eXolnet/laravel-html-list

V3.0.0

06 May 11:00
40414bb
Compare
Choose a tag to compare

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

10 Jul 12:59
60060eb
Compare
Choose a tag to compare
  • Migrate laravelcollective/html to spatie/laravel-html

v1.5.0

18 Feb 18:11
7da100b
Compare
Choose a tag to compare
  • Add PHP 8.2 support
  • Add Laravel 10 support
  • Drop Laravel 8.x support

v1.4.0

22 Nov 15:52
f4826df
Compare
Choose a tag to compare
  • Drop support for PHP 7
  • Normalize Composer scripts naming

v1.3.0

13 Feb 19:52
59e1854
Compare
Choose a tag to compare
  • Add support for Laravel 9
  • Drop support for Laravel 6 and 7
  • Add support for php 8.1

v1.2.1

12 Oct 13:05
3999772
Compare
Choose a tag to compare

v1.2.0

01 Oct 15:29
c8f3991
Compare
Choose a tag to compare
  • Update composer dependencies
  • Update LICENSE

v1.1.0

24 Sep 14:12
be07338
Compare
Choose a tag to compare
  • Add support for PHP 8
  • Drop support for PHP 7.2

v1.0.1

10 Jun 18:34
Compare
Choose a tag to compare

PHP 8.0 Support

v1.0.0

23 Feb 17:23
Compare
Choose a tag to compare

Initial release! 🥳