Demo: https://nova.laravel.com/
- Released Feb 08, 2022
- Added support for PHP 8.1.
- Added Laravel 9 support and removed support for Laravel 7.
- Improved support for Laravel Octane.
- Nova now allows passing an instance of Field to the from method.
- Fixed redundant call on Sparklink fields.
- Fixed issue where Actions not showing on a Lens.
- Fixed issue with KeyValueField showing undefined errors.
- Fixed issue with BelongsTo fields skipping validation when the field is set to readonly.
- Fixed issue with using JSON columns in many to many relationships.
- Fixed issue with MorphTo fields relation not working correctly with readonly and searchable options on the update view.
- Fixed issue with MorphTo fields loading all resources when creating via a related resource.