Releases: outl1ne/nova-inline-text-field
Releases · outl1ne/nova-inline-text-field
2.0.5
2.0.4
Changed
- Fixed Lens behavior, callbacks are now always invoked from the Lens class, not the resource class
- Added option to get extra data in callback:
$field->withMeta(['extraData' => ['campaignId' => $campaignId]])
->fillUsing(function ($request, $model, $attribute) {
$campaignId = $request->extraData['campaignId'];
...
}),
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
Changed
- Fixed numeric value causing a JS exception (thanks to @jeffersonsimaogoncalves)
- Updated packages