@atlaskit/tmp-editor-statsig 136.2.0 → 137.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
|
+
## 137.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`698ed1be9a2a6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/698ed1be9a2a6) -
|
|
8
|
+
Clean up experiment `platform_editor_aifc_sync_block_stream_fix`
|
|
9
|
+
|
|
3
10
|
## 136.2.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -703,14 +703,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
703
703
|
param: 'isEnabled',
|
|
704
704
|
defaultValue: false
|
|
705
705
|
}),
|
|
706
|
-
// Added 2026-02-17
|
|
707
|
-
platform_editor_aifc_sync_block_stream_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
708
|
-
productKeys: {
|
|
709
|
-
confluence: 'platform_editor_aifc_sync_block_stream_fix'
|
|
710
|
-
},
|
|
711
|
-
param: 'isEnabled',
|
|
712
|
-
defaultValue: false
|
|
713
|
-
}),
|
|
714
706
|
// Added 2026-17-03
|
|
715
707
|
platform_editor_media_name_fallback: (0, _experimentBuilders.createBooleanExperiment)({
|
|
716
708
|
productKeys: {
|
|
@@ -697,14 +697,6 @@ export const editorExperimentsConfig = {
|
|
|
697
697
|
param: 'isEnabled',
|
|
698
698
|
defaultValue: false
|
|
699
699
|
}),
|
|
700
|
-
// Added 2026-02-17
|
|
701
|
-
platform_editor_aifc_sync_block_stream_fix: createBooleanExperiment({
|
|
702
|
-
productKeys: {
|
|
703
|
-
confluence: 'platform_editor_aifc_sync_block_stream_fix'
|
|
704
|
-
},
|
|
705
|
-
param: 'isEnabled',
|
|
706
|
-
defaultValue: false
|
|
707
|
-
}),
|
|
708
700
|
// Added 2026-17-03
|
|
709
701
|
platform_editor_media_name_fallback: createBooleanExperiment({
|
|
710
702
|
productKeys: {
|
|
@@ -697,14 +697,6 @@ export var editorExperimentsConfig = {
|
|
|
697
697
|
param: 'isEnabled',
|
|
698
698
|
defaultValue: false
|
|
699
699
|
}),
|
|
700
|
-
// Added 2026-02-17
|
|
701
|
-
platform_editor_aifc_sync_block_stream_fix: createBooleanExperiment({
|
|
702
|
-
productKeys: {
|
|
703
|
-
confluence: 'platform_editor_aifc_sync_block_stream_fix'
|
|
704
|
-
},
|
|
705
|
-
param: 'isEnabled',
|
|
706
|
-
defaultValue: false
|
|
707
|
-
}),
|
|
708
700
|
// Added 2026-17-03
|
|
709
701
|
platform_editor_media_name_fallback: createBooleanExperiment({
|
|
710
702
|
productKeys: {
|
|
@@ -882,12 +882,6 @@ export declare const editorExperimentsConfig: {
|
|
|
882
882
|
productKeys?: ProductKeys;
|
|
883
883
|
typeGuard: IsBooleanType;
|
|
884
884
|
};
|
|
885
|
-
platform_editor_aifc_sync_block_stream_fix: {
|
|
886
|
-
defaultValue: boolean;
|
|
887
|
-
param: string;
|
|
888
|
-
productKeys?: ProductKeys;
|
|
889
|
-
typeGuard: IsBooleanType;
|
|
890
|
-
};
|
|
891
885
|
platform_editor_hide_extension_renderer_support: {
|
|
892
886
|
defaultValue: boolean;
|
|
893
887
|
param: string;
|
package/package.json
CHANGED