Nova 2.0.10 Released
Published on by Florian Bouché
We are very close to the new major version Laravel V6, that’s why Nova is now compatible with this version.
Nova v2.0.10 allows a correct sending of the editing
and editMode
parameters when creating, updating, attach and updating requests attached by Nova. Also, this version brings improvements to the translations of the application:
- Nova now allows you to translate the Action label
- Added
Nova.config.local
configuration option, which is then transmitted toNumeral.js
. - Added some missing translation keys
This release also adds a suburb
method to the Place
field.
Finally, the content of the package.json
file is now inspected by the application before attempting to add Nova Tool
scripts to it.
Find the complete changelog of this update on the Nova website.