Releases: verbb/super-table
Releases · verbb/super-table
2.4.7
Changed
- Refactor row layout with CSS Grid (no style change).
Fixed
- Additional checks for Webhooks compatibility. (thanks @johndwells).
- Fix nested Matrix not focusing on Redactor fields.
- Fix migration check for missing fieldLayoutId on blocktypes.
- Fix content table fixer where the content database table doesn’t exist at all.
- Fix lack of line-breaking for table layout column headings.
- Fix row layout overflowing the page content in some cases.
2.4.6
Fixed
- Fix PHP error.
- Fix number field alignment.
2.4.5
Changed
- Move
getRelatedElements()to Service. (thanks @Joshua-Martin). - Now requires Craft ^3.4.8.
Fixed
- Fixed a bug where querying for blocks on a newly-created element’s Super Table field value would yield no results..
Deprecated
- Deprecated
verbb\supertable\queue\jobs\ApplySuperTablePropagationMethod.
2.4.4
Fixed
- Fix being unable to save Matrix-SuperTable-Matrix fields.
2.4.3
Fixed
- Fix issue with static blocks not appearing correctly.
2.4.2
Fixed
- Fix more Craft 3.4 issues.
- Fixed a bug where fields weren’t always showing validation errors.
- Fixed a bug where unsaved blocks could be lost if an entry was saved with validation errors, and any unsaved blocks weren’t modified before reattempting to save the entry.
- Fixed a bug where it wasn’t possible to eager-load blocks on a draft.
2.4.1
Fixed
- Fix Craft 3.4 issues.
2.4.0
Added
- Craft 3.4 compatibility.
2.3.3
Fixed
- Fix webhooks incompatibility.
- Remove
SuperTableBlockNotFoundExceptionclass.
2.3.2
Added
- Added
verbb\supertable\queue\jobs\ApplySuperTablePropagationMethod. - Added
verbb\supertable\services\SuperTableService::getSupportedSiteIds().
Changed
- When a Super Table field’s Propagation Method setting changes, the field’s blocks are now duplicated into any sites where their content would have otherwise been deleted.
Deprecated
- Deprecated
verbb\supertable\services\SuperTableService::getSupportedSiteIdsForField().getSupportedSiteIds()should be used instead.
Fixed
- Fixed an error that could occur when syncing the project config, that could occur if a Super Table block had been changed to something else.
- Fixed a bug where importing project config changes would break if they contained a changed global set and orphaned Super Table block types.
- Fixed an error that could occur when saving a Super Table field.