Skip to content

Releases: verbb/super-table

2.5.3

28 Jul 23:24
Compare
Choose a tag to compare

Fixed

  • Refactor nested Matrix handling. Removed bespoke Matrix code, thanks to core Craft changes. Addresses a few upcoming changes in Craft 3.5+ (but backward-compatible).
  • Now requires Craft 3.4.30+.

2.5.2

27 Jul 23:10
Compare
Choose a tag to compare

Fixed

  • Fix Super Table field inside Matrix blocks not getting their content propagated. (thanks @brandonkelly).
  • Fix error when removing a row for Table layout.
  • Fix blocks not updating when nested in Matrix fields.
  • Fix row layout overflow in some field cases.
  • Improve handling of re-save field utility to handle parent Matrix fields.

2.5.1

10 Jun 06:45
Compare
Choose a tag to compare

Changed

  • Requires Craft 3.4.23+.

Fixed

  • Fixed an error that could occur when rendering field type settings, if the field’s getSettingsHtml() method was expecting to be called from a Twig template.
  • Fixed a race condition that could result in lost content under very specific conditions. (#6154)

2.5.0

30 May 03:28
Compare
Choose a tag to compare

Changed

  • Requires Craft 3.4.22+.
  • Field settings are now lazy-loaded when the Field Type selection changes, improving the up-front load time of Edit Field pages.

2.4.9

15 Apr 23:47
cf3237d
Compare
Choose a tag to compare

Fixed

  • Fix logging error Call to undefined method setFileLogging().

2.4.8

14 Apr 23:46
Compare
Choose a tag to compare

Changed

  • File logging now checks if the overall Craft app uses file logging.
  • Log files now only include GET and POST additional variables.

Fixed

  • Fix Table field (and some other fields) not working correctly for Super Table field settings.

2.4.7

02 Apr 10:16
Compare
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
Compare
Choose a tag to compare

Fixed

  • Fix PHP error.
  • Fix number field alignment.

2.4.5

24 Feb 03:42
Compare
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
Compare
Choose a tag to compare

Fixed

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