Releases: nova-kit/nova-packages-tool
Releases · nova-kit/nova-packages-tool
v1.5.3
Changes
- Add support for Laravel Nova 4.18.0+.
v1.5.2
Changes
- Add support for Laravel Nova 4.17.0+.
v1.5.1
Fixes
- Fixes property
currentField
was accessed during render but not defined on instance.
v1.5.0
Changes
- Add support for Laravel Nova 4.16.0+.
Added
- Added
fullWidthContent
and placeholder
computed to FormField
mixin.
Fixes
- Fixes potential Race Condition with
dependentFieldDebouncer
v1.4.0
Changes
- Add support for Laravel Nova 4.15.0+.
Added
- Added
useLocalization
from Localization
mixin on Vue with <script setup>
usage.
v1.3.4
Changes
- Add support for Laravel Nova 4.14.0+.
v1.3.3
Changes
- Only emit
nova.theme.switched
on changes.
v1.3.2
Fixes
- Fixes theme switch emit not reflecting the correct new theme value.
v1.3.1
Fixes
- Fixes
window.LaravelNova
is missing when it not the first loaded script file.
v1.2.1
Fixes
- Fixes
window.LaravelNova
is missing when it not the first loaded script file.