@atlaskit/tmp-editor-statsig 16.3.1 → 16.3.3
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 +16 -0
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/experiments-config.js +0 -16
- package/dist/types/experiments-config.d.ts +0 -12
- package/dist/types-ts4.5/experiments-config.d.ts +0 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.3.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`31b6da6a9ab84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31b6da6a9ab84) -
|
|
8
|
+
Clean up platform_editor_fix_a11y_aria_posinset_0 experiment - Fix ARIA posinset to use 1-based
|
|
9
|
+
indexing
|
|
10
|
+
|
|
11
|
+
## 16.3.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`5812c1aff4a50`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5812c1aff4a50) -
|
|
16
|
+
Clean up platform_editor_pasting_nested_table_fix experiment - Fix nested table pasting by using
|
|
17
|
+
getLastPastedSlice
|
|
18
|
+
|
|
3
19
|
## 16.3.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -734,14 +734,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
734
734
|
param: 'isEnabled',
|
|
735
735
|
defaultValue: false
|
|
736
736
|
}),
|
|
737
|
-
// Added 2025-07-30
|
|
738
|
-
platform_editor_pasting_nested_table_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
739
|
-
productKeys: {
|
|
740
|
-
confluence: 'platform_editor_pasting_nested_table_fix'
|
|
741
|
-
},
|
|
742
|
-
param: 'isEnabled',
|
|
743
|
-
defaultValue: false
|
|
744
|
-
}),
|
|
745
737
|
// Added 20205-07-28
|
|
746
738
|
platform_editor_fix_quick_insert_consistency_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
747
739
|
productKeys: {
|
|
@@ -758,14 +750,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
758
750
|
param: 'isEnabled',
|
|
759
751
|
defaultValue: false
|
|
760
752
|
}),
|
|
761
|
-
// Added 2025-07-31
|
|
762
|
-
platform_editor_fix_a11y_aria_posinset_0: (0, _experimentBuilders.createBooleanExperiment)({
|
|
763
|
-
productKeys: {
|
|
764
|
-
confluence: 'platform_editor_fix_a11y_aria_posinset_0'
|
|
765
|
-
},
|
|
766
|
-
param: 'isEnabled',
|
|
767
|
-
defaultValue: false
|
|
768
|
-
}),
|
|
769
753
|
// Added 2025-07-30
|
|
770
754
|
platform_editor_blocktaskitem_node_tenantid: (0, _experimentBuilders.createBooleanExperiment)({
|
|
771
755
|
productKeys: {
|
|
@@ -728,14 +728,6 @@ export const editorExperimentsConfig = {
|
|
|
728
728
|
param: 'isEnabled',
|
|
729
729
|
defaultValue: false
|
|
730
730
|
}),
|
|
731
|
-
// Added 2025-07-30
|
|
732
|
-
platform_editor_pasting_nested_table_fix: createBooleanExperiment({
|
|
733
|
-
productKeys: {
|
|
734
|
-
confluence: 'platform_editor_pasting_nested_table_fix'
|
|
735
|
-
},
|
|
736
|
-
param: 'isEnabled',
|
|
737
|
-
defaultValue: false
|
|
738
|
-
}),
|
|
739
731
|
// Added 20205-07-28
|
|
740
732
|
platform_editor_fix_quick_insert_consistency_exp: createBooleanExperiment({
|
|
741
733
|
productKeys: {
|
|
@@ -752,14 +744,6 @@ export const editorExperimentsConfig = {
|
|
|
752
744
|
param: 'isEnabled',
|
|
753
745
|
defaultValue: false
|
|
754
746
|
}),
|
|
755
|
-
// Added 2025-07-31
|
|
756
|
-
platform_editor_fix_a11y_aria_posinset_0: createBooleanExperiment({
|
|
757
|
-
productKeys: {
|
|
758
|
-
confluence: 'platform_editor_fix_a11y_aria_posinset_0'
|
|
759
|
-
},
|
|
760
|
-
param: 'isEnabled',
|
|
761
|
-
defaultValue: false
|
|
762
|
-
}),
|
|
763
747
|
// Added 2025-07-30
|
|
764
748
|
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
765
749
|
productKeys: {
|
|
@@ -728,14 +728,6 @@ export var editorExperimentsConfig = {
|
|
|
728
728
|
param: 'isEnabled',
|
|
729
729
|
defaultValue: false
|
|
730
730
|
}),
|
|
731
|
-
// Added 2025-07-30
|
|
732
|
-
platform_editor_pasting_nested_table_fix: createBooleanExperiment({
|
|
733
|
-
productKeys: {
|
|
734
|
-
confluence: 'platform_editor_pasting_nested_table_fix'
|
|
735
|
-
},
|
|
736
|
-
param: 'isEnabled',
|
|
737
|
-
defaultValue: false
|
|
738
|
-
}),
|
|
739
731
|
// Added 20205-07-28
|
|
740
732
|
platform_editor_fix_quick_insert_consistency_exp: createBooleanExperiment({
|
|
741
733
|
productKeys: {
|
|
@@ -752,14 +744,6 @@ export var editorExperimentsConfig = {
|
|
|
752
744
|
param: 'isEnabled',
|
|
753
745
|
defaultValue: false
|
|
754
746
|
}),
|
|
755
|
-
// Added 2025-07-31
|
|
756
|
-
platform_editor_fix_a11y_aria_posinset_0: createBooleanExperiment({
|
|
757
|
-
productKeys: {
|
|
758
|
-
confluence: 'platform_editor_fix_a11y_aria_posinset_0'
|
|
759
|
-
},
|
|
760
|
-
param: 'isEnabled',
|
|
761
|
-
defaultValue: false
|
|
762
|
-
}),
|
|
763
747
|
// Added 2025-07-30
|
|
764
748
|
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
765
749
|
productKeys: {
|
|
@@ -410,12 +410,6 @@ export declare const editorExperimentsConfig: {
|
|
|
410
410
|
productKeys?: ProductKeys;
|
|
411
411
|
typeGuard: IsBooleanType;
|
|
412
412
|
};
|
|
413
|
-
platform_editor_fix_a11y_aria_posinset_0: {
|
|
414
|
-
defaultValue: boolean;
|
|
415
|
-
param: string;
|
|
416
|
-
productKeys?: ProductKeys;
|
|
417
|
-
typeGuard: IsBooleanType;
|
|
418
|
-
};
|
|
419
413
|
platform_editor_fix_button_name_violation_in_table: {
|
|
420
414
|
defaultValue: boolean;
|
|
421
415
|
param: string;
|
|
@@ -537,12 +531,6 @@ export declare const editorExperimentsConfig: {
|
|
|
537
531
|
productKeys?: ProductKeys;
|
|
538
532
|
typeGuard: IsBooleanType;
|
|
539
533
|
};
|
|
540
|
-
platform_editor_pasting_nested_table_fix: {
|
|
541
|
-
defaultValue: boolean;
|
|
542
|
-
param: string;
|
|
543
|
-
productKeys?: ProductKeys;
|
|
544
|
-
typeGuard: IsBooleanType;
|
|
545
|
-
};
|
|
546
534
|
platform_editor_pasting_text_in_panel: {
|
|
547
535
|
defaultValue: boolean;
|
|
548
536
|
param: string;
|
|
@@ -410,12 +410,6 @@ export declare const editorExperimentsConfig: {
|
|
|
410
410
|
productKeys?: ProductKeys;
|
|
411
411
|
typeGuard: IsBooleanType;
|
|
412
412
|
};
|
|
413
|
-
platform_editor_fix_a11y_aria_posinset_0: {
|
|
414
|
-
defaultValue: boolean;
|
|
415
|
-
param: string;
|
|
416
|
-
productKeys?: ProductKeys;
|
|
417
|
-
typeGuard: IsBooleanType;
|
|
418
|
-
};
|
|
419
413
|
platform_editor_fix_button_name_violation_in_table: {
|
|
420
414
|
defaultValue: boolean;
|
|
421
415
|
param: string;
|
|
@@ -537,12 +531,6 @@ export declare const editorExperimentsConfig: {
|
|
|
537
531
|
productKeys?: ProductKeys;
|
|
538
532
|
typeGuard: IsBooleanType;
|
|
539
533
|
};
|
|
540
|
-
platform_editor_pasting_nested_table_fix: {
|
|
541
|
-
defaultValue: boolean;
|
|
542
|
-
param: string;
|
|
543
|
-
productKeys?: ProductKeys;
|
|
544
|
-
typeGuard: IsBooleanType;
|
|
545
|
-
};
|
|
546
534
|
platform_editor_pasting_text_in_panel: {
|
|
547
535
|
defaultValue: boolean;
|
|
548
536
|
param: string;
|
package/package.json
CHANGED