Releases: nova-kit/nova-packages-tool
Releases · nova-kit/nova-packages-tool
v1.6.0
Changes
- Add support for Laravel Nova 4.19.0+.
Added
- Added
copyValueToClipboard
from CopiesToClipboard
mixin on Vue with <script setup>
usage.
Changes
- Added
currentFieldValues
, dependentFieldValues
and encodedDependentFieldValues
computed values to DependentFormField
mixin.
v1.5.4
Fixes
- Fixes dependent fields event listener not properly unset before unmounting the field component.
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.