Laravel 10.14.0
27 June 2023
Laravel version 10.14.0 is now available (major release).
What's New in Laravel 10.14.0
New Features
- Add new allowMaxRedirects method to PendingRequest (#42902)
- Add support to detect dirty encrypted model attributes (#42888)
- Added Vite (#42785)
Bug Fixes
- Fixed bug on forceCreate on a MorphMay relationship not including morph type (#42929)
- Fix default parameter bug in routes (#42942)
- Handle cursor paginator when no items are found (#42963)
- Fixed Str::Mask() for repeating chars (#42956)
- Fix undefined constant error when use slot name as key of object (#42943)
- Fix BC break for Log feature tests (#42987)
Improvements
- Allow instance of Enum pass Enum Rule (#42906)