Skip to content

Releases: verbb/super-table

2.7.5

27 Mar 21:44

Choose a tag to compare

Added

  • Add support for Fix Fks plugin. (thanks @olivierbon).

Fixed

  • Fixed a bug where Super Table field property type was incorrect.

2.7.4

24 Dec 23:55

Choose a tag to compare

Changed

  • Block queries’ field params now support passing an array of verbb\supertable\fields\SuperTableField objects.

Fixed

  • Fix translation file.
  • Fix a bug where saving a field without any block types would result in no changes made to the previously-configured block types, rather than displaying a validation error.
  • Fix a bug where blocks could be deleted from newly-created multi-site entries, if the edit page was reloaded.
  • Fix collapsed matrix-style fields no longer have preview text.

3.0.7

10 Dec 00:37

Choose a tag to compare

Fixed

  • Fix return type for getRelatedElementsQuery.

3.0.6

05 Dec 21:43

Choose a tag to compare

Fixed

  • Fix a migration error for Postgres. (thanks @ul8).

3.0.5

01 Nov 11:35

Choose a tag to compare

Fixed

  • Fix an error introduced in 3.0.4 when saving owner elements.

3.0.4

01 Nov 02:44

Choose a tag to compare

Changed

  • Block queries’ field params now support passing an array of verbb\supertable\fields\SuperTableField objects.

Fixed

  • Fix a bug where saving a field without any block types would result in no changes made to the previously-configured block types, rather than displaying a validation error.
  • Fix a bug where blocks could be deleted from newly-created multi-site entries, if the edit page was reloaded.
  • Fix collapsed matrix-style fields no longer have preview text.
  • Fix a Craft 3 to 4 migration issue.

3.0.3

18 Oct 08:05

Choose a tag to compare

Fixed

  • Fix collapsed matrix-style fields no longer have preview text. (thanks @stevecomrie).

3.0.2

08 Oct 21:16

Choose a tag to compare

Fixed

  • Fix Matrix > Super Table > Matrix field settings not saving correctly, due to lack of project config change detection.
  • Fixed a SQL error that could occur on MySQL 5.
  • Fixed an error that could occur when saving fields with either Min Rows or Max Rows configured, but not both, if the Intl extension wasn’t installed.
  • Fixed an error that could occur when saving an entry with Super Table blocks, if the entry had been deleted for a site. (thanks @brandonkelly).

3.0.1

13 Sep 22:50

Choose a tag to compare

Fixed

  • Fix an error running resave console commands.
  • Fixed a bug where block types’ layout elements were getting new UUIDs assigned each time the field was edited.

2.7.3

13 Sep 22:48

Choose a tag to compare

Fixed

  • Fix elements overflowing grid column bounds in Row Layout. (thanks @bencarr).

Removed

  • Remove “Column Width” for fields in Matrix layout.