@atlaskit/tmp-editor-statsig 31.3.0 → 32.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/cjs/experiments-config.js +0 -17
- package/dist/es2019/experiments-config.js +0 -17
- package/dist/esm/experiments-config.js +0 -17
- package/dist/types/experiments-config.d.ts +0 -12
- package/dist/types-ts4.5/experiments-config.d.ts +0 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 32.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`715d7c4db3977`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/715d7c4db3977) -
|
|
8
|
+
[EDITOR-4953] clean up platform_editor_table_cell_colour_change experiment
|
|
9
|
+
- [`8b94becba79f4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8b94becba79f4) -
|
|
10
|
+
[EDITOR-4640] clean up platform_editor_aifc_remove_duplicate_role experiment
|
|
11
|
+
|
|
3
12
|
## 31.3.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -1193,15 +1193,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1193
1193
|
param: 'isEnabled',
|
|
1194
1194
|
defaultValue: false
|
|
1195
1195
|
}),
|
|
1196
|
-
// Added 2026-01-20
|
|
1197
|
-
platform_editor_aifc_remove_duplicate_role: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1198
|
-
productKeys: {
|
|
1199
|
-
confluence: 'platform_editor_aifc_remove_duplicate_role',
|
|
1200
|
-
jira: 'platform_editor_aifc_remove_duplicate_role'
|
|
1201
|
-
},
|
|
1202
|
-
param: 'isEnabled',
|
|
1203
|
-
defaultValue: false
|
|
1204
|
-
}),
|
|
1205
1196
|
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
1206
1197
|
platform_editor_aifc_expand_collapses_oncreate_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1207
1198
|
productKeys: {
|
|
@@ -1252,14 +1243,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1252
1243
|
param: 'isEnabled',
|
|
1253
1244
|
defaultValue: false
|
|
1254
1245
|
}),
|
|
1255
|
-
// Added 2026-01-27
|
|
1256
|
-
platform_editor_table_cell_colour_change: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1257
|
-
productKeys: {
|
|
1258
|
-
confluence: 'platform_editor_table_cell_colour_change'
|
|
1259
|
-
},
|
|
1260
|
-
param: 'isEnabled',
|
|
1261
|
-
defaultValue: false
|
|
1262
|
-
}),
|
|
1263
1246
|
confluence_inline_insert_excerpt_width_bugfix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1264
1247
|
productKeys: {
|
|
1265
1248
|
confluence: 'confluence_inline_insert_excerpt_width_bugfix'
|
|
@@ -1187,15 +1187,6 @@ export const editorExperimentsConfig = {
|
|
|
1187
1187
|
param: 'isEnabled',
|
|
1188
1188
|
defaultValue: false
|
|
1189
1189
|
}),
|
|
1190
|
-
// Added 2026-01-20
|
|
1191
|
-
platform_editor_aifc_remove_duplicate_role: createBooleanExperiment({
|
|
1192
|
-
productKeys: {
|
|
1193
|
-
confluence: 'platform_editor_aifc_remove_duplicate_role',
|
|
1194
|
-
jira: 'platform_editor_aifc_remove_duplicate_role'
|
|
1195
|
-
},
|
|
1196
|
-
param: 'isEnabled',
|
|
1197
|
-
defaultValue: false
|
|
1198
|
-
}),
|
|
1199
1190
|
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
1200
1191
|
platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
|
|
1201
1192
|
productKeys: {
|
|
@@ -1246,14 +1237,6 @@ export const editorExperimentsConfig = {
|
|
|
1246
1237
|
param: 'isEnabled',
|
|
1247
1238
|
defaultValue: false
|
|
1248
1239
|
}),
|
|
1249
|
-
// Added 2026-01-27
|
|
1250
|
-
platform_editor_table_cell_colour_change: createBooleanExperiment({
|
|
1251
|
-
productKeys: {
|
|
1252
|
-
confluence: 'platform_editor_table_cell_colour_change'
|
|
1253
|
-
},
|
|
1254
|
-
param: 'isEnabled',
|
|
1255
|
-
defaultValue: false
|
|
1256
|
-
}),
|
|
1257
1240
|
confluence_inline_insert_excerpt_width_bugfix: createBooleanExperiment({
|
|
1258
1241
|
productKeys: {
|
|
1259
1242
|
confluence: 'confluence_inline_insert_excerpt_width_bugfix'
|
|
@@ -1187,15 +1187,6 @@ export var editorExperimentsConfig = {
|
|
|
1187
1187
|
param: 'isEnabled',
|
|
1188
1188
|
defaultValue: false
|
|
1189
1189
|
}),
|
|
1190
|
-
// Added 2026-01-20
|
|
1191
|
-
platform_editor_aifc_remove_duplicate_role: createBooleanExperiment({
|
|
1192
|
-
productKeys: {
|
|
1193
|
-
confluence: 'platform_editor_aifc_remove_duplicate_role',
|
|
1194
|
-
jira: 'platform_editor_aifc_remove_duplicate_role'
|
|
1195
|
-
},
|
|
1196
|
-
param: 'isEnabled',
|
|
1197
|
-
defaultValue: false
|
|
1198
|
-
}),
|
|
1199
1190
|
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
1200
1191
|
platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
|
|
1201
1192
|
productKeys: {
|
|
@@ -1246,14 +1237,6 @@ export var editorExperimentsConfig = {
|
|
|
1246
1237
|
param: 'isEnabled',
|
|
1247
1238
|
defaultValue: false
|
|
1248
1239
|
}),
|
|
1249
|
-
// Added 2026-01-27
|
|
1250
|
-
platform_editor_table_cell_colour_change: createBooleanExperiment({
|
|
1251
|
-
productKeys: {
|
|
1252
|
-
confluence: 'platform_editor_table_cell_colour_change'
|
|
1253
|
-
},
|
|
1254
|
-
param: 'isEnabled',
|
|
1255
|
-
defaultValue: false
|
|
1256
|
-
}),
|
|
1257
1240
|
confluence_inline_insert_excerpt_width_bugfix: createBooleanExperiment({
|
|
1258
1241
|
productKeys: {
|
|
1259
1242
|
confluence: 'confluence_inline_insert_excerpt_width_bugfix'
|
|
@@ -881,12 +881,6 @@ export declare const editorExperimentsConfig: {
|
|
|
881
881
|
productKeys?: ProductKeys;
|
|
882
882
|
typeGuard: IsBooleanType;
|
|
883
883
|
};
|
|
884
|
-
platform_editor_aifc_remove_duplicate_role: {
|
|
885
|
-
defaultValue: boolean;
|
|
886
|
-
param: string;
|
|
887
|
-
productKeys?: ProductKeys;
|
|
888
|
-
typeGuard: IsBooleanType;
|
|
889
|
-
};
|
|
890
884
|
platform_editor_aifc_expand_collapses_oncreate_fix: {
|
|
891
885
|
defaultValue: boolean;
|
|
892
886
|
param: string;
|
|
@@ -917,12 +911,6 @@ export declare const editorExperimentsConfig: {
|
|
|
917
911
|
productKeys?: ProductKeys;
|
|
918
912
|
typeGuard: IsBooleanType;
|
|
919
913
|
};
|
|
920
|
-
platform_editor_table_cell_colour_change: {
|
|
921
|
-
defaultValue: boolean;
|
|
922
|
-
param: string;
|
|
923
|
-
productKeys?: ProductKeys;
|
|
924
|
-
typeGuard: IsBooleanType;
|
|
925
|
-
};
|
|
926
914
|
confluence_inline_insert_excerpt_width_bugfix: {
|
|
927
915
|
defaultValue: boolean;
|
|
928
916
|
param: string;
|
|
@@ -881,12 +881,6 @@ export declare const editorExperimentsConfig: {
|
|
|
881
881
|
productKeys?: ProductKeys;
|
|
882
882
|
typeGuard: IsBooleanType;
|
|
883
883
|
};
|
|
884
|
-
platform_editor_aifc_remove_duplicate_role: {
|
|
885
|
-
defaultValue: boolean;
|
|
886
|
-
param: string;
|
|
887
|
-
productKeys?: ProductKeys;
|
|
888
|
-
typeGuard: IsBooleanType;
|
|
889
|
-
};
|
|
890
884
|
platform_editor_aifc_expand_collapses_oncreate_fix: {
|
|
891
885
|
defaultValue: boolean;
|
|
892
886
|
param: string;
|
|
@@ -917,12 +911,6 @@ export declare const editorExperimentsConfig: {
|
|
|
917
911
|
productKeys?: ProductKeys;
|
|
918
912
|
typeGuard: IsBooleanType;
|
|
919
913
|
};
|
|
920
|
-
platform_editor_table_cell_colour_change: {
|
|
921
|
-
defaultValue: boolean;
|
|
922
|
-
param: string;
|
|
923
|
-
productKeys?: ProductKeys;
|
|
924
|
-
typeGuard: IsBooleanType;
|
|
925
|
-
};
|
|
926
914
|
confluence_inline_insert_excerpt_width_bugfix: {
|
|
927
915
|
defaultValue: boolean;
|
|
928
916
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "32.0.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"atlaskit:src": "src/index.ts",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
37
|
-
"@atlaskit/react-ufo": "^5.
|
|
37
|
+
"@atlaskit/react-ufo": "^5.4.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|