@atlaskit/tmp-editor-statsig 53.1.0 → 54.0.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 +20 -0
- package/dist/cjs/experiments-config.js +16 -8
- package/dist/es2019/experiments-config.js +16 -8
- package/dist/esm/experiments-config.js +16 -8
- package/dist/types/experiments-config.d.ts +12 -6
- package/dist/types-ts4.5/experiments-config.d.ts +12 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 54.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`65e300b324e87`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/65e300b324e87) -
|
|
8
|
+
Remove feature flag platform_editor_fix_advanced_codeblocks_crlf - CRLF line separator fix is now
|
|
9
|
+
always enabled
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`22cc6940b4250`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22cc6940b4250) -
|
|
14
|
+
Add gated editor-core perf lint cleanup experiment support
|
|
15
|
+
- [`59c51386456c3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/59c51386456c3) -
|
|
16
|
+
Convert platform_editor_ai_aifc_list_indentation_fix feature gate to
|
|
17
|
+
platform_editor_ai_aifc_listitem_indentation_fix experiment
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
|
|
3
23
|
## 53.1.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -752,6 +752,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
752
752
|
param: 'isEnabled',
|
|
753
753
|
defaultValue: false
|
|
754
754
|
}),
|
|
755
|
+
// Added 2026-03-26
|
|
756
|
+
platform_editor_perf_lint_cleanup: (0, _experimentBuilders.createBooleanExperiment)({
|
|
757
|
+
productKeys: {
|
|
758
|
+
confluence: 'platform_editor_perf_lint_cleanup'
|
|
759
|
+
},
|
|
760
|
+
param: 'isEnabled',
|
|
761
|
+
defaultValue: false
|
|
762
|
+
}),
|
|
755
763
|
// Added 2025-07-30
|
|
756
764
|
platform_editor_blocktaskitem_node_tenantid: (0, _experimentBuilders.createBooleanExperiment)({
|
|
757
765
|
productKeys: {
|
|
@@ -1170,14 +1178,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1170
1178
|
param: 'isEnabled',
|
|
1171
1179
|
defaultValue: false
|
|
1172
1180
|
}),
|
|
1173
|
-
// Added 2026-01-15
|
|
1174
|
-
platform_editor_fix_advanced_codeblocks_crlf: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1175
|
-
productKeys: {
|
|
1176
|
-
confluence: 'platform_editor_fix_advanced_codeblocks_crlf'
|
|
1177
|
-
},
|
|
1178
|
-
param: 'isEnabled',
|
|
1179
|
-
defaultValue: false
|
|
1180
|
-
}),
|
|
1181
1181
|
// Added 2026-01-08
|
|
1182
1182
|
platform_editor_focus_on_chromeless_editor: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1183
1183
|
productKeys: {
|
|
@@ -1870,5 +1870,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1870
1870
|
},
|
|
1871
1871
|
param: 'isEnabled',
|
|
1872
1872
|
defaultValue: false
|
|
1873
|
+
}),
|
|
1874
|
+
// Added 2026-04-02
|
|
1875
|
+
platform_editor_ai_aifc_listitem_indentation_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1876
|
+
productKeys: {
|
|
1877
|
+
confluence: 'platform_editor_ai_aifc_listitem_indentation_fix'
|
|
1878
|
+
},
|
|
1879
|
+
param: 'isEnabled',
|
|
1880
|
+
defaultValue: false
|
|
1873
1881
|
})
|
|
1874
1882
|
};
|
|
@@ -746,6 +746,14 @@ export const editorExperimentsConfig = {
|
|
|
746
746
|
param: 'isEnabled',
|
|
747
747
|
defaultValue: false
|
|
748
748
|
}),
|
|
749
|
+
// Added 2026-03-26
|
|
750
|
+
platform_editor_perf_lint_cleanup: createBooleanExperiment({
|
|
751
|
+
productKeys: {
|
|
752
|
+
confluence: 'platform_editor_perf_lint_cleanup'
|
|
753
|
+
},
|
|
754
|
+
param: 'isEnabled',
|
|
755
|
+
defaultValue: false
|
|
756
|
+
}),
|
|
749
757
|
// Added 2025-07-30
|
|
750
758
|
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
751
759
|
productKeys: {
|
|
@@ -1164,14 +1172,6 @@ export const editorExperimentsConfig = {
|
|
|
1164
1172
|
param: 'isEnabled',
|
|
1165
1173
|
defaultValue: false
|
|
1166
1174
|
}),
|
|
1167
|
-
// Added 2026-01-15
|
|
1168
|
-
platform_editor_fix_advanced_codeblocks_crlf: createBooleanExperiment({
|
|
1169
|
-
productKeys: {
|
|
1170
|
-
confluence: 'platform_editor_fix_advanced_codeblocks_crlf'
|
|
1171
|
-
},
|
|
1172
|
-
param: 'isEnabled',
|
|
1173
|
-
defaultValue: false
|
|
1174
|
-
}),
|
|
1175
1175
|
// Added 2026-01-08
|
|
1176
1176
|
platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
|
|
1177
1177
|
productKeys: {
|
|
@@ -1864,5 +1864,13 @@ export const editorExperimentsConfig = {
|
|
|
1864
1864
|
},
|
|
1865
1865
|
param: 'isEnabled',
|
|
1866
1866
|
defaultValue: false
|
|
1867
|
+
}),
|
|
1868
|
+
// Added 2026-04-02
|
|
1869
|
+
platform_editor_ai_aifc_listitem_indentation_fix: createBooleanExperiment({
|
|
1870
|
+
productKeys: {
|
|
1871
|
+
confluence: 'platform_editor_ai_aifc_listitem_indentation_fix'
|
|
1872
|
+
},
|
|
1873
|
+
param: 'isEnabled',
|
|
1874
|
+
defaultValue: false
|
|
1867
1875
|
})
|
|
1868
1876
|
};
|
|
@@ -746,6 +746,14 @@ export var editorExperimentsConfig = {
|
|
|
746
746
|
param: 'isEnabled',
|
|
747
747
|
defaultValue: false
|
|
748
748
|
}),
|
|
749
|
+
// Added 2026-03-26
|
|
750
|
+
platform_editor_perf_lint_cleanup: createBooleanExperiment({
|
|
751
|
+
productKeys: {
|
|
752
|
+
confluence: 'platform_editor_perf_lint_cleanup'
|
|
753
|
+
},
|
|
754
|
+
param: 'isEnabled',
|
|
755
|
+
defaultValue: false
|
|
756
|
+
}),
|
|
749
757
|
// Added 2025-07-30
|
|
750
758
|
platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
|
|
751
759
|
productKeys: {
|
|
@@ -1164,14 +1172,6 @@ export var editorExperimentsConfig = {
|
|
|
1164
1172
|
param: 'isEnabled',
|
|
1165
1173
|
defaultValue: false
|
|
1166
1174
|
}),
|
|
1167
|
-
// Added 2026-01-15
|
|
1168
|
-
platform_editor_fix_advanced_codeblocks_crlf: createBooleanExperiment({
|
|
1169
|
-
productKeys: {
|
|
1170
|
-
confluence: 'platform_editor_fix_advanced_codeblocks_crlf'
|
|
1171
|
-
},
|
|
1172
|
-
param: 'isEnabled',
|
|
1173
|
-
defaultValue: false
|
|
1174
|
-
}),
|
|
1175
1175
|
// Added 2026-01-08
|
|
1176
1176
|
platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
|
|
1177
1177
|
productKeys: {
|
|
@@ -1864,5 +1864,13 @@ export var editorExperimentsConfig = {
|
|
|
1864
1864
|
},
|
|
1865
1865
|
param: 'isEnabled',
|
|
1866
1866
|
defaultValue: false
|
|
1867
|
+
}),
|
|
1868
|
+
// Added 2026-04-02
|
|
1869
|
+
platform_editor_ai_aifc_listitem_indentation_fix: createBooleanExperiment({
|
|
1870
|
+
productKeys: {
|
|
1871
|
+
confluence: 'platform_editor_ai_aifc_listitem_indentation_fix'
|
|
1872
|
+
},
|
|
1873
|
+
param: 'isEnabled',
|
|
1874
|
+
defaultValue: false
|
|
1867
1875
|
})
|
|
1868
1876
|
};
|
|
@@ -529,6 +529,12 @@ export declare const editorExperimentsConfig: {
|
|
|
529
529
|
productKeys?: ProductKeys;
|
|
530
530
|
typeGuard: IsBooleanType;
|
|
531
531
|
};
|
|
532
|
+
platform_editor_ai_aifc_listitem_indentation_fix: {
|
|
533
|
+
defaultValue: boolean;
|
|
534
|
+
param: string;
|
|
535
|
+
productKeys?: ProductKeys;
|
|
536
|
+
typeGuard: IsBooleanType;
|
|
537
|
+
};
|
|
532
538
|
platform_editor_lovability_distribute_column_fix: {
|
|
533
539
|
defaultValue: boolean;
|
|
534
540
|
param: string;
|
|
@@ -857,12 +863,6 @@ export declare const editorExperimentsConfig: {
|
|
|
857
863
|
productKeys?: ProductKeys;
|
|
858
864
|
typeGuard: IsBooleanType;
|
|
859
865
|
};
|
|
860
|
-
platform_editor_fix_advanced_codeblocks_crlf: {
|
|
861
|
-
defaultValue: boolean;
|
|
862
|
-
param: string;
|
|
863
|
-
productKeys?: ProductKeys;
|
|
864
|
-
typeGuard: IsBooleanType;
|
|
865
|
-
};
|
|
866
866
|
platform_editor_table_sticky_header_patch_11: {
|
|
867
867
|
defaultValue: boolean;
|
|
868
868
|
param: string;
|
|
@@ -1026,6 +1026,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1026
1026
|
productKeys?: ProductKeys;
|
|
1027
1027
|
typeGuard: IsBooleanType;
|
|
1028
1028
|
};
|
|
1029
|
+
platform_editor_perf_lint_cleanup: {
|
|
1030
|
+
defaultValue: boolean;
|
|
1031
|
+
param: string;
|
|
1032
|
+
productKeys?: ProductKeys;
|
|
1033
|
+
typeGuard: IsBooleanType;
|
|
1034
|
+
};
|
|
1029
1035
|
confluence_frontend_fix_date_hydration_error: {
|
|
1030
1036
|
defaultValue: boolean;
|
|
1031
1037
|
param: string;
|
|
@@ -529,6 +529,12 @@ export declare const editorExperimentsConfig: {
|
|
|
529
529
|
productKeys?: ProductKeys;
|
|
530
530
|
typeGuard: IsBooleanType;
|
|
531
531
|
};
|
|
532
|
+
platform_editor_ai_aifc_listitem_indentation_fix: {
|
|
533
|
+
defaultValue: boolean;
|
|
534
|
+
param: string;
|
|
535
|
+
productKeys?: ProductKeys;
|
|
536
|
+
typeGuard: IsBooleanType;
|
|
537
|
+
};
|
|
532
538
|
platform_editor_lovability_distribute_column_fix: {
|
|
533
539
|
defaultValue: boolean;
|
|
534
540
|
param: string;
|
|
@@ -857,12 +863,6 @@ export declare const editorExperimentsConfig: {
|
|
|
857
863
|
productKeys?: ProductKeys;
|
|
858
864
|
typeGuard: IsBooleanType;
|
|
859
865
|
};
|
|
860
|
-
platform_editor_fix_advanced_codeblocks_crlf: {
|
|
861
|
-
defaultValue: boolean;
|
|
862
|
-
param: string;
|
|
863
|
-
productKeys?: ProductKeys;
|
|
864
|
-
typeGuard: IsBooleanType;
|
|
865
|
-
};
|
|
866
866
|
platform_editor_table_sticky_header_patch_11: {
|
|
867
867
|
defaultValue: boolean;
|
|
868
868
|
param: string;
|
|
@@ -1026,6 +1026,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1026
1026
|
productKeys?: ProductKeys;
|
|
1027
1027
|
typeGuard: IsBooleanType;
|
|
1028
1028
|
};
|
|
1029
|
+
platform_editor_perf_lint_cleanup: {
|
|
1030
|
+
defaultValue: boolean;
|
|
1031
|
+
param: string;
|
|
1032
|
+
productKeys?: ProductKeys;
|
|
1033
|
+
typeGuard: IsBooleanType;
|
|
1034
|
+
};
|
|
1029
1035
|
confluence_frontend_fix_date_hydration_error: {
|
|
1030
1036
|
defaultValue: boolean;
|
|
1031
1037
|
param: string;
|
package/package.json
CHANGED