@atlaskit/tmp-editor-statsig 36.3.0 → 37.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
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 37.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`e6fbfbf141ff3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e6fbfbf141ff3) -
|
|
8
|
+
Cleanup feature exp cleanup-platform_editor_send_client_platform_header
|
|
9
|
+
|
|
3
10
|
## 36.3.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1325,14 +1325,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1325
1325
|
param: 'isEnabled',
|
|
1326
1326
|
defaultValue: false
|
|
1327
1327
|
}),
|
|
1328
|
-
// Added 2025-01-29
|
|
1329
|
-
platform_editor_send_client_platform_header: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1330
|
-
productKeys: {
|
|
1331
|
-
confluence: 'platform_editor_send_client_platform_header'
|
|
1332
|
-
},
|
|
1333
|
-
param: 'isEnabled',
|
|
1334
|
-
defaultValue: false
|
|
1335
|
-
}),
|
|
1336
1328
|
// Added 2026-01-29
|
|
1337
1329
|
platform_editor_renderer_toolbar_updates: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1338
1330
|
productKeys: {
|
|
@@ -1319,14 +1319,6 @@ export const editorExperimentsConfig = {
|
|
|
1319
1319
|
param: 'isEnabled',
|
|
1320
1320
|
defaultValue: false
|
|
1321
1321
|
}),
|
|
1322
|
-
// Added 2025-01-29
|
|
1323
|
-
platform_editor_send_client_platform_header: createBooleanExperiment({
|
|
1324
|
-
productKeys: {
|
|
1325
|
-
confluence: 'platform_editor_send_client_platform_header'
|
|
1326
|
-
},
|
|
1327
|
-
param: 'isEnabled',
|
|
1328
|
-
defaultValue: false
|
|
1329
|
-
}),
|
|
1330
1322
|
// Added 2026-01-29
|
|
1331
1323
|
platform_editor_renderer_toolbar_updates: createBooleanExperiment({
|
|
1332
1324
|
productKeys: {
|
|
@@ -1319,14 +1319,6 @@ export var editorExperimentsConfig = {
|
|
|
1319
1319
|
param: 'isEnabled',
|
|
1320
1320
|
defaultValue: false
|
|
1321
1321
|
}),
|
|
1322
|
-
// Added 2025-01-29
|
|
1323
|
-
platform_editor_send_client_platform_header: createBooleanExperiment({
|
|
1324
|
-
productKeys: {
|
|
1325
|
-
confluence: 'platform_editor_send_client_platform_header'
|
|
1326
|
-
},
|
|
1327
|
-
param: 'isEnabled',
|
|
1328
|
-
defaultValue: false
|
|
1329
|
-
}),
|
|
1330
1322
|
// Added 2026-01-29
|
|
1331
1323
|
platform_editor_renderer_toolbar_updates: createBooleanExperiment({
|
|
1332
1324
|
productKeys: {
|
|
@@ -965,12 +965,6 @@ export declare const editorExperimentsConfig: {
|
|
|
965
965
|
productKeys?: ProductKeys;
|
|
966
966
|
typeGuard: IsBooleanType;
|
|
967
967
|
};
|
|
968
|
-
platform_editor_send_client_platform_header: {
|
|
969
|
-
defaultValue: boolean;
|
|
970
|
-
param: string;
|
|
971
|
-
productKeys?: ProductKeys;
|
|
972
|
-
typeGuard: IsBooleanType;
|
|
973
|
-
};
|
|
974
968
|
platform_editor_renderer_toolbar_updates: {
|
|
975
969
|
defaultValue: boolean;
|
|
976
970
|
param: string;
|
|
@@ -965,12 +965,6 @@ export declare const editorExperimentsConfig: {
|
|
|
965
965
|
productKeys?: ProductKeys;
|
|
966
966
|
typeGuard: IsBooleanType;
|
|
967
967
|
};
|
|
968
|
-
platform_editor_send_client_platform_header: {
|
|
969
|
-
defaultValue: boolean;
|
|
970
|
-
param: string;
|
|
971
|
-
productKeys?: ProductKeys;
|
|
972
|
-
typeGuard: IsBooleanType;
|
|
973
|
-
};
|
|
974
968
|
platform_editor_renderer_toolbar_updates: {
|
|
975
969
|
defaultValue: boolean;
|
|
976
970
|
param: string;
|
package/package.json
CHANGED