Releases: verbb/super-table
Releases · verbb/super-table
2.1.3
Fixed
- Prevent content field exception during migrations.
2.1.2
Fixed
- Ditch (incorrect) project config migration.
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).