Skip to content

Releases: verbb/super-table

2.4.7

02 Apr 10:16

Choose a tag to compare

Changed

  • Refactor row layout with CSS Grid (no style change).

Fixed

  • Additional checks for Webhooks compatibility. (thanks @johndwells).
  • Fix nested Matrix not focusing on Redactor fields.
  • Fix migration check for missing fieldLayoutId on blocktypes.
  • Fix content table fixer where the content database table doesn’t exist at all.
  • Fix lack of line-breaking for table layout column headings.
  • Fix row layout overflowing the page content in some cases.

2.4.6

28 Feb 09:02

Choose a tag to compare

Fixed

  • Fix PHP error.
  • Fix number field alignment.

2.4.5

24 Feb 03:42

Choose a tag to compare

Changed

  • Move getRelatedElements() to Service. (thanks @Joshua-Martin).
  • Now requires Craft ^3.4.8.

Fixed

  • Fixed a bug where querying for blocks on a newly-created element’s Super Table field value would yield no results..

Deprecated

  • Deprecated verbb\supertable\queue\jobs\ApplySuperTablePropagationMethod.

2.4.4

03 Feb 01:26

Choose a tag to compare

Fixed

  • Fix being unable to save Matrix-SuperTable-Matrix fields.

2.4.3

02 Feb 06:46

Choose a tag to compare

Fixed

  • Fix issue with static blocks not appearing correctly.

2.4.2

30 Jan 21:38

Choose a tag to compare

Fixed

  • Fix more Craft 3.4 issues.
  • Fixed a bug where fields weren’t always showing validation errors.
  • Fixed a bug where unsaved blocks could be lost if an entry was saved with validation errors, and any unsaved blocks weren’t modified before reattempting to save the entry.
  • Fixed a bug where it wasn’t possible to eager-load blocks on a draft.

2.4.1

29 Jan 23:30

Choose a tag to compare

Fixed

  • Fix Craft 3.4 issues.

2.4.0

29 Jan 07:18

Choose a tag to compare

Added

  • Craft 3.4 compatibility.

2.3.3

18 Jan 21:01

Choose a tag to compare

Fixed

  • Fix webhooks incompatibility.
  • Remove SuperTableBlockNotFoundException class.

2.3.2

08 Jan 23:56

Choose a tag to compare

Added

  • Added verbb\supertable\queue\jobs\ApplySuperTablePropagationMethod.
  • Added verbb\supertable\services\SuperTableService::getSupportedSiteIds().

Changed

  • When a Super Table field’s Propagation Method setting changes, the field’s blocks are now duplicated into any sites where their content would have otherwise been deleted.

Deprecated

  • Deprecated verbb\supertable\services\SuperTableService::getSupportedSiteIdsForField(). getSupportedSiteIds() should be used instead.

Fixed

  • Fixed an error that could occur when syncing the project config, that could occur if a Super Table block had been changed to something else.
  • Fixed a bug where importing project config changes would break if they contained a changed global set and orphaned Super Table block types.
  • Fixed an error that could occur when saving a Super Table field.