@atlaskit/tmp-editor-statsig 191.0.0 → 192.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
|
+
## 192.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`b3f788656e6f9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b3f788656e6f9) -
|
|
8
|
+
[FFCLEANUP-91521] clean up references to `platform_editor_renderer_toolbar_updates`
|
|
9
|
+
|
|
3
10
|
## 191.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -817,14 +817,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
817
817
|
param: 'isEnabled',
|
|
818
818
|
defaultValue: false
|
|
819
819
|
}),
|
|
820
|
-
// Added 2026-01-29
|
|
821
|
-
platform_editor_renderer_toolbar_updates: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
822
|
-
productKeys: {
|
|
823
|
-
confluence: 'platform_editor_renderer_toolbar_updates'
|
|
824
|
-
},
|
|
825
|
-
param: 'isEnabled',
|
|
826
|
-
defaultValue: false
|
|
827
|
-
}),
|
|
828
820
|
// Added 2026-01-30
|
|
829
821
|
platform_editor_fix_cross_origin_editor_focus: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
830
822
|
productKeys: {
|
|
@@ -811,14 +811,6 @@ export const editorExperimentsConfig = {
|
|
|
811
811
|
param: 'isEnabled',
|
|
812
812
|
defaultValue: false
|
|
813
813
|
}),
|
|
814
|
-
// Added 2026-01-29
|
|
815
|
-
platform_editor_renderer_toolbar_updates: createBooleanExperiment({
|
|
816
|
-
productKeys: {
|
|
817
|
-
confluence: 'platform_editor_renderer_toolbar_updates'
|
|
818
|
-
},
|
|
819
|
-
param: 'isEnabled',
|
|
820
|
-
defaultValue: false
|
|
821
|
-
}),
|
|
822
814
|
// Added 2026-01-30
|
|
823
815
|
platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
|
|
824
816
|
productKeys: {
|
|
@@ -811,14 +811,6 @@ export var editorExperimentsConfig = {
|
|
|
811
811
|
param: 'isEnabled',
|
|
812
812
|
defaultValue: false
|
|
813
813
|
}),
|
|
814
|
-
// Added 2026-01-29
|
|
815
|
-
platform_editor_renderer_toolbar_updates: createBooleanExperiment({
|
|
816
|
-
productKeys: {
|
|
817
|
-
confluence: 'platform_editor_renderer_toolbar_updates'
|
|
818
|
-
},
|
|
819
|
-
param: 'isEnabled',
|
|
820
|
-
defaultValue: false
|
|
821
|
-
}),
|
|
822
814
|
// Added 2026-01-30
|
|
823
815
|
platform_editor_fix_cross_origin_editor_focus: createBooleanExperiment({
|
|
824
816
|
productKeys: {
|
|
@@ -606,12 +606,6 @@ export declare const editorExperimentsConfig: {
|
|
|
606
606
|
productKeys?: ProductKeys;
|
|
607
607
|
typeGuard: IsBooleanType;
|
|
608
608
|
};
|
|
609
|
-
platform_editor_renderer_toolbar_updates: {
|
|
610
|
-
defaultValue: boolean;
|
|
611
|
-
param: string;
|
|
612
|
-
productKeys?: ProductKeys;
|
|
613
|
-
typeGuard: IsBooleanType;
|
|
614
|
-
};
|
|
615
609
|
platform_editor_fix_cross_origin_editor_focus: {
|
|
616
610
|
defaultValue: boolean;
|
|
617
611
|
param: string;
|
package/package.json
CHANGED