@atlaskit/tmp-editor-statsig 114.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,13 @@
|
|
|
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
|
+
|
|
3
11
|
## 114.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
|
@@ -650,7 +650,7 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
650
650
|
// Added 2025-07-15
|
|
651
651
|
platform_editor_preview_panel_responsiveness: (0, _experimentBuilders.createBooleanExperiment)({
|
|
652
652
|
productKeys: {
|
|
653
|
-
confluence: '
|
|
653
|
+
confluence: 'platform_editor_preview_panel_responsiveness'
|
|
654
654
|
},
|
|
655
655
|
param: 'isEnabled',
|
|
656
656
|
defaultValue: false
|
|
@@ -2274,5 +2274,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2274
2274
|
},
|
|
2275
2275
|
param: 'value',
|
|
2276
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
|
|
2277
2285
|
})
|
|
2278
2286
|
};
|
|
@@ -644,7 +644,7 @@ export const editorExperimentsConfig = {
|
|
|
644
644
|
// Added 2025-07-15
|
|
645
645
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
646
646
|
productKeys: {
|
|
647
|
-
confluence: '
|
|
647
|
+
confluence: 'platform_editor_preview_panel_responsiveness'
|
|
648
648
|
},
|
|
649
649
|
param: 'isEnabled',
|
|
650
650
|
defaultValue: false
|
|
@@ -2268,5 +2268,13 @@ export const editorExperimentsConfig = {
|
|
|
2268
2268
|
},
|
|
2269
2269
|
param: 'value',
|
|
2270
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
|
|
2271
2279
|
})
|
|
2272
2280
|
};
|
|
@@ -644,7 +644,7 @@ export var editorExperimentsConfig = {
|
|
|
644
644
|
// Added 2025-07-15
|
|
645
645
|
platform_editor_preview_panel_responsiveness: createBooleanExperiment({
|
|
646
646
|
productKeys: {
|
|
647
|
-
confluence: '
|
|
647
|
+
confluence: 'platform_editor_preview_panel_responsiveness'
|
|
648
648
|
},
|
|
649
649
|
param: 'isEnabled',
|
|
650
650
|
defaultValue: false
|
|
@@ -2268,5 +2268,13 @@ export var editorExperimentsConfig = {
|
|
|
2268
2268
|
},
|
|
2269
2269
|
param: 'value',
|
|
2270
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
|
|
2271
2279
|
})
|
|
2272
2280
|
};
|
|
@@ -1659,5 +1659,11 @@ export declare const editorExperimentsConfig: {
|
|
|
1659
1659
|
productKeys?: ProductKeys;
|
|
1660
1660
|
typeGuard: IsBooleanType;
|
|
1661
1661
|
};
|
|
1662
|
+
platform_editor_typeahead_empty_query_fix: {
|
|
1663
|
+
defaultValue: boolean;
|
|
1664
|
+
param: string;
|
|
1665
|
+
productKeys?: ProductKeys;
|
|
1666
|
+
typeGuard: IsBooleanType;
|
|
1667
|
+
};
|
|
1662
1668
|
};
|
|
1663
1669
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "114.
|
|
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": {
|