Skip to content

Releases: outl1ne/nova-simple-repeatable

2.2.3

15 Feb 13:30
Compare
Choose a tag to compare

Changed

  • Allow specifying field custom width using ->withMeta(['nsrWidth' => '60px'])
  • Updated packages

2.2.2

17 Oct 15:02
Compare
Choose a tag to compare

[2.2.2] - 17-10-2023

Changed

  • Currently disabled any logic regarding to FormData update. Needs more thorough testing for it to be stable.

2.2.1

20 Sep 08:40
Compare
Choose a tag to compare

Added

  • json() method to field that allows sending data in JSON format instead FormData.

Fixed

  • Validation error display when one or more rows were deleted. Issue description
  • Fixed dark mode recognition
  • Fixed UI misalignment issues

2.2.0

03 Jul 12:38
Compare
Choose a tag to compare

Added

  • Return type annotations for some methods that are now required by Nova.

Changed

  • Format that data is sent to Nova is now FormData instead of JSON.

Fixed

  • Fixed sorting of locales present for field inside repeater.
  • Fixed unique attribute names to match validation errors returned by Nova.
  • Fixed asterisk display for required fields.

2.1.0

21 Oct 14:13
Compare
Choose a tag to compare

Added

  • Simple repeatable field now supports dependsOn. (thanks to @mlopezsti)

NB! This does not include the fields inside SimpleRepeatable, only the SimpleRepeatable field itself.

2.0.2

19 Sep 13:25
Compare
Choose a tag to compare

Changed

  • Removed throwing "Not found" exception when resourceId is missing from fill request
    • Temporary solution to bypass validation support for outl1ne/nova-page-manager

2.0.1

09 Jun 12:43
Compare
Choose a tag to compare

Changed

  • Fixed case where deleting a row would always delete the first item
  • Fixed locale switching not working when starting with no rows
  • Updated packages

1.4.3

09 Jun 12:53
Compare
Choose a tag to compare

Changed

  • Fixed locale switching not working when starting with no rows

2.0.0

26 May 11:13
Compare
Choose a tag to compare

Added

Changed

  • Renamed namespace from OptimistDigital to Outl1ne
  • Dropped Nova 3.X support
  • Dropped PHP 7.X support

1.4.2

26 May 11:10
Compare
Choose a tag to compare

Added

  • Ability to customize "add row" button text (thanks to @monaye)

Changed

  • Updated packages