Skip to content

Releases: verbb/super-table

3.0.11

04 Oct 22:15
Compare
Choose a tag to compare

Fixed

  • Fix an error with static fields not having their blocks created for new elements.

3.0.10

02 Oct 22:29
Compare
Choose a tag to compare

Added

  • Add uid handling for blocks when converting from serialized blocks.
  • Add content table index fixer console command.
  • Add events to input JS.

Fixed

  • Fix the height of collapsed matrix-style rows. (thanks @evanwarner).
  • Fix collapsed block preview text to handle Dropdown fields.
  • Fix a bug where blocks that were initially created for a newly-added site within a draft could be lost when applying the draft.
  • Fix minor styling issue with field settings.
  • Fix a bug where Super Table fields with custom propagation methods were being marked as translatable if the rendered translation key was blank.
  • Fix a bug where it wasn’t possible to update a Super Table block on a revision without a new block ID being assigned.
  • Fix an error that could occur if null was passed to SuperTableBlockElement::setOwner().
  • Fix field not using setInitialDeltaValue() for static fields. (thanks @internetztube).

3.0.9

24 May 06:30
Compare
Choose a tag to compare

Added

  • Add normalizeValueFromRequest() calls to sub-fields. (thanks @brandonkelly).

Changed

  • Maintain ownerId from getLocalized(). (thanks @brandonkelly).
  • Hide row settings if the Super Table field is static. (thanks @ttempleton).

Fixed

  • Fix a couple Matrix/ST/Neo propagation + shared custody bugs. (thanks @brandonkelly).
  • Fix static block with Min Rows set to 1 shows an error when all fields are empty. (thanks @ttempleton).

3.0.8.1

28 Mar 11:43
Compare
Choose a tag to compare

Fixed

  • Fix an error with JSON output introduced in 3.0.8.

2.7.5.1

28 Mar 11:43
Compare
Choose a tag to compare

Fixed

  • Fix an error with JSON output introduced in 2.7.5.

3.0.8

27 Mar 21:53
Compare
Choose a tag to compare

Added

  • Add support for Fix Fks plugin. (thanks @olivierbon).

Changed

  • Only admins are now allowed to access plugin settings.

Fixed

  • Fixed a bug where Super Table field property type was incorrect.
  • Fixed an error that could occur when saving an element with an eager-loaded Super Table field.
  • Fixed a bug where Super Table blocks weren’t getting duplicated to other sites when first editing an unpublished draft.
  • Fix custom field comparison checks for content table checker.

2.7.5

27 Mar 21:44
Compare
Choose a tag to compare

Added

  • Add support for Fix Fks plugin. (thanks @olivierbon).

Fixed

  • Fixed a bug where Super Table field property type was incorrect.

2.7.4

24 Dec 23:55
Compare
Choose a tag to compare

Changed

  • Block queries’ field params now support passing an array of verbb\supertable\fields\SuperTableField objects.

Fixed

  • Fix translation file.
  • 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.

3.0.7

10 Dec 00:37
Compare
Choose a tag to compare

Fixed

  • Fix return type for getRelatedElementsQuery.

3.0.6

05 Dec 21:43
Compare
Choose a tag to compare

Fixed

  • Fix a migration error for Postgres. (thanks @ul8).