@atlaskit/tmp-editor-statsig 16.3.0 → 16.3.1
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
|
+
## 16.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`1112caa726b84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1112caa726b84) -
|
|
8
|
+
Clean up platform_editor_enghealth_table_plugin_lable_rule experiment - Add accessibility labels
|
|
9
|
+
to table drag handles and toggles by default
|
|
10
|
+
|
|
3
11
|
## 16.3.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -717,14 +717,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
717
717
|
param: 'isEnabled',
|
|
718
718
|
defaultValue: false
|
|
719
719
|
}),
|
|
720
|
-
// Added 2025-07-24
|
|
721
|
-
platform_editor_enghealth_table_plugin_lable_rule: (0, _experimentBuilders.createBooleanExperiment)({
|
|
722
|
-
productKeys: {
|
|
723
|
-
confluence: 'platform_editor_enghealth_table_plugin_lable_rule'
|
|
724
|
-
},
|
|
725
|
-
param: 'isEnabled',
|
|
726
|
-
defaultValue: false
|
|
727
|
-
}),
|
|
728
720
|
// Added 2025-07-31
|
|
729
721
|
platform_editor_breakout_interaction_rerender: (0, _experimentBuilders.createBooleanExperiment)({
|
|
730
722
|
productKeys: {
|
|
@@ -711,14 +711,6 @@ export const editorExperimentsConfig = {
|
|
|
711
711
|
param: 'isEnabled',
|
|
712
712
|
defaultValue: false
|
|
713
713
|
}),
|
|
714
|
-
// Added 2025-07-24
|
|
715
|
-
platform_editor_enghealth_table_plugin_lable_rule: createBooleanExperiment({
|
|
716
|
-
productKeys: {
|
|
717
|
-
confluence: 'platform_editor_enghealth_table_plugin_lable_rule'
|
|
718
|
-
},
|
|
719
|
-
param: 'isEnabled',
|
|
720
|
-
defaultValue: false
|
|
721
|
-
}),
|
|
722
714
|
// Added 2025-07-31
|
|
723
715
|
platform_editor_breakout_interaction_rerender: createBooleanExperiment({
|
|
724
716
|
productKeys: {
|
|
@@ -711,14 +711,6 @@ export var editorExperimentsConfig = {
|
|
|
711
711
|
param: 'isEnabled',
|
|
712
712
|
defaultValue: false
|
|
713
713
|
}),
|
|
714
|
-
// Added 2025-07-24
|
|
715
|
-
platform_editor_enghealth_table_plugin_lable_rule: createBooleanExperiment({
|
|
716
|
-
productKeys: {
|
|
717
|
-
confluence: 'platform_editor_enghealth_table_plugin_lable_rule'
|
|
718
|
-
},
|
|
719
|
-
param: 'isEnabled',
|
|
720
|
-
defaultValue: false
|
|
721
|
-
}),
|
|
722
714
|
// Added 2025-07-31
|
|
723
715
|
platform_editor_breakout_interaction_rerender: createBooleanExperiment({
|
|
724
716
|
productKeys: {
|
|
@@ -380,12 +380,6 @@ export declare const editorExperimentsConfig: {
|
|
|
380
380
|
productKeys?: ProductKeys;
|
|
381
381
|
typeGuard: IsBooleanType;
|
|
382
382
|
};
|
|
383
|
-
platform_editor_enghealth_table_plugin_lable_rule: {
|
|
384
|
-
defaultValue: boolean;
|
|
385
|
-
param: string;
|
|
386
|
-
productKeys?: ProductKeys;
|
|
387
|
-
typeGuard: IsBooleanType;
|
|
388
|
-
};
|
|
389
383
|
platform_editor_exp_lazy_node_views: {
|
|
390
384
|
defaultValue: boolean;
|
|
391
385
|
param: string;
|
|
@@ -380,12 +380,6 @@ export declare const editorExperimentsConfig: {
|
|
|
380
380
|
productKeys?: ProductKeys;
|
|
381
381
|
typeGuard: IsBooleanType;
|
|
382
382
|
};
|
|
383
|
-
platform_editor_enghealth_table_plugin_lable_rule: {
|
|
384
|
-
defaultValue: boolean;
|
|
385
|
-
param: string;
|
|
386
|
-
productKeys?: ProductKeys;
|
|
387
|
-
typeGuard: IsBooleanType;
|
|
388
|
-
};
|
|
389
383
|
platform_editor_exp_lazy_node_views: {
|
|
390
384
|
defaultValue: boolean;
|
|
391
385
|
param: string;
|
package/package.json
CHANGED