Skip to content

Releases: verbb/super-table

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).

2.0.8

18 Aug 07:47
Compare
Choose a tag to compare

Added

  • Add translation icon to fields that are set to be translatable.
  • Restore column with functionality for table layouts.
  • Allow fields to be translated for each site group.
  • Added support for optional ownerSite parameter in $params for getRelatedElements() to allow for querying relations stored in Super Table fields in entries in a different site to the current site. (thanks @steverowling).
  • Sprout import support (thanks @timkelty).

Changed

  • Refactor static table querying into actual query class. Fixed lots of cases related to static layouts.
  • Namespace alternate JS inner-matrix functions, just in case.
  • Improve validation on owner elements.
  • Remove default limits of queries.
  • Ensure field options are sorted by name.
  • Make use of anyStatus() query function.
  • Allow Field objects to be passed into SuperTableField::setBlockTypes (thanks @pinfirestudios)

Fixed

  • Fixed nested Super Table (in Matrix) fields Support for Schematic
  • Fixed an error when saving an entry from the front-end with a static Super Table field was attached to an entry.
  • Fixed dropdowns, etc not having their default values set on-load when setting a minimum row.
  • Fix Matrix layout fields not saving correctly when set to static
  • Fix when removing a row in an inner table field would collapse the entire Super Table field if set to Table layout and static.
  • Fix modal form overrides on inner-Matrix field, causing all sorts of errors
  • Fix Matrix > SuperTable > Matrix validation not firing correctly.
  • Don't override siteId when deleting a Super Table block.
  • Fix issue when viewing an entry revision where a field may have been deleted.
  • Fix Eager Loading (thanks @mostlyserious).
  • Fixes for schematic integration with a supertable nested in a matrix field (thanks @bvangennep).

2.0.7

08 May 11:23
Compare
Choose a tag to compare

Added

Fixed

  • Fix nested Super Table (in Matrix) fields needing each field handle to be unique