Releases: verbb/super-table
Releases · verbb/super-table
3.0.0
Added
- Add missing English Translations.
- Add resave console command for elements.
- Add checks for registering events for performance.
- Add
archiveTableIfExists()to install migration.
Changed
- Now requires PHP
^8.0.2. - Now requires Craft
^4.0.0. - Super Table database tables and content is now permanently deleted when uninstalling the plugin.
- Rename model classes.
- Rename record classes.
- Rename service classes.
- Rename base plugin methods.
Fixed
- Fixed a bug where fields were assuming their values hadn’t been eager-loaded on element save.
- Fixed block ordering issues, and ensure sort order is updated when block ownership is duplicated. (thanks @mmikkel).
- Fixed a bug where changes to existing blocks weren’t saving for element types that supported drafts but not change tracking.
- Fix Matrix > Super Table fields not saving new fields when editing the field
- Fix move/delete button sizing for table layout.
- Fix a JS error when viewing a static field, in Matrix layout.
- Fix JS not initialising when selecting new fields in settings (
footHtmltobodyHtml). - Fix an error when running the “check content tables” helper.
- Fix an error with new static fields not having any field content output in the control panel.
- Fix an error where return type of
prepareQuerywas incorrect. (thanks @davidwebca). - Fix potential error in migration.
Removed
- Remove deprecated Craft and Super Table functions.
3.0.0-beta.6
Fixed
- Fixed block ordering issues, and ensure sort order is updated when block ownership is duplicated. (thanks @mmikkel).
- Fixed a bug where changes to existing blocks weren’t saving for element types that supported drafts but not change tracking.
3.0.0-beta.5
Fixed
- Fix Matrix > Super Table fields not saving new fields when editing the field
- Fix move/delete button sizing for table layout.
- Fix a JS error when viewing a static field, in Matrix layout.
3.0.0-beta.4
Added
- Add resave console command for elements.
- Add checks for registering events for performance.
- Add
archiveTableIfExists()to install migration.
Changed
- Rename model classes.
- Rename record classes.
- Rename service classes.
- Rename base plugin methods.
Fixed
- Fix JS not initialising when selecting new fields in settings (
footHtmltobodyHtml). - Fix an error when running the “check content tables” helper.
- Fix an error with new static fields not having any field content output in the control panel.
- Fix an error where return type of
prepareQuerywas incorrect. (thanks @davidwebca).
Removed
- Remove deprecated Craft and Super Table functions.
2.7.2
3.0.0-beta.3
Fixed
- Fix an error during install.
3.0.0-beta.2
Fixed
- Fix potential error in migration.
- Fix an error with some old/deprecated field settings not being unset.
3.0.0-beta.1
Changed
- Now requires PHP
^8.0.2. - Now requires Craft
^4.0.0-beta.1.
2.7.1
Fixed
- Fixed a bug where fields weren’t getting reverted properly when reverting an entry’s content to a prior revision, if they were nested within a Neo or Matrix field.
- Fixed a bug where blocks within drafts could lose track of their canonical blocks when they were updated upstream, resulting in duplicated blocks.
- Fixed an error with GQL mutations.
- Find and fix tables with missing indexes. (thanks @gbowne-quickbase).
- Fixed field instructions showing raw HTML. (thanks @mmikkel).
2.7.0
Added
- Add SuperTable Block Type to superTableMatrix, superTableRow, tr.
- Craft 3.7+ compatibility.
- Blocks now have an
idfield to allow modifying existing Super Table blocks when using mutations with the GraphQL API. - Allow for widths in Matrix styled Super Tables.
Changed
- Now requires Craft 3.7+.
- Update GraphQL classes to Craft 3.7+.
- Show
.heading-textof nested SuperTables in SuperTableMatrix. And there is no element with.heading-textin SuperTableMatrix related templates.
Fixed
- Fix a potential XSS vulnerability.
- Fix elements overflowing grid column bounds in Row Layout.
- Fix change status indicator alignment for blocks.
- Fix a missing class include.
- Fix new static-field row blocks not getting the
static-fieldclass. - Fix missing css class to fields container of Matrix styled SuperTable.