Skip to content

Commit dfd1e33

Browse files
committed
version 3.0.4
1 parent 2e05926 commit dfd1e33

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 3.0.4 - 2022-11-01
4+
5+
### Changed
6+
- Block queries’ `field` params now support passing an array of `verbb\supertable\fields\SuperTableField` objects.
7+
8+
### Fixed
9+
- Fix a bug where saving a field without any block types would result in no changes made to the previously-configured block types, rather than displaying a validation error.
10+
- Fix a bug where blocks could be deleted from newly-created multi-site entries, if the edit page was reloaded.
11+
- Fix collapsed matrix-style fields no longer have preview text.
12+
- Fix a Craft 3 to 4 migration issue.
13+
314
## 3.0.3 - 2022-10-18
415

516
### Fixed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/super-table",
33
"description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
44
"type": "craft-plugin",
5-
"version": "3.0.3",
5+
"version": "3.0.4",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)