Skip to content

Releases: verbb/super-table

2.6.4

28 Nov 06:03
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

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

2.6.0.4

11 Aug 03:32
Compare
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
Compare
Choose a tag to compare

Fixed

  • Fix error when rebuilding project config.

2.6.0.2

10 Aug 10:40
Compare
Choose a tag to compare

Fixed

  • Fix potential error during migration from Craft 2.

2.6.0.1

10 Aug 09:37
Compare
Choose a tag to compare

Fixed

  • Fix GQL error.
  • Fix errors with block query.

2.6.0

10 Aug 05:32
Compare
Choose a tag to compare

Added

  • Add Craft 3.5+ compatibility.
  • Now requires Craft 3.5+.

2.5.4

29 Jul 22:00
Compare
Choose a tag to compare

Fixed

  • Fix an error when translating the description if the propagation method is set to PROPAGATION_METHOD_LANGUAGE. (thanks @andersaloof).
  • Fix JS error when adding new blocks.