Releases: verbb/super-table
Releases · verbb/super-table
2.5.3
Fixed
- Refactor nested Matrix handling. Removed bespoke Matrix code, thanks to core Craft changes. Addresses a few upcoming changes in Craft 3.5+ (but backward-compatible).
- Now requires Craft 3.4.30+.
2.5.2
Fixed
- Fix Super Table field inside Matrix blocks not getting their content propagated. (thanks @brandonkelly).
- Fix error when removing a row for Table layout.
- Fix blocks not updating when nested in Matrix fields.
- Fix row layout overflow in some field cases.
- Improve handling of re-save field utility to handle parent Matrix fields.
2.5.1
2.5.0
Changed
- Requires Craft 3.4.22+.
- Field settings are now lazy-loaded when the Field Type selection changes, improving the up-front load time of Edit Field pages.
2.4.9
Fixed
- Fix logging error
Call to undefined method setFileLogging()
.
2.4.8
Changed
- File logging now checks if the overall Craft app uses file logging.
- Log files now only include
GET
andPOST
additional variables.
Fixed
- Fix Table field (and some other fields) not working correctly for Super Table field settings.
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.