Skip to content

Commit 41d4206

Browse files
committed
version 2.7.2
1 parent 93067c4 commit 41d4206

File tree

3 files changed

+34
-50
lines changed

3 files changed

+34
-50
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.7.2 - 2022-05-15
4+
5+
### Fixed
6+
- Fix an incompatibility with Craft 3.7.11 or less.
7+
- Fix checking against a derivative block.
8+
- Fix in some cases not fetching the correct supported sites for a block.
9+
- Fix GraphQL mutations. Blocks now require `type_blockTypeId`. (see https://github.com/verbb/super-table/issues/449).
10+
311
## 2.7.1 - 2021-12-31
412

513
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
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": "2.7.1",
5+
"version": "2.7.2",
66
"keywords": [
77
"craft",
88
"cms",

config.codekit3

Lines changed: 25 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"uuidString" : "ECE3F09A-2816-43C6-9715-3F4A30BD28C5"
88
}
99
],
10-
"creatorBuild" : "34335",
10+
"creatorBuild" : "34359",
1111
"files" : {
1212
"\/.github" : {
1313
"ft" : 65536,
@@ -691,10 +691,6 @@
691691
"active" : 0,
692692
"optionString" : "'1tbs', {'allowSingleLine': true}"
693693
},
694-
"callback-return" : {
695-
"active" : 0,
696-
"optionString" : "['callback', 'cb', 'next']"
697-
},
698694
"camelcase" : {
699695
"active" : 0,
700696
"optionString" : "{'properties': 'always'}"
@@ -786,6 +782,10 @@
786782
"active" : 0,
787783
"optionString" : "'expression'"
788784
},
785+
"function-call-argument-newline" : {
786+
"active" : 0,
787+
"optionString" : "'always'"
788+
},
789789
"function-paren-newline" : {
790790
"active" : 0,
791791
"optionString" : "'multiline'"
@@ -798,21 +798,14 @@
798798
"active" : 0,
799799
"optionString" : "{'allowImplicit': false}"
800800
},
801-
"global-require" : {
802-
"active" : 0
803-
},
804801
"grouped-accessor-pairs" : {
805802
"active" : 0,
806803
"optionString" : "'anyOrder'"
807804
},
808805
"guard-for-in" : {
809806
"active" : 0
810807
},
811-
"handle-callback-err" : {
812-
"active" : 0,
813-
"optionString" : "'err'"
814-
},
815-
"id-blacklist" : {
808+
"id-denylist" : {
816809
"active" : 0,
817810
"optionString" : "'data', 'err', 'e', 'cb', 'callback'"
818811
},
@@ -936,9 +929,6 @@
936929
"active" : 0,
937930
"optionString" : "{'allow': ['~'], 'int32Hint': true}"
938931
},
939-
"no-buffer-constructor" : {
940-
"active" : 0
941-
},
942932
"no-caller" : {
943933
"active" : 0
944934
},
@@ -966,6 +956,9 @@
966956
"no-const-assign" : {
967957
"active" : 1
968958
},
959+
"no-constant-binary-expression" : {
960+
"active" : 0
961+
},
969962
"no-constant-condition" : {
970963
"active" : 1,
971964
"optionString" : "{'checkLoops': true}"
@@ -1000,6 +993,9 @@
1000993
"no-dupe-keys" : {
1001994
"active" : 1
1002995
},
996+
"no-duplicate-case" : {
997+
"active" : 1
998+
},
1003999
"no-duplicate-imports" : {
10041000
"active" : 0,
10051001
"optionString" : "{'includeExports': false}"
@@ -1041,7 +1037,7 @@
10411037
"no-extra-boolean-cast" : {
10421038
"active" : 1
10431039
},
1044-
"no-extra-labels" : {
1040+
"no-extra-label" : {
10451041
"active" : 0
10461042
},
10471043
"no-extra-parens" : {
@@ -1129,10 +1125,6 @@
11291125
"active" : 0,
11301126
"optionString" : "{'groups': [['+', '-', '*', '\/', '%', '**'], ['&', '|', '^', '~', '<<', '>>', '>>>'], ['==', '!=', '===', '!==', '>', '>=', '<', '<='], ['&&', '||'], ['in', 'instanceof']], 'allowSamePrecedence': true}"
11311127
},
1132-
"no-mixed-requires" : {
1133-
"active" : 0,
1134-
"optionString" : "{'grouping': false, 'allowCall': false }"
1135-
},
11361128
"no-mixed-spaces-and-tabs" : {
11371129
"active" : 0,
11381130
"optionString" : ""
@@ -1167,9 +1159,6 @@
11671159
"no-new-object" : {
11681160
"active" : 0
11691161
},
1170-
"no-new-require" : {
1171-
"active" : 0
1172-
},
11731162
"no-new-symbol" : {
11741163
"active" : 1
11751164
},
@@ -1192,19 +1181,10 @@
11921181
"active" : 0,
11931182
"optionString" : "{'props': false}"
11941183
},
1195-
"no-path-concat" : {
1196-
"active" : 0
1197-
},
11981184
"no-plusplus" : {
11991185
"active" : 0,
12001186
"optionString" : "{'allowForLoopAfterthoughts': false}"
12011187
},
1202-
"no-process-env" : {
1203-
"active" : 0
1204-
},
1205-
"no-process-exit" : {
1206-
"active" : 0
1207-
},
12081188
"no-promise-executor-return" : {
12091189
"active" : 0
12101190
},
@@ -1232,10 +1212,6 @@
12321212
"no-restricted-imports" : {
12331213
"active" : 0
12341214
},
1235-
"no-restricted-modules" : {
1236-
"active" : 0,
1237-
"optionString" : ""
1238-
},
12391215
"no-restricted-properties" : {
12401216
"active" : 0,
12411217
"optionString" : "[{'object': 'disallowedObjectName', 'property': 'disallowedPropertyName'}, {'object': 'disallowedObjectName', 'property': 'anotherDisallowedPropertyName', 'message': 'Please use allowedObjectName.allowedPropertyName.'}]"
@@ -1278,10 +1254,6 @@
12781254
"no-sparse-arrays" : {
12791255
"active" : 1
12801256
},
1281-
"no-sync" : {
1282-
"active" : 0,
1283-
"optionString" : "{'allowAtRootLevel': false}"
1284-
},
12851257
"no-tabs" : {
12861258
"active" : 0,
12871259
"optionString" : ""
@@ -1513,10 +1485,6 @@
15131485
"require-await" : {
15141486
"active" : 0
15151487
},
1516-
"require-jsdoc" : {
1517-
"active" : 0,
1518-
"optionString" : "{'require': {'FunctionDeclaration': true, 'MethodDefinition': false, 'ClassDeclaration': false, 'ArrowFunctionExpression': false}}"
1519-
},
15201488
"require-unicode-regexp" : {
15211489
"active" : 0
15221490
},
@@ -1602,10 +1570,6 @@
16021570
"active" : 1,
16031571
"optionString" : ""
16041572
},
1605-
"valid-jsdoc" : {
1606-
"active" : 0,
1607-
"optionString" : "{'prefer': {'return': 'returns'}, 'requireReturn': true, 'requireReturnDescription': true, 'requireReturnType': true, 'requireParamDescription': true}"
1608-
},
16091573
"valid-typeof" : {
16101574
"active" : 1,
16111575
"optionString" : "{'requireStringLiterals': true}"
@@ -2106,6 +2070,10 @@
21062070
"active" : 0,
21072071
"flagValue" : -1
21082072
},
2073+
"keep_numbers" : {
2074+
"active" : 0,
2075+
"flagValue" : -1
2076+
},
21092077
"keep_quoted_props" : {
21102078
"active" : 0,
21112079
"flagValue" : -1
@@ -2130,6 +2098,10 @@
21302098
"active" : 1,
21312099
"flagValue" : 1
21322100
},
2101+
"preserve_annotations" : {
2102+
"active" : 0,
2103+
"flagValue" : -1
2104+
},
21332105
"properties" : {
21342106
"active" : 1,
21352107
"flagValue" : -1
@@ -2234,6 +2206,10 @@
22342206
"active" : 0,
22352207
"flagValue" : -1
22362208
},
2209+
"wrap_func_args" : {
2210+
"active" : 1,
2211+
"flagValue" : -1
2212+
},
22372213
"wrap_iife" : {
22382214
"active" : 0,
22392215
"flagValue" : -1

0 commit comments

Comments
 (0)