Releases: verbb/super-table
Releases · verbb/super-table
2.0.6
Added
- Added Matrix Layout option (thanks @Rias500)
- Added back support for
getRelatedElements()
Changed
- Now sets
$propagating
totrue
when saving blocks, if the owner element is propagating.
Fixed
- Fixed a bug where relational fields within Super Table fields wouldn’t save relations to elements that didn’t exist on all of the sites the owner element existed on. (#2683)
- Fix query issue when requesting from console (for static fields)
- Fixed validation-handling when used in a Matrix field. Would allow saving invalid field handles in this context.
2.0.5
- Updates to be inline with Craft 3.0.0 GA, now minimum requirement
- Improve field validation
- Fix post location path for inner fields
- Fix some minor layout issues with Matrix combinations
- Fix row layout (and a few other things) not using
site
as the translation key - Fix table fields rows now being able to be deleted
- Fix Row layout not respecting minRows value
- Field instructions should parse markdown
- Fix namespacing for nested Matrix fields
- Fix errors caused by SuperTableBlockElement.eagerLoadingMap()
2.0.4
Added
- Minimum requirement for Super Table is now
^3.0.0-RC10
Improved
- Make use of
FieldLayoutBehavior::getFields()
andsetFields()
- No longer executes two queries per block type when preparing a Super Table block query.
Fixed
- Fixed an issue caused when upgrading a multi-locale site from Craft 2 to Craft 3.
- Fixed typo in Super Table's field context column
2.0.3
- Ensure field names are required
- Fix missing field validation
- Fix plugin icon in some circumstances
2.0.2
- Added migration to handle converting existing field and element types to new namespaced format
- Add some field properties for backward-compatibility with Craft 2 upgrades
- Fix missing
sortOrder
column in install migration
2.0.1
2.0.0
- Craft 3 release
1.0.6
1.0.5
1.0.4
- [Added] Added Minimum Rows field setting.
- [Improved]
type
is now a reserved field handle. - [Improved] Blocks are now deleted when an owner is deleted (think deleting an entry also deletes Super Table blocks for that entry). Otherwise, end up with orphaned blocks.