Releases: spatie/laravel-html
Releases · spatie/laravel-html
3.3.0
What's Changed
- Add documentation for new FormElement::route() method by @miken32 in #190
- Update
.gitattributes
by @totoprayogo1916 in #194 - Correction to docs re: readonly vs isReadonly by @sgilberg in #195
- Get value from model with casts php native enum by @bskl in #203
New Contributors
- @totoprayogo1916 made their first contribution in #194
- @sgilberg made their first contribution in #195
- @bskl made their first contribution in #203
Full Changelog: 3.2.2...3.3.0
3.2.2
3.2.1
What's Changed
- Convert all tests to Pest by @alexmanase in #183
- Laravel 10.x Compatibility by @laravel-shift in #184
New Contributors
- @alexmanase made their first contribution in #183
- @laravel-shift made their first contribution in #184
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- Remove register provider instructions since there is auto register now by @ziming in #178
- Fixed links in table of content by @stijnvanouplines in #180
- Add PHP 8.2 Support by @patinthehat in #182
- Add p element by @stfndamjanovic in #181
New Contributors
- @ziming made their first contribution in #178
- @stijnvanouplines made their first contribution in #180
- @patinthehat made their first contribution in #182
- @stfndamjanovic made their first contribution in #181
Full Changelog: 3.1.0...3.2.0
3.1.0
- allow Laravel 9
3.0.0
This release adds compatiblity with PHP 8.1
The only breaking change with v2 is that readonly
has been renamed to isReadonly
2.30.0
- Better support for numeric values in attributes
2.29.0
- Add
target
attribute method to links and button
2.28.1
- add support for PHP 8