@atlaskit/tmp-editor-statsig 16.9.0 → 16.11.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,23 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 16.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`0095cf9cd3e6f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0095cf9cd3e6f) -
|
|
8
|
+
NOISSUE Clean up feature gate cc_editor_limited_mode_table_align_bttn
|
|
9
|
+
|
|
10
|
+
Remove the feature gate `cc_editor_limited_mode_table_align_bttn` and assume it's always enabled.
|
|
11
|
+
The performance optimization for table column distribution in limited mode is now always active
|
|
12
|
+
when limited mode is enabled.
|
|
13
|
+
|
|
14
|
+
## 16.10.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [`acd81a73a9a20`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/acd81a73a9a20) -
|
|
19
|
+
[ux] EDITOR-4259 Set table ref when table is rendered
|
|
20
|
+
|
|
3
21
|
## 16.9.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -594,6 +594,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
594
594
|
values: ['control', 'css_changes_only', 'css_js_changes'],
|
|
595
595
|
defaultValue: 'control'
|
|
596
596
|
}),
|
|
597
|
+
// Added 2026-01-05
|
|
598
|
+
platform_editor_table_update_table_ref: (0, _experimentBuilders.createBooleanExperiment)({
|
|
599
|
+
productKeys: {
|
|
600
|
+
confluence: 'platform_editor_table_update_table_ref'
|
|
601
|
+
},
|
|
602
|
+
param: 'isEnabled',
|
|
603
|
+
defaultValue: false
|
|
604
|
+
}),
|
|
597
605
|
// Added 2025-08-17
|
|
598
606
|
platform_hover_card_preview_panel: (0, _experimentBuilders.createMultivariateExperiment)({
|
|
599
607
|
productKeys: {
|
|
@@ -1040,14 +1048,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1040
1048
|
param: 'isEnabled',
|
|
1041
1049
|
defaultValue: false
|
|
1042
1050
|
}),
|
|
1043
|
-
// Added 2025-11-07
|
|
1044
|
-
cc_editor_limited_mode_table_align_bttn: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1045
|
-
productKeys: {
|
|
1046
|
-
confluence: 'cc_editor_limited_mode_table_align_bttn'
|
|
1047
|
-
},
|
|
1048
|
-
param: 'isEnabled',
|
|
1049
|
-
defaultValue: false
|
|
1050
|
-
}),
|
|
1051
1051
|
// Added 2025-12-18
|
|
1052
1052
|
platform_editor_blockquote_zero_padding: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1053
1053
|
productKeys: {
|
|
@@ -588,6 +588,14 @@ export const editorExperimentsConfig = {
|
|
|
588
588
|
values: ['control', 'css_changes_only', 'css_js_changes'],
|
|
589
589
|
defaultValue: 'control'
|
|
590
590
|
}),
|
|
591
|
+
// Added 2026-01-05
|
|
592
|
+
platform_editor_table_update_table_ref: createBooleanExperiment({
|
|
593
|
+
productKeys: {
|
|
594
|
+
confluence: 'platform_editor_table_update_table_ref'
|
|
595
|
+
},
|
|
596
|
+
param: 'isEnabled',
|
|
597
|
+
defaultValue: false
|
|
598
|
+
}),
|
|
591
599
|
// Added 2025-08-17
|
|
592
600
|
platform_hover_card_preview_panel: createMultivariateExperiment({
|
|
593
601
|
productKeys: {
|
|
@@ -1034,14 +1042,6 @@ export const editorExperimentsConfig = {
|
|
|
1034
1042
|
param: 'isEnabled',
|
|
1035
1043
|
defaultValue: false
|
|
1036
1044
|
}),
|
|
1037
|
-
// Added 2025-11-07
|
|
1038
|
-
cc_editor_limited_mode_table_align_bttn: createBooleanExperiment({
|
|
1039
|
-
productKeys: {
|
|
1040
|
-
confluence: 'cc_editor_limited_mode_table_align_bttn'
|
|
1041
|
-
},
|
|
1042
|
-
param: 'isEnabled',
|
|
1043
|
-
defaultValue: false
|
|
1044
|
-
}),
|
|
1045
1045
|
// Added 2025-12-18
|
|
1046
1046
|
platform_editor_blockquote_zero_padding: createBooleanExperiment({
|
|
1047
1047
|
productKeys: {
|
|
@@ -588,6 +588,14 @@ export var editorExperimentsConfig = {
|
|
|
588
588
|
values: ['control', 'css_changes_only', 'css_js_changes'],
|
|
589
589
|
defaultValue: 'control'
|
|
590
590
|
}),
|
|
591
|
+
// Added 2026-01-05
|
|
592
|
+
platform_editor_table_update_table_ref: createBooleanExperiment({
|
|
593
|
+
productKeys: {
|
|
594
|
+
confluence: 'platform_editor_table_update_table_ref'
|
|
595
|
+
},
|
|
596
|
+
param: 'isEnabled',
|
|
597
|
+
defaultValue: false
|
|
598
|
+
}),
|
|
591
599
|
// Added 2025-08-17
|
|
592
600
|
platform_hover_card_preview_panel: createMultivariateExperiment({
|
|
593
601
|
productKeys: {
|
|
@@ -1034,14 +1042,6 @@ export var editorExperimentsConfig = {
|
|
|
1034
1042
|
param: 'isEnabled',
|
|
1035
1043
|
defaultValue: false
|
|
1036
1044
|
}),
|
|
1037
|
-
// Added 2025-11-07
|
|
1038
|
-
cc_editor_limited_mode_table_align_bttn: createBooleanExperiment({
|
|
1039
|
-
productKeys: {
|
|
1040
|
-
confluence: 'cc_editor_limited_mode_table_align_bttn'
|
|
1041
|
-
},
|
|
1042
|
-
param: 'isEnabled',
|
|
1043
|
-
defaultValue: false
|
|
1044
|
-
}),
|
|
1045
1045
|
// Added 2025-12-18
|
|
1046
1046
|
platform_editor_blockquote_zero_padding: createBooleanExperiment({
|
|
1047
1047
|
productKeys: {
|
|
@@ -82,12 +82,6 @@ export declare const editorExperimentsConfig: {
|
|
|
82
82
|
productKeys?: ProductKeys;
|
|
83
83
|
typeGuard: IsBooleanType;
|
|
84
84
|
};
|
|
85
|
-
cc_editor_limited_mode_table_align_bttn: {
|
|
86
|
-
defaultValue: boolean;
|
|
87
|
-
param: string;
|
|
88
|
-
productKeys?: ProductKeys;
|
|
89
|
-
typeGuard: IsBooleanType;
|
|
90
|
-
};
|
|
91
85
|
cc_editor_ttvc_release_bundle_one: {
|
|
92
86
|
defaultValue: boolean;
|
|
93
87
|
param: string;
|
|
@@ -706,6 +700,12 @@ export declare const editorExperimentsConfig: {
|
|
|
706
700
|
productKeys?: ProductKeys;
|
|
707
701
|
typeGuard: IsBooleanType;
|
|
708
702
|
};
|
|
703
|
+
platform_editor_table_update_table_ref: {
|
|
704
|
+
defaultValue: boolean;
|
|
705
|
+
param: string;
|
|
706
|
+
productKeys?: ProductKeys;
|
|
707
|
+
typeGuard: IsBooleanType;
|
|
708
|
+
};
|
|
709
709
|
platform_editor_wait_for_space_after_ascii_emoji: {
|
|
710
710
|
defaultValue: boolean;
|
|
711
711
|
param: string;
|
|
@@ -82,12 +82,6 @@ export declare const editorExperimentsConfig: {
|
|
|
82
82
|
productKeys?: ProductKeys;
|
|
83
83
|
typeGuard: IsBooleanType;
|
|
84
84
|
};
|
|
85
|
-
cc_editor_limited_mode_table_align_bttn: {
|
|
86
|
-
defaultValue: boolean;
|
|
87
|
-
param: string;
|
|
88
|
-
productKeys?: ProductKeys;
|
|
89
|
-
typeGuard: IsBooleanType;
|
|
90
|
-
};
|
|
91
85
|
cc_editor_ttvc_release_bundle_one: {
|
|
92
86
|
defaultValue: boolean;
|
|
93
87
|
param: string;
|
|
@@ -706,6 +700,12 @@ export declare const editorExperimentsConfig: {
|
|
|
706
700
|
productKeys?: ProductKeys;
|
|
707
701
|
typeGuard: IsBooleanType;
|
|
708
702
|
};
|
|
703
|
+
platform_editor_table_update_table_ref: {
|
|
704
|
+
defaultValue: boolean;
|
|
705
|
+
param: string;
|
|
706
|
+
productKeys?: ProductKeys;
|
|
707
|
+
typeGuard: IsBooleanType;
|
|
708
|
+
};
|
|
709
709
|
platform_editor_wait_for_space_after_ascii_emoji: {
|
|
710
710
|
defaultValue: boolean;
|
|
711
711
|
param: string;
|
package/package.json
CHANGED