Skip to content

Releases: verbb/super-table

2.7.2

15 May 00:47
Compare
Choose a tag to compare

Fixed

  • Fix an incompatibility with Craft 3.7.11 or less.
  • Fix checking against a derivative block.
  • Fix in some cases not fetching the correct supported sites for a block.
  • Fix GraphQL mutations. Blocks now require type_blockTypeId. (see #449).

3.0.0-beta.3

15 Mar 22:33
Compare
Choose a tag to compare

Fixed

  • Fix an error during install.

3.0.0-beta.2

12 Mar 12:45
Compare
Choose a tag to compare

Fixed

  • Fix potential error in migration.
  • Fix an error with some old/deprecated field settings not being unset.

3.0.0-beta.1

09 Mar 21:34
Compare
Choose a tag to compare

Changed

  • Now requires PHP ^8.0.2.
  • Now requires Craft ^4.0.0-beta.1.

2.7.1

30 Dec 23:52
Compare
Choose a tag to compare

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

30 Nov 11:29
Compare
Choose a tag to compare

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

19 May 06:48
Compare
Choose a tag to compare

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

06 Feb 01:25
Compare
Choose a tag to compare

Fixed

  • Fix an issue with Gatsby Helper plugin and Super Table blocks.

2.6.6

27 Jan 04:43
Compare
Choose a tag to compare

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. Using entry.superTableField.myField as a means for direct-access is reserved for static fields.

2.6.5

16 Dec 01:38
Compare
Choose a tag to compare

Fixed

  • Fix an Undefined property fatal error when saving an element containing a Super Table field, on Craft 3.5.17.