Releases: verbb/super-table
Releases · verbb/super-table
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.myField
as a means for direct-access is reserved for static fields.
2.6.5
Fixed
- Fix an
Undefined property
fatal 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.
2.6.0.2
Fixed
- Fix potential error during migration from Craft 2.
2.6.0.1
Fixed
- Fix GQL error.
- Fix errors with block query.