Skip to content

Releases: verbb/super-table

3.0.5

01 Nov 11:35
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

3.0.0

27 Jul 03:01
Compare
Choose a tag to compare

Added

  • Add missing English Translations.
  • Add resave console command for elements.
  • Add checks for registering events for performance.
  • Add archiveTableIfExists() to install migration.

Changed

  • Now requires PHP ^8.0.2.
  • Now requires Craft ^4.0.0.
  • Super Table database tables and content is now permanently deleted when uninstalling the plugin.
  • Rename model classes.
  • Rename record classes.
  • Rename service classes.
  • Rename base plugin methods.

Fixed

  • Fixed a bug where fields were assuming their values hadn’t been eager-loaded on element save.
  • Fixed block ordering issues, and ensure sort order is updated when block ownership is duplicated. (thanks @mmikkel).
  • Fixed a bug where changes to existing blocks weren’t saving for element types that supported drafts but not change tracking.
  • Fix Matrix > Super Table fields not saving new fields when editing the field
  • Fix move/delete button sizing for table layout.
  • Fix a JS error when viewing a static field, in Matrix layout.
  • Fix JS not initialising when selecting new fields in settings (footHtml to bodyHtml).
  • Fix an error when running the “check content tables” helper.
  • Fix an error with new static fields not having any field content output in the control panel.
  • Fix an error where return type of prepareQuery was incorrect. (thanks @davidwebca).
  • Fix potential error in migration.

Removed

  • Remove deprecated Craft and Super Table functions.

3.0.0-beta.6

16 Jun 22:29
Compare
Choose a tag to compare

Fixed

  • Fixed block ordering issues, and ensure sort order is updated when block ownership is duplicated. (thanks @mmikkel).
  • Fixed a bug where changes to existing blocks weren’t saving for element types that supported drafts but not change tracking.

3.0.0-beta.5

08 Jun 04:28
Compare
Choose a tag to compare

Fixed

  • Fix Matrix > Super Table fields not saving new fields when editing the field
  • Fix move/delete button sizing for table layout.
  • Fix a JS error when viewing a static field, in Matrix layout.

3.0.0-beta.4

18 May 00:06
Compare
Choose a tag to compare

Added

  • Add resave console command for elements.
  • Add checks for registering events for performance.
  • Add archiveTableIfExists() to install migration.

Changed

  • Rename model classes.
  • Rename record classes.
  • Rename service classes.
  • Rename base plugin methods.

Fixed

  • Fix JS not initialising when selecting new fields in settings (footHtml to bodyHtml).
  • Fix an error when running the “check content tables” helper.
  • Fix an error with new static fields not having any field content output in the control panel.
  • Fix an error where return type of prepareQuery was incorrect. (thanks @davidwebca).

Removed

  • Remove deprecated Craft and Super Table functions.