Skip to content

Releases: outl1ne/nova-inline-text-field

2.0.5

09 Sep 07:25
Compare
Choose a tag to compare

Changed

  • Fixed field lookup in Stacks/Panels (huge thanks to @buttjer)

2.0.4

24 May 13:49
f78dfaa
Compare
Choose a tag to compare

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

23 Nov 12:10
Compare
Choose a tag to compare

Changed

  • maxWidth() fixes

2.0.2

05 Sep 08:50
Compare
Choose a tag to compare

Added

  • maxWidth() function to field to allow constraining width on index view

Changed

  • Removed custom form text field, replaced with Nova's own
  • Updated packages

2.0.1

29 Aug 15:44
Compare
Choose a tag to compare

Added

  • Nova 4.12 support

Changed

  • Updated packages

2.0.0

20 Jul 11:27
Compare
Choose a tag to compare

Added

  • Nova 4 support

Changed

  • Namespace changed from OptimistDigital to Outl1ne
  • Updated packages

1.0.4

07 Feb 15:30
Compare
Choose a tag to compare

Changed

1.0.3

14 Jan 12:38
Compare
Choose a tag to compare

Changed

  • Fixed fields with no value (null) not showing the edit button
  • Updated packages

1.0.2

21 Oct 16:14
Compare
Choose a tag to compare

Changed

  • UX improvements (double-click / single-click separation)
  • Fixed issue with double styles

1.0.1

21 Oct 15:31
Compare
Choose a tag to compare

Changed

  • UI improvements
  • Fixed validation error