Releases: verbb/super-table
Releases · verbb/super-table
2.1.1
Added
- Added support for Craft 3.1 soft deletes.
- Added support for Craft 3.1 project config.
Changed
- Clarify width field setting label for new fields.
- Tweak/improve minor field setting translations.
Fixed
- Fixed a bug where a Super Table fields’ block types and content table could be deleted even if something set
$isValid
tofalse
on thebeforeDelete
event. - Fixed issue with Matrix + Super Table field combinations losing their fields, or content tables (thanks @brandonkelly).
- Fixed dragging issues with nested Matrix field when using Matrix Layout.
2.1.0
Fixed
- Fix for ST + Matrix field combination throwing errors during migration for Craft 3.1.x.
- Fixed an error that could occur when duplicating an element with a Super Table field with “Manage blocks on a per-site basis” disabled.
- Fixed an error that occurred when querying for Super Table blocks if both the
with
andindexBy
parameters were set. - Fixed a bug where Super Table blocks wouldn’t retain their content translations when an entry was duplicated from the Edit Entry page.
- Fix settings dropdown/table fields not working on some cases.
- Remove plugin settings page (It's not supposed to be there).
2.0.14
Fixed
- Fix CP section turning up.
2.0.13
Fixed
- Fix lack of styles when editing an entry version.
2.0.12
Changed
- Update styles to be inline with Craft 3.
- Use
duplicateElement()
to clone Super Table blocks after making them localized.
Fixed
- Fix error when viewing previous versions of elements that contained a Super Table field.
2.0.11
Fixed
- Fixed Dashboard error (thanks @brandonkelly).
- Fix error when throwing an error for field handles (ironic hey?).
- Drop indexes before renaming instead of after. Otherwise this causes errors on mariadb. (thanks @born05).
2.0.10
Fixed
- Allow block element methods being called on static super tables.
- Ensure setups with min/max limits can still reorder items.
- Fix JS error when editing a Super Table field, but only when validation has failed..
2.0.9
Changed
- Updated min Craft version to 3.0.17.
Fixed
- Fixed a SQL error that occurred when saving a Super Table field with new sub-fields on PostgreSQL (thanks @brandonkelly).
- Fixed Twig error in Craft 3.0.23 (thanks @brandonkelly).
Fixed a typo: 'colapse' > 'collapse' (thanks @joshangell).
2.0.8
Added
- Add translation icon to fields that are set to be translatable.
- Restore column with functionality for table layouts.
- Allow fields to be translated for each site group.
- Added support for optional
ownerSite
parameter in$params
forgetRelatedElements()
to allow for querying relations stored in Super Table fields in entries in a different site to the current site. (thanks @steverowling). - Sprout import support (thanks @timkelty).
Changed
- Refactor static table querying into actual query class. Fixed lots of cases related to static layouts.
- Namespace alternate JS inner-matrix functions, just in case.
- Improve validation on owner elements.
- Remove default limits of queries.
- Ensure field options are sorted by name.
- Make use of
anyStatus()
query function. - Allow Field objects to be passed into SuperTableField::setBlockTypes (thanks @pinfirestudios)
Fixed
- Fixed nested Super Table (in Matrix) fields Support for Schematic
- Fixed an error when saving an entry from the front-end with a static Super Table field was attached to an entry.
- Fixed dropdowns, etc not having their default values set on-load when setting a minimum row.
- Fix Matrix layout fields not saving correctly when set to static
- Fix when removing a row in an inner table field would collapse the entire Super Table field if set to Table layout and static.
- Fix modal form overrides on inner-Matrix field, causing all sorts of errors
- Fix Matrix > SuperTable > Matrix validation not firing correctly.
- Don't override siteId when deleting a Super Table block.
- Fix issue when viewing an entry revision where a field may have been deleted.
- Fix Eager Loading (thanks @mostlyserious).
- Fixes for schematic integration with a supertable nested in a matrix field (thanks @bvangennep).