Releases: verbb/super-table
Releases · verbb/super-table
3.0.11
Fixed
- Fix an error with static fields not having their blocks created for new elements.
3.0.10
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 toSuperTableBlockElement::setOwner()
. - Fix field not using
setInitialDeltaValue()
for static fields. (thanks @internetztube).
3.0.9
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
Fixed
- Fix an error with JSON output introduced in 3.0.8.
2.7.5.1
Fixed
- Fix an error with JSON output introduced in 2.7.5.
3.0.8
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
Added
- Add support for Fix Fks plugin. (thanks @olivierbon).
Fixed
- Fixed a bug where Super Table field property type was incorrect.
2.7.4
Changed
- Block queries’
field
params now support passing an array ofverbb\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
Fixed
- Fix return type for
getRelatedElementsQuery
.