Skip to content

Releases: outl1ne/nova-simple-repeatable

1.3.0

07 May 16:22
Compare
Choose a tag to compare

Changed

  • Hide header row with titles when there's no rows added yet
  • Fix underlying fields that are supposed to return an array or an object returning a string instead
  • Fixed issue with validation crashing in some cases
  • Fixed fields returning formData[i] arrays not being saved
  • Render detail fields on detail view (let's see how well this goes, might rollback later)
  • Updated packages

1.2.5

16 Mar 13:31
Compare
Choose a tag to compare

Changes

  • Fixed fields() computed function to support optimistdigital/nova-translatable again.

1.2.4

19 Feb 14:56
Compare
Choose a tag to compare

Changed

  • Published translations for faster localization (thanks to @eimantaaas)
  • Hide table header for hidden fields (thanks to @thefilip)
  • Updated packages

1.2.3

10 Feb 12:47
fdc3f18
Compare
Choose a tag to compare

Changed

  • Added Collection import to SimpleRepeatable

1.2.2

08 Feb 10:21
Compare
Choose a tag to compare

Changed

  • Fixed resolveUsing not being used when resolving the value
  • Updated packages

1.2.1

28 Jan 11:16
Compare
Choose a tag to compare

Changed

  • Small styling fixes

1.2.0

28 Jan 10:43
9882a76
Compare
Choose a tag to compare

Added

Changed

  • Reworked SimpleRepeatable to resolve each row field's values.

1.1.2

18 Jan 10:42
Compare
Choose a tag to compare

Changed

  • Fixed maxRows not working
  • Fixed field width (again)
  • Updated packages

1.1.1

07 Jan 15:43
Compare
Choose a tag to compare

Changed

  • Hide from Index view by default
  • Fixed detail field rendering a table even when there's no values
  • Updated packages

1.1.0

06 Jan 15:23
Compare
Choose a tag to compare

Added

  • Validation support
  • Detail field