@atlaskit/tmp-editor-statsig 62.8.0 → 64.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 +19 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +0 -16
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +0 -16
- package/dist/esm/exp-test-overrides.js +0 -1
- 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 64.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`79124c226e2f4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/79124c226e2f4) -
|
|
8
|
+
NO-ISSUE Clean up platform_editor_ai_edit_unsupported_content
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 63.0.0
|
|
15
|
+
|
|
16
|
+
### Major Changes
|
|
17
|
+
|
|
18
|
+
- [`acce33a5519e2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/acce33a5519e2) -
|
|
19
|
+
Remove stale experiment `platform_editor_ai_quickstart_command` from experiments config and test
|
|
20
|
+
overrides.
|
|
21
|
+
|
|
3
22
|
## 62.8.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
@@ -45,7 +45,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
45
45
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
46
46
|
'jira-work-sync-desc-comment-summary': false,
|
|
47
47
|
platform_editor_breakout_resizing: false,
|
|
48
|
-
platform_editor_ai_quickstart_command: false,
|
|
49
48
|
platform_editor_block_controls_perf_optimization: false,
|
|
50
49
|
platform_editor_enable_single_player_step_merging: false,
|
|
51
50
|
platform_editor_find_and_replace_improvements: false,
|
|
@@ -568,14 +568,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
568
568
|
param: 'isEnabled',
|
|
569
569
|
defaultValue: false
|
|
570
570
|
}),
|
|
571
|
-
// Added 2025-05-07
|
|
572
|
-
platform_editor_ai_quickstart_command: (0, _experimentBuilders.createBooleanExperiment)({
|
|
573
|
-
productKeys: {
|
|
574
|
-
confluence: 'platform_editor_ai_quickstart_command'
|
|
575
|
-
},
|
|
576
|
-
param: 'isEnabled',
|
|
577
|
-
defaultValue: false
|
|
578
|
-
}),
|
|
579
571
|
// Added 2026-17-03
|
|
580
572
|
platform_editor_media_name_fallback: (0, _experimentBuilders.createBooleanExperiment)({
|
|
581
573
|
productKeys: {
|
|
@@ -1187,14 +1179,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1187
1179
|
param: 'isEnabled',
|
|
1188
1180
|
defaultValue: false
|
|
1189
1181
|
}),
|
|
1190
|
-
// Added 2026-01-16
|
|
1191
|
-
platform_editor_ai_edit_unsupported_content: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1192
|
-
productKeys: {
|
|
1193
|
-
confluence: 'platform_editor_ai_edit_unsupported_content'
|
|
1194
|
-
},
|
|
1195
|
-
param: 'isEnabled',
|
|
1196
|
-
defaultValue: false
|
|
1197
|
-
}),
|
|
1198
1182
|
// Added 2026-01-19
|
|
1199
1183
|
platform_editor_copy_paste_issue_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1200
1184
|
productKeys: {
|
|
@@ -39,7 +39,6 @@ export const testBooleanOverrides = {
|
|
|
39
39
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
40
40
|
'jira-work-sync-desc-comment-summary': false,
|
|
41
41
|
platform_editor_breakout_resizing: false,
|
|
42
|
-
platform_editor_ai_quickstart_command: false,
|
|
43
42
|
platform_editor_block_controls_perf_optimization: false,
|
|
44
43
|
platform_editor_enable_single_player_step_merging: false,
|
|
45
44
|
platform_editor_find_and_replace_improvements: false,
|
|
@@ -562,14 +562,6 @@ export const editorExperimentsConfig = {
|
|
|
562
562
|
param: 'isEnabled',
|
|
563
563
|
defaultValue: false
|
|
564
564
|
}),
|
|
565
|
-
// Added 2025-05-07
|
|
566
|
-
platform_editor_ai_quickstart_command: createBooleanExperiment({
|
|
567
|
-
productKeys: {
|
|
568
|
-
confluence: 'platform_editor_ai_quickstart_command'
|
|
569
|
-
},
|
|
570
|
-
param: 'isEnabled',
|
|
571
|
-
defaultValue: false
|
|
572
|
-
}),
|
|
573
565
|
// Added 2026-17-03
|
|
574
566
|
platform_editor_media_name_fallback: createBooleanExperiment({
|
|
575
567
|
productKeys: {
|
|
@@ -1181,14 +1173,6 @@ export const editorExperimentsConfig = {
|
|
|
1181
1173
|
param: 'isEnabled',
|
|
1182
1174
|
defaultValue: false
|
|
1183
1175
|
}),
|
|
1184
|
-
// Added 2026-01-16
|
|
1185
|
-
platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
|
|
1186
|
-
productKeys: {
|
|
1187
|
-
confluence: 'platform_editor_ai_edit_unsupported_content'
|
|
1188
|
-
},
|
|
1189
|
-
param: 'isEnabled',
|
|
1190
|
-
defaultValue: false
|
|
1191
|
-
}),
|
|
1192
1176
|
// Added 2026-01-19
|
|
1193
1177
|
platform_editor_copy_paste_issue_fix: createBooleanExperiment({
|
|
1194
1178
|
productKeys: {
|
|
@@ -39,7 +39,6 @@ export var testBooleanOverrides = {
|
|
|
39
39
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
40
40
|
'jira-work-sync-desc-comment-summary': false,
|
|
41
41
|
platform_editor_breakout_resizing: false,
|
|
42
|
-
platform_editor_ai_quickstart_command: false,
|
|
43
42
|
platform_editor_block_controls_perf_optimization: false,
|
|
44
43
|
platform_editor_enable_single_player_step_merging: false,
|
|
45
44
|
platform_editor_find_and_replace_improvements: false,
|
|
@@ -562,14 +562,6 @@ export var editorExperimentsConfig = {
|
|
|
562
562
|
param: 'isEnabled',
|
|
563
563
|
defaultValue: false
|
|
564
564
|
}),
|
|
565
|
-
// Added 2025-05-07
|
|
566
|
-
platform_editor_ai_quickstart_command: createBooleanExperiment({
|
|
567
|
-
productKeys: {
|
|
568
|
-
confluence: 'platform_editor_ai_quickstart_command'
|
|
569
|
-
},
|
|
570
|
-
param: 'isEnabled',
|
|
571
|
-
defaultValue: false
|
|
572
|
-
}),
|
|
573
565
|
// Added 2026-17-03
|
|
574
566
|
platform_editor_media_name_fallback: createBooleanExperiment({
|
|
575
567
|
productKeys: {
|
|
@@ -1181,14 +1173,6 @@ export var editorExperimentsConfig = {
|
|
|
1181
1173
|
param: 'isEnabled',
|
|
1182
1174
|
defaultValue: false
|
|
1183
1175
|
}),
|
|
1184
|
-
// Added 2026-01-16
|
|
1185
|
-
platform_editor_ai_edit_unsupported_content: createBooleanExperiment({
|
|
1186
|
-
productKeys: {
|
|
1187
|
-
confluence: 'platform_editor_ai_edit_unsupported_content'
|
|
1188
|
-
},
|
|
1189
|
-
param: 'isEnabled',
|
|
1190
|
-
defaultValue: false
|
|
1191
|
-
}),
|
|
1192
1176
|
// Added 2026-01-19
|
|
1193
1177
|
platform_editor_copy_paste_issue_fix: createBooleanExperiment({
|
|
1194
1178
|
productKeys: {
|
|
@@ -287,12 +287,6 @@ export declare const editorExperimentsConfig: {
|
|
|
287
287
|
productKeys?: ProductKeys;
|
|
288
288
|
typeGuard: IsBooleanType;
|
|
289
289
|
};
|
|
290
|
-
platform_editor_ai_quickstart_command: {
|
|
291
|
-
defaultValue: boolean;
|
|
292
|
-
param: string;
|
|
293
|
-
productKeys?: ProductKeys;
|
|
294
|
-
typeGuard: IsBooleanType;
|
|
295
|
-
};
|
|
296
290
|
platform_editor_ai_unsplash_page_header: {
|
|
297
291
|
defaultValue: boolean;
|
|
298
292
|
param: string;
|
|
@@ -869,12 +863,6 @@ export declare const editorExperimentsConfig: {
|
|
|
869
863
|
productKeys?: ProductKeys;
|
|
870
864
|
typeGuard: IsBooleanType;
|
|
871
865
|
};
|
|
872
|
-
platform_editor_ai_edit_unsupported_content: {
|
|
873
|
-
defaultValue: boolean;
|
|
874
|
-
param: string;
|
|
875
|
-
productKeys?: ProductKeys;
|
|
876
|
-
typeGuard: IsBooleanType;
|
|
877
|
-
};
|
|
878
866
|
platform_editor_copy_paste_issue_fix: {
|
|
879
867
|
defaultValue: boolean;
|
|
880
868
|
param: string;
|
|
@@ -287,12 +287,6 @@ export declare const editorExperimentsConfig: {
|
|
|
287
287
|
productKeys?: ProductKeys;
|
|
288
288
|
typeGuard: IsBooleanType;
|
|
289
289
|
};
|
|
290
|
-
platform_editor_ai_quickstart_command: {
|
|
291
|
-
defaultValue: boolean;
|
|
292
|
-
param: string;
|
|
293
|
-
productKeys?: ProductKeys;
|
|
294
|
-
typeGuard: IsBooleanType;
|
|
295
|
-
};
|
|
296
290
|
platform_editor_ai_unsplash_page_header: {
|
|
297
291
|
defaultValue: boolean;
|
|
298
292
|
param: string;
|
|
@@ -869,12 +863,6 @@ export declare const editorExperimentsConfig: {
|
|
|
869
863
|
productKeys?: ProductKeys;
|
|
870
864
|
typeGuard: IsBooleanType;
|
|
871
865
|
};
|
|
872
|
-
platform_editor_ai_edit_unsupported_content: {
|
|
873
|
-
defaultValue: boolean;
|
|
874
|
-
param: string;
|
|
875
|
-
productKeys?: ProductKeys;
|
|
876
|
-
typeGuard: IsBooleanType;
|
|
877
|
-
};
|
|
878
866
|
platform_editor_copy_paste_issue_fix: {
|
|
879
867
|
defaultValue: boolean;
|
|
880
868
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "64.0.0",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"atlaskit:src": "src/index.ts",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
37
|
-
"@atlaskit/react-ufo": "^5.
|
|
37
|
+
"@atlaskit/react-ufo": "^5.16.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|