Releases: outl1ne/nova-simple-repeatable
Releases · outl1ne/nova-simple-repeatable
2.2.4
2.2.3
2.2.2
[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
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
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
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
Changed
- Removed throwing "Not found" exception when resourceId is missing from fill request
- Temporary solution to bypass validation support for
outl1ne/nova-page-manager
- Temporary solution to bypass validation support for
2.0.1
1.4.3
2.0.0
Added
- Nova 4.0 support (huge thanks to @emilianotisato)
Changed
- Renamed namespace from OptimistDigital to Outl1ne
- Dropped Nova 3.X support
- Dropped PHP 7.X support