@atlaskit/tmp-editor-statsig 29.6.1 → 29.6.2
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
|
@@ -758,13 +758,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
758
758
|
param: 'isEnabled',
|
|
759
759
|
defaultValue: false
|
|
760
760
|
}),
|
|
761
|
-
platform_editor_native_expand_button: (0, _experimentBuilders.createBooleanExperiment)({
|
|
762
|
-
productKeys: {
|
|
763
|
-
confluence: 'platform_editor_native_expand_button'
|
|
764
|
-
},
|
|
765
|
-
param: 'isEnabled',
|
|
766
|
-
defaultValue: false
|
|
767
|
-
}),
|
|
768
761
|
// Added 2026-02-05
|
|
769
762
|
'editor-a11y-fy26-keyboard-move-row-column': (0, _experimentBuilders.createBooleanExperiment)({
|
|
770
763
|
productKeys: {
|
|
@@ -752,13 +752,6 @@ export const editorExperimentsConfig = {
|
|
|
752
752
|
param: 'isEnabled',
|
|
753
753
|
defaultValue: false
|
|
754
754
|
}),
|
|
755
|
-
platform_editor_native_expand_button: createBooleanExperiment({
|
|
756
|
-
productKeys: {
|
|
757
|
-
confluence: 'platform_editor_native_expand_button'
|
|
758
|
-
},
|
|
759
|
-
param: 'isEnabled',
|
|
760
|
-
defaultValue: false
|
|
761
|
-
}),
|
|
762
755
|
// Added 2026-02-05
|
|
763
756
|
'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
|
|
764
757
|
productKeys: {
|
|
@@ -752,13 +752,6 @@ export var editorExperimentsConfig = {
|
|
|
752
752
|
param: 'isEnabled',
|
|
753
753
|
defaultValue: false
|
|
754
754
|
}),
|
|
755
|
-
platform_editor_native_expand_button: createBooleanExperiment({
|
|
756
|
-
productKeys: {
|
|
757
|
-
confluence: 'platform_editor_native_expand_button'
|
|
758
|
-
},
|
|
759
|
-
param: 'isEnabled',
|
|
760
|
-
defaultValue: false
|
|
761
|
-
}),
|
|
762
755
|
// Added 2026-02-05
|
|
763
756
|
'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
|
|
764
757
|
productKeys: {
|
|
@@ -517,12 +517,6 @@ export declare const editorExperimentsConfig: {
|
|
|
517
517
|
productKeys?: ProductKeys;
|
|
518
518
|
typeGuard: IsBooleanType;
|
|
519
519
|
};
|
|
520
|
-
platform_editor_native_expand_button: {
|
|
521
|
-
defaultValue: boolean;
|
|
522
|
-
param: string;
|
|
523
|
-
productKeys?: ProductKeys;
|
|
524
|
-
typeGuard: IsBooleanType;
|
|
525
|
-
};
|
|
526
520
|
platform_editor_nested_table_refresh_width_fix: {
|
|
527
521
|
defaultValue: boolean;
|
|
528
522
|
param: string;
|
|
@@ -517,12 +517,6 @@ export declare const editorExperimentsConfig: {
|
|
|
517
517
|
productKeys?: ProductKeys;
|
|
518
518
|
typeGuard: IsBooleanType;
|
|
519
519
|
};
|
|
520
|
-
platform_editor_native_expand_button: {
|
|
521
|
-
defaultValue: boolean;
|
|
522
|
-
param: string;
|
|
523
|
-
productKeys?: ProductKeys;
|
|
524
|
-
typeGuard: IsBooleanType;
|
|
525
|
-
};
|
|
526
520
|
platform_editor_nested_table_refresh_width_fix: {
|
|
527
521
|
defaultValue: boolean;
|
|
528
522
|
param: string;
|
package/package.json
CHANGED