We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5260f80 commit 85e2792Copy full SHA for 85e2792
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 2.7.3 - 2022-09-14
4
+
5
+### Fixed
6
+- Fix elements overflowing grid column bounds in Row Layout. (thanks @bencarr).
7
8
+### Removed
9
+- Remove “Column Width” for fields in Matrix layout.
10
11
## 2.7.2 - 2022-05-15
12
13
### Fixed
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/super-table",
"description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
"type": "craft-plugin",
- "version": "2.7.2",
+ "version": "2.7.3",
"keywords": [
"craft",
"cms",
0 commit comments