Releases: verbb/super-table
Releases · verbb/super-table
2.7.2
3.0.0-beta.3
Fixed
- Fix an error during install.
3.0.0-beta.2
Fixed
- Fix potential error in migration.
- Fix an error with some old/deprecated field settings not being unset.
3.0.0-beta.1
Changed
- Now requires PHP
^8.0.2
. - Now requires Craft
^4.0.0-beta.1
.
2.7.1
Fixed
- Fixed a bug where fields weren’t getting reverted properly when reverting an entry’s content to a prior revision, if they were nested within a Neo or Matrix field.
- Fixed a bug where blocks within drafts could lose track of their canonical blocks when they were updated upstream, resulting in duplicated blocks.
- Fixed an error with GQL mutations.
- Find and fix tables with missing indexes. (thanks @gbowne-quickbase).
- Fixed field instructions showing raw HTML. (thanks @mmikkel).
2.7.0
Added
- Add SuperTable Block Type to superTableMatrix, superTableRow, tr.
- Craft 3.7+ compatibility.
- Blocks now have an
id
field to allow modifying existing Super Table blocks when using mutations with the GraphQL API. - Allow for widths in Matrix styled Super Tables.
Changed
- Now requires Craft 3.7+.
- Update GraphQL classes to Craft 3.7+.
- Show
.heading-text
of nested SuperTables in SuperTableMatrix. And there is no element with.heading-text
in SuperTableMatrix related templates.
Fixed
- Fix a potential XSS vulnerability.
- Fix elements overflowing grid column bounds in Row Layout.
- Fix change status indicator alignment for blocks.
- Fix a missing class include.
- Fix new static-field row blocks not getting the
static-field
class. - Fix missing css class to fields container of Matrix styled SuperTable.
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.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.