Releases: verbb/super-table
Releases · verbb/super-table
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.
2.6.0
Added
- Add Craft 3.5+ compatibility.
- Now requires Craft 3.5+.
2.5.4
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.