@atlaskit/tmp-editor-statsig 16.7.0 → 16.9.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,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`8c24728c97456`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8c24728c97456) -
|
|
8
|
+
EDITOR-3638 Exclude zero intersection entries when scroll is detected
|
|
9
|
+
|
|
10
|
+
## 16.8.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`517f06f895cc9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/517f06f895cc9) -
|
|
15
|
+
[https://product-fabric.atlassian.net/browse/ED-29730](ED-29730) - clen up
|
|
16
|
+
platform_editor_emoji_otp Statsig experiment
|
|
17
|
+
|
|
3
18
|
## 16.7.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -101,6 +101,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
101
101
|
param: 'isEnabled',
|
|
102
102
|
defaultValue: false
|
|
103
103
|
}),
|
|
104
|
+
// Added 2026-01-7
|
|
105
|
+
platform_editor_table_sticky_header_patch_10: (0, _experimentBuilders.createBooleanExperiment)({
|
|
106
|
+
productKeys: {
|
|
107
|
+
confluence: 'platform_editor_table_sticky_header_patch_10'
|
|
108
|
+
},
|
|
109
|
+
param: 'isEnabled',
|
|
110
|
+
defaultValue: false
|
|
111
|
+
}),
|
|
104
112
|
// Added 2025-11-17
|
|
105
113
|
platform_editor_renderer_extension_width_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
106
114
|
productKeys: {
|
|
@@ -624,14 +632,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
624
632
|
param: 'isEnabled',
|
|
625
633
|
defaultValue: false
|
|
626
634
|
}),
|
|
627
|
-
// Added 2025-09-16
|
|
628
|
-
platform_editor_emoji_otp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
629
|
-
productKeys: {
|
|
630
|
-
confluence: 'platform_editor_emoji_otp'
|
|
631
|
-
},
|
|
632
|
-
param: 'isEnabled',
|
|
633
|
-
defaultValue: false
|
|
634
|
-
}),
|
|
635
635
|
// Added 2025-07-23
|
|
636
636
|
// Added 2025-07-24
|
|
637
637
|
editor_enghealth_hyperlink_toolbar_aria_values: (0, _experimentBuilders.createBooleanExperiment)({
|
|
@@ -95,6 +95,14 @@ export const editorExperimentsConfig = {
|
|
|
95
95
|
param: 'isEnabled',
|
|
96
96
|
defaultValue: false
|
|
97
97
|
}),
|
|
98
|
+
// Added 2026-01-7
|
|
99
|
+
platform_editor_table_sticky_header_patch_10: createBooleanExperiment({
|
|
100
|
+
productKeys: {
|
|
101
|
+
confluence: 'platform_editor_table_sticky_header_patch_10'
|
|
102
|
+
},
|
|
103
|
+
param: 'isEnabled',
|
|
104
|
+
defaultValue: false
|
|
105
|
+
}),
|
|
98
106
|
// Added 2025-11-17
|
|
99
107
|
platform_editor_renderer_extension_width_fix: createBooleanExperiment({
|
|
100
108
|
productKeys: {
|
|
@@ -618,14 +626,6 @@ export const editorExperimentsConfig = {
|
|
|
618
626
|
param: 'isEnabled',
|
|
619
627
|
defaultValue: false
|
|
620
628
|
}),
|
|
621
|
-
// Added 2025-09-16
|
|
622
|
-
platform_editor_emoji_otp: createBooleanExperiment({
|
|
623
|
-
productKeys: {
|
|
624
|
-
confluence: 'platform_editor_emoji_otp'
|
|
625
|
-
},
|
|
626
|
-
param: 'isEnabled',
|
|
627
|
-
defaultValue: false
|
|
628
|
-
}),
|
|
629
629
|
// Added 2025-07-23
|
|
630
630
|
// Added 2025-07-24
|
|
631
631
|
editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
|
|
@@ -95,6 +95,14 @@ export var editorExperimentsConfig = {
|
|
|
95
95
|
param: 'isEnabled',
|
|
96
96
|
defaultValue: false
|
|
97
97
|
}),
|
|
98
|
+
// Added 2026-01-7
|
|
99
|
+
platform_editor_table_sticky_header_patch_10: createBooleanExperiment({
|
|
100
|
+
productKeys: {
|
|
101
|
+
confluence: 'platform_editor_table_sticky_header_patch_10'
|
|
102
|
+
},
|
|
103
|
+
param: 'isEnabled',
|
|
104
|
+
defaultValue: false
|
|
105
|
+
}),
|
|
98
106
|
// Added 2025-11-17
|
|
99
107
|
platform_editor_renderer_extension_width_fix: createBooleanExperiment({
|
|
100
108
|
productKeys: {
|
|
@@ -618,14 +626,6 @@ export var editorExperimentsConfig = {
|
|
|
618
626
|
param: 'isEnabled',
|
|
619
627
|
defaultValue: false
|
|
620
628
|
}),
|
|
621
|
-
// Added 2025-09-16
|
|
622
|
-
platform_editor_emoji_otp: createBooleanExperiment({
|
|
623
|
-
productKeys: {
|
|
624
|
-
confluence: 'platform_editor_emoji_otp'
|
|
625
|
-
},
|
|
626
|
-
param: 'isEnabled',
|
|
627
|
-
defaultValue: false
|
|
628
|
-
}),
|
|
629
629
|
// Added 2025-07-23
|
|
630
630
|
// Added 2025-07-24
|
|
631
631
|
editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
|
|
@@ -368,12 +368,6 @@ export declare const editorExperimentsConfig: {
|
|
|
368
368
|
productKeys?: ProductKeys;
|
|
369
369
|
typeGuard: IsBooleanType;
|
|
370
370
|
};
|
|
371
|
-
platform_editor_emoji_otp: {
|
|
372
|
-
defaultValue: boolean;
|
|
373
|
-
param: string;
|
|
374
|
-
productKeys?: ProductKeys;
|
|
375
|
-
typeGuard: IsBooleanType;
|
|
376
|
-
};
|
|
377
371
|
platform_editor_enable_single_player_step_merging: {
|
|
378
372
|
defaultValue: boolean;
|
|
379
373
|
param: string;
|
|
@@ -788,6 +782,12 @@ export declare const editorExperimentsConfig: {
|
|
|
788
782
|
productKeys?: ProductKeys;
|
|
789
783
|
typeGuard: IsBooleanType;
|
|
790
784
|
};
|
|
785
|
+
platform_editor_table_sticky_header_patch_10: {
|
|
786
|
+
defaultValue: boolean;
|
|
787
|
+
param: string;
|
|
788
|
+
productKeys?: ProductKeys;
|
|
789
|
+
typeGuard: IsBooleanType;
|
|
790
|
+
};
|
|
791
791
|
smart_link_confluence_short_link_analytics: {
|
|
792
792
|
defaultValue: 'control' | 'test';
|
|
793
793
|
param: string;
|
|
@@ -368,12 +368,6 @@ export declare const editorExperimentsConfig: {
|
|
|
368
368
|
productKeys?: ProductKeys;
|
|
369
369
|
typeGuard: IsBooleanType;
|
|
370
370
|
};
|
|
371
|
-
platform_editor_emoji_otp: {
|
|
372
|
-
defaultValue: boolean;
|
|
373
|
-
param: string;
|
|
374
|
-
productKeys?: ProductKeys;
|
|
375
|
-
typeGuard: IsBooleanType;
|
|
376
|
-
};
|
|
377
371
|
platform_editor_enable_single_player_step_merging: {
|
|
378
372
|
defaultValue: boolean;
|
|
379
373
|
param: string;
|
|
@@ -788,6 +782,12 @@ export declare const editorExperimentsConfig: {
|
|
|
788
782
|
productKeys?: ProductKeys;
|
|
789
783
|
typeGuard: IsBooleanType;
|
|
790
784
|
};
|
|
785
|
+
platform_editor_table_sticky_header_patch_10: {
|
|
786
|
+
defaultValue: boolean;
|
|
787
|
+
param: string;
|
|
788
|
+
productKeys?: ProductKeys;
|
|
789
|
+
typeGuard: IsBooleanType;
|
|
790
|
+
};
|
|
791
791
|
smart_link_confluence_short_link_analytics: {
|
|
792
792
|
defaultValue: 'control' | 'test';
|
|
793
793
|
param: string;
|
package/package.json
CHANGED