Skip to content

1.1.2

Compare
Choose a tag to compare
@engram-design engram-design released this 16 Aug 14:13
· 2306 commits to craft-3 since this release

Fixed

  • Fixed form outputting CSS and JS, even when disabled.
  • Fixed repeater field minimum instances not pre-populating the defined number of blocks.
  • Fixed repeater field allowing to go below the set minimum instances.
  • Fixed repeater field add block button not disabling when min and max instances are the same.
  • Fixed repeater field add block not toggling disabled state correctly.
  • Fixed submission exporting providing all values.
  • Fixed submission CSV exports not splitting sub-field-enabled fields (address, multi-name) into multiple columns for their sub-fields.
  • Fixed submission CSV exports not splitting complicated fields (repeater, table) into new rows to convey collection of data. JSON/XML exports are unchanged and show collections as arrays.