@atlaskit/tmp-editor-statsig 113.0.0 → 114.1.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
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 114.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`dec1185b3c97a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dec1185b3c97a) -
|
|
8
|
+
Remove the archived Confluence preview panels experiment key from the editor experiment
|
|
9
|
+
configuration.
|
|
10
|
+
|
|
11
|
+
## 114.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- [`a8c135d0b7bfb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a8c135d0b7bfb) -
|
|
16
|
+
Cleanup experiment `confluence_load_editor_title_on_transition`. The placeholder loading spinner
|
|
17
|
+
and the collab-not-ready placeholder skip during transitions are now always enabled, and the
|
|
18
|
+
experiment definition has been removed from the editor statsig config.
|
|
19
|
+
|
|
3
20
|
## 113.0.0
|
|
4
21
|
|
|
5
22
|
### Major Changes
|
|
@@ -66,14 +66,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
66
66
|
param: 'isEnabled',
|
|
67
67
|
defaultValue: false
|
|
68
68
|
}),
|
|
69
|
-
// Added 22-12-2025
|
|
70
|
-
confluence_load_editor_title_on_transition: (0, _experimentBuilders.createBooleanExperiment)({
|
|
71
|
-
productKeys: {
|
|
72
|
-
confluence: 'confluence_load_editor_title_on_transition'
|
|
73
|
-
},
|
|
74
|
-
param: 'contentPlaceholder',
|
|
75
|
-
defaultValue: false
|
|
76
|
-
}),
|
|
77
69
|
// Added 02-12-2025
|
|
78
70
|
cc_fix_hydration_ttvc: (0, _experimentBuilders.createBooleanExperiment)({
|
|
79
71
|
productKeys: {
|
|
@@ -658,7 +650,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
658
650
|
// Added 2025-07-15
|
|
659
651
|
platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
|
|
660
652
|
productKeys: {
|
|
661
|
-
confluence: '
|
|
653
|
+
confluence: 'platform_editor_preview_panel_responsiveness'
|
|
662
654
|
},
|
|
663
655
|
param: 'isEnabled',
|
|
664
656
|
defaultValue: false
|
|
@@ -2282,5 +2274,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2282
2274
|
},
|
|
2283
2275
|
param: 'value',
|
|
2284
2276
|
defaultValue: false
|
|
2277
|
+
}),
|
|
2278
|
+
// Added 2026-06-25
|
|
2279
|
+
platform_editor_typeahead_empty_query_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2280
|
+
productKeys: {
|
|
2281
|
+
confluence: 'platform_editor_typeahead_empty_query_fix'
|
|
2282
|
+
},
|
|
2283
|
+
param: 'value',
|
|
2284
|
+
defaultValue: false
|
|
2285
2285
|
})
|
|
2286
2286
|
};
|
|
@@ -60,14 +60,6 @@ export const editorExperimentsConfig = {
|
|
|
60
60
|
param: 'isEnabled',
|
|
61
61
|
defaultValue: false
|
|
62
62
|
}),
|
|
63
|
-
// Added 22-12-2025
|
|
64
|
-
confluence_load_editor_title_on_transition: createBooleanExperiment({
|
|
65
|
-
productKeys: {
|
|
66
|
-
confluence: 'confluence_load_editor_title_on_transition'
|
|
67
|
-
},
|
|
68
|
-
param: 'contentPlaceholder',
|
|
69
|
-
defaultValue: false
|
|
70
|
-
}),
|
|
71
63
|
// Added 02-12-2025
|
|
72
64
|
cc_fix_hydration_ttvc: createBooleanExperiment({
|
|
73
65
|
productKeys: {
|
|
@@ -652,7 +644,7 @@ export const editorExperimentsConfig = {
|
|
|
652
644
|
// Added 2025-07-15
|
|
653
645
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
654
646
|
productKeys: {
|
|
655
|
-
confluence: '
|
|
647
|
+
confluence: 'platform_editor_preview_panel_responsiveness'
|
|
656
648
|
},
|
|
657
649
|
param: 'isEnabled',
|
|
658
650
|
defaultValue: false
|
|
@@ -2276,5 +2268,13 @@ export const editorExperimentsConfig = {
|
|
|
2276
2268
|
},
|
|
2277
2269
|
param: 'value',
|
|
2278
2270
|
defaultValue: false
|
|
2271
|
+
}),
|
|
2272
|
+
// Added 2026-06-25
|
|
2273
|
+
platform_editor_typeahead_empty_query_fix: createBooleanExperiment({
|
|
2274
|
+
productKeys: {
|
|
2275
|
+
confluence: 'platform_editor_typeahead_empty_query_fix'
|
|
2276
|
+
},
|
|
2277
|
+
param: 'value',
|
|
2278
|
+
defaultValue: false
|
|
2279
2279
|
})
|
|
2280
2280
|
};
|
|
@@ -60,14 +60,6 @@ export var editorExperimentsConfig = {
|
|
|
60
60
|
param: 'isEnabled',
|
|
61
61
|
defaultValue: false
|
|
62
62
|
}),
|
|
63
|
-
// Added 22-12-2025
|
|
64
|
-
confluence_load_editor_title_on_transition: createBooleanExperiment({
|
|
65
|
-
productKeys: {
|
|
66
|
-
confluence: 'confluence_load_editor_title_on_transition'
|
|
67
|
-
},
|
|
68
|
-
param: 'contentPlaceholder',
|
|
69
|
-
defaultValue: false
|
|
70
|
-
}),
|
|
71
63
|
// Added 02-12-2025
|
|
72
64
|
cc_fix_hydration_ttvc: createBooleanExperiment({
|
|
73
65
|
productKeys: {
|
|
@@ -652,7 +644,7 @@ export var editorExperimentsConfig = {
|
|
|
652
644
|
// Added 2025-07-15
|
|
653
645
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
654
646
|
productKeys: {
|
|
655
|
-
confluence: '
|
|
647
|
+
confluence: 'platform_editor_preview_panel_responsiveness'
|
|
656
648
|
},
|
|
657
649
|
param: 'isEnabled',
|
|
658
650
|
defaultValue: false
|
|
@@ -2276,5 +2268,13 @@ export var editorExperimentsConfig = {
|
|
|
2276
2268
|
},
|
|
2277
2269
|
param: 'value',
|
|
2278
2270
|
defaultValue: false
|
|
2271
|
+
}),
|
|
2272
|
+
// Added 2026-06-25
|
|
2273
|
+
platform_editor_typeahead_empty_query_fix: createBooleanExperiment({
|
|
2274
|
+
productKeys: {
|
|
2275
|
+
confluence: 'platform_editor_typeahead_empty_query_fix'
|
|
2276
|
+
},
|
|
2277
|
+
param: 'value',
|
|
2278
|
+
defaultValue: false
|
|
2279
2279
|
})
|
|
2280
2280
|
};
|
|
@@ -125,12 +125,6 @@ export declare const editorExperimentsConfig: {
|
|
|
125
125
|
productKeys?: ProductKeys;
|
|
126
126
|
typeGuard: IsBooleanType;
|
|
127
127
|
};
|
|
128
|
-
confluence_load_editor_title_on_transition: {
|
|
129
|
-
defaultValue: boolean;
|
|
130
|
-
param: string;
|
|
131
|
-
productKeys?: ProductKeys;
|
|
132
|
-
typeGuard: IsBooleanType;
|
|
133
|
-
};
|
|
134
128
|
platform_editor_ai_headingautocomplete: {
|
|
135
129
|
defaultValue: boolean;
|
|
136
130
|
param: string;
|
|
@@ -1665,5 +1659,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1665
1659
|
productKeys?: ProductKeys;
|
|
1666
1660
|
typeGuard: IsBooleanType;
|
|
1667
1661
|
};
|
|
1662
|
+
platform_editor_typeahead_empty_query_fix: {
|
|
1663
|
+
defaultValue: boolean;
|
|
1664
|
+
param: string;
|
|
1665
|
+
productKeys?: ProductKeys;
|
|
1666
|
+
typeGuard: IsBooleanType;
|
|
1667
|
+
};
|
|
1668
1668
|
};
|
|
1669
1669
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "114.1.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",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
30
|
-
"@atlaskit/react-ufo": "^7.
|
|
30
|
+
"@atlaskit/react-ufo": "^7.3.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|