Skip to content

Releases: verbb/super-table

2.1.3

19 Jan 04:01
Compare
Choose a tag to compare

Fixed

  • Prevent content field exception during migrations.

2.1.2

19 Jan 02:27
Compare
Choose a tag to compare

Fixed

  • Ditch (incorrect) project config migration.

2.1.1

19 Jan 00:30
Compare
Choose a tag to compare

Added

  • Added support for Craft 3.1 soft deletes.
  • Added support for Craft 3.1 project config.

Changed

  • Clarify width field setting label for new fields.
  • Tweak/improve minor field setting translations.

Fixed

  • Fixed a bug where a Super Table fields’ block types and content table could be deleted even if something set $isValid to false on the beforeDelete event.
  • Fixed issue with Matrix + Super Table field combinations losing their fields, or content tables (thanks @brandonkelly).
  • Fixed dragging issues with nested Matrix field when using Matrix Layout.

2.1.0

16 Jan 12:02
Compare
Choose a tag to compare

Fixed

  • Fix for ST + Matrix field combination throwing errors during migration for Craft 3.1.x.
  • Fixed an error that could occur when duplicating an element with a Super Table field with “Manage blocks on a per-site basis” disabled.
  • Fixed an error that occurred when querying for Super Table blocks if both the with and indexBy parameters were set.
  • Fixed a bug where Super Table blocks wouldn’t retain their content translations when an entry was duplicated from the Edit Entry page.
  • Fix settings dropdown/table fields not working on some cases.
  • Remove plugin settings page (It's not supposed to be there).

2.0.14

12 Nov 11:32
Compare
Choose a tag to compare

Fixed

  • Fix CP section turning up.

2.0.13

11 Nov 12:47
Compare
Choose a tag to compare

Fixed

  • Fix lack of styles when editing an entry version.

2.0.12

10 Nov 05:31
Compare
Choose a tag to compare

Changed

  • Update styles to be inline with Craft 3.
  • Use duplicateElement() to clone Super Table blocks after making them localized.

Fixed

  • Fix error when viewing previous versions of elements that contained a Super Table field.

2.0.11

24 Oct 10:12
Compare
Choose a tag to compare

Fixed

  • Fixed Dashboard error (thanks @brandonkelly).
  • Fix error when throwing an error for field handles (ironic hey?).
  • Drop indexes before renaming instead of after. Otherwise this causes errors on mariadb. (thanks @born05).

2.0.10

26 Sep 11:56
Compare
Choose a tag to compare

Fixed

  • Allow block element methods being called on static super tables.
  • Ensure setups with min/max limits can still reorder items.
  • Fix JS error when editing a Super Table field, but only when validation has failed..

2.0.9

09 Sep 05:31
Compare
Choose a tag to compare

Changed

  • Updated min Craft version to 3.0.17.

Fixed

  • Fixed a SQL error that occurred when saving a Super Table field with new sub-fields on PostgreSQL (thanks @brandonkelly).
  • Fixed Twig error in Craft 3.0.23 (thanks @brandonkelly).
    Fixed a typo: 'colapse' > 'collapse' (thanks @joshangell).