Releases: verbb/super-table
Releases · verbb/super-table
2.6.8
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
Fixed
- Fix an issue with Gatsby Helper plugin and Super Table blocks.
2.6.6
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. Usingentry.superTableField.myFieldas a means for direct-access is reserved for static fields.
2.6.5
Fixed
- Fix an
Undefined propertyfatal error when saving an element containing a Super Table field, on Craft 3.5.17.
2.6.4
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
2.6.2
Fixed
- Fix duplicate instructions for blocks in Craft 3.5+.
- Fix checkbox styling in Craft 3.5+.
2.6.1
Fixed
- Fix content table checking to cater for potentially problematic fields.
2.6.0.4
Fixed
- Fix layout issue with row layout fields, where any overflow was hidden.
2.6.0.3
Fixed
- Fix error when rebuilding project config.