Skip to content

Releases: verbb/super-table

2.6.8

19 May 06:48

Choose a tag to compare

Fixed

  • Fix delete row behaviour when an outer static Super Table field, Matrix and inner Super Table field.
  • Fix inconsistent project config warnings when using the content table fixer.
  • Fix for draft change merging bug. (thanks @brandonkelly).

2.6.7

06 Feb 01:25

Choose a tag to compare

Fixed

  • Fix an issue with Gatsby Helper plugin and Super Table blocks.

2.6.6

27 Jan 04:43

Choose a tag to compare

Fixed

  • Fix being unable to directly access the first block in a Super Table field, which would otherwise return null. Please see this issue in that if you're getting this error, you're likely using incorrect/unsupported template syntax. Using entry.superTableField.myField as a means for direct-access is reserved for static fields.

2.6.5

16 Dec 01:38

Choose a tag to compare

Fixed

  • Fix an Undefined property fatal error when saving an element containing a Super Table field, on Craft 3.5.17.

2.6.4

28 Nov 06:03

Choose a tag to compare

Changed

  • Sub-fields of Super Table fields now have “Use this field’s values as search keywords” unchecked for new fields. This is inline with Craft's native Matrix behaviour.

Fixed

  • Fix block type model getHandle() returning values included a hyphen, causing issues with GraphQL.
  • Fix typehint for getRelatedElementsQuery().

2.6.3

29 Sep 00:20

Choose a tag to compare

Fixed

  • Fix InvalidArgumentException not found error. (thanks @smcyr).
  • Fix static matrix layout visual issue.

2.6.2

21 Aug 00:48

Choose a tag to compare

Fixed

  • Fix duplicate instructions for blocks in Craft 3.5+.
  • Fix checkbox styling in Craft 3.5+.

2.6.1

13 Aug 01:13

Choose a tag to compare

Fixed

  • Fix content table checking to cater for potentially problematic fields.

2.6.0.4

11 Aug 03:32

Choose a tag to compare

Fixed

  • Fix layout issue with row layout fields, where any overflow was hidden.

2.6.0.3

10 Aug 13:56

Choose a tag to compare

Fixed

  • Fix error when rebuilding project config.