@atlaskit/tmp-editor-statsig 12.8.0 → 12.9.1
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 +21 -0
- package/dist/cjs/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +8 -16
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +8 -16
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +8 -16
- package/dist/types/experiments-config.d.ts +6 -12
- package/dist/types-ts4.5/experiments-config.d.ts +6 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 12.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`88eddbfa8aadd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88eddbfa8aadd) -
|
|
8
|
+
clean up FF of static emotion for editor
|
|
9
|
+
|
|
10
|
+
## 12.9.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`3764ac0028e9d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3764ac0028e9d) -
|
|
15
|
+
[ux] CONFCLOUD-68427-allow-elements-in-expands-to-be-aligned
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [`0d0fe7a300841`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d0fe7a300841) -
|
|
20
|
+
Cleanup platform_editor_usesharedpluginstatewithselector experiment
|
|
21
|
+
|
|
22
|
+
- BREAKING CHANGE: sharedPluginStateHookMigratorFactory is deleted from @atlaskit/editor-common
|
|
23
|
+
|
|
3
24
|
## 12.8.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
|
@@ -49,7 +49,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
49
49
|
platform_editor_tables_table_selector: false,
|
|
50
50
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
51
51
|
platform_editor_stop_width_reflows: false,
|
|
52
|
-
platform_editor_core_static_emotion: false,
|
|
53
52
|
platform_editor_core_static_emotion_non_central: false,
|
|
54
53
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
55
54
|
'jira-work-sync-desc-comment-summary': false,
|
|
@@ -303,14 +303,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
303
303
|
param: 'isEnabled',
|
|
304
304
|
defaultValue: false
|
|
305
305
|
}),
|
|
306
|
-
// Added 2025-07-24
|
|
307
|
-
platform_editor_usesharedpluginstatewithselector: (0, _experimentBuilders.createBooleanExperiment)({
|
|
308
|
-
productKeys: {
|
|
309
|
-
confluence: 'platform_editor_usesharedpluginstatewithselector'
|
|
310
|
-
},
|
|
311
|
-
param: 'isEnabled',
|
|
312
|
-
defaultValue: false
|
|
313
|
-
}),
|
|
314
306
|
// Added 2025-04-23
|
|
315
307
|
platform_renderer_fix_analytics_memo_callback: (0, _experimentBuilders.createBooleanExperiment)({
|
|
316
308
|
productKeys: {
|
|
@@ -327,14 +319,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
327
319
|
param: 'isEnabled',
|
|
328
320
|
defaultValue: false
|
|
329
321
|
}),
|
|
330
|
-
// Added 2025-05-08
|
|
331
|
-
platform_editor_core_static_emotion: (0, _experimentBuilders.createBooleanExperiment)({
|
|
332
|
-
productKeys: {
|
|
333
|
-
confluence: 'platform_editor_core_static_emotion'
|
|
334
|
-
},
|
|
335
|
-
param: 'isEnabled',
|
|
336
|
-
defaultValue: false
|
|
337
|
-
}),
|
|
338
322
|
// Added 2025-06-11
|
|
339
323
|
platform_editor_core_static_emotion_non_central: (0, _experimentBuilders.createBooleanExperiment)({
|
|
340
324
|
productKeys: {
|
|
@@ -749,6 +733,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
749
733
|
param: 'isEnabled',
|
|
750
734
|
defaultValue: false
|
|
751
735
|
}),
|
|
736
|
+
// Added 2025-08-28
|
|
737
|
+
editor_enable_image_alignment_in_expand: (0, _experimentBuilders.createBooleanExperiment)({
|
|
738
|
+
productKeys: {
|
|
739
|
+
confluence: 'editor_enable_image_alignment_in_expand'
|
|
740
|
+
},
|
|
741
|
+
param: 'isEnabled',
|
|
742
|
+
defaultValue: false
|
|
743
|
+
}),
|
|
752
744
|
// Added 2025-08-05
|
|
753
745
|
platform_editor_august_a11y: (0, _experimentBuilders.createBooleanExperiment)({
|
|
754
746
|
productKeys: {
|
|
@@ -43,7 +43,6 @@ export const testBooleanOverrides = {
|
|
|
43
43
|
platform_editor_tables_table_selector: false,
|
|
44
44
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
45
45
|
platform_editor_stop_width_reflows: false,
|
|
46
|
-
platform_editor_core_static_emotion: false,
|
|
47
46
|
platform_editor_core_static_emotion_non_central: false,
|
|
48
47
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
49
48
|
'jira-work-sync-desc-comment-summary': false,
|
|
@@ -297,14 +297,6 @@ export const editorExperimentsConfig = {
|
|
|
297
297
|
param: 'isEnabled',
|
|
298
298
|
defaultValue: false
|
|
299
299
|
}),
|
|
300
|
-
// Added 2025-07-24
|
|
301
|
-
platform_editor_usesharedpluginstatewithselector: createBooleanExperiment({
|
|
302
|
-
productKeys: {
|
|
303
|
-
confluence: 'platform_editor_usesharedpluginstatewithselector'
|
|
304
|
-
},
|
|
305
|
-
param: 'isEnabled',
|
|
306
|
-
defaultValue: false
|
|
307
|
-
}),
|
|
308
300
|
// Added 2025-04-23
|
|
309
301
|
platform_renderer_fix_analytics_memo_callback: createBooleanExperiment({
|
|
310
302
|
productKeys: {
|
|
@@ -321,14 +313,6 @@ export const editorExperimentsConfig = {
|
|
|
321
313
|
param: 'isEnabled',
|
|
322
314
|
defaultValue: false
|
|
323
315
|
}),
|
|
324
|
-
// Added 2025-05-08
|
|
325
|
-
platform_editor_core_static_emotion: createBooleanExperiment({
|
|
326
|
-
productKeys: {
|
|
327
|
-
confluence: 'platform_editor_core_static_emotion'
|
|
328
|
-
},
|
|
329
|
-
param: 'isEnabled',
|
|
330
|
-
defaultValue: false
|
|
331
|
-
}),
|
|
332
316
|
// Added 2025-06-11
|
|
333
317
|
platform_editor_core_static_emotion_non_central: createBooleanExperiment({
|
|
334
318
|
productKeys: {
|
|
@@ -743,6 +727,14 @@ export const editorExperimentsConfig = {
|
|
|
743
727
|
param: 'isEnabled',
|
|
744
728
|
defaultValue: false
|
|
745
729
|
}),
|
|
730
|
+
// Added 2025-08-28
|
|
731
|
+
editor_enable_image_alignment_in_expand: createBooleanExperiment({
|
|
732
|
+
productKeys: {
|
|
733
|
+
confluence: 'editor_enable_image_alignment_in_expand'
|
|
734
|
+
},
|
|
735
|
+
param: 'isEnabled',
|
|
736
|
+
defaultValue: false
|
|
737
|
+
}),
|
|
746
738
|
// Added 2025-08-05
|
|
747
739
|
platform_editor_august_a11y: createBooleanExperiment({
|
|
748
740
|
productKeys: {
|
|
@@ -43,7 +43,6 @@ export var testBooleanOverrides = {
|
|
|
43
43
|
platform_editor_tables_table_selector: false,
|
|
44
44
|
platform_renderer_fix_analytics_memo_callback: false,
|
|
45
45
|
platform_editor_stop_width_reflows: false,
|
|
46
|
-
platform_editor_core_static_emotion: false,
|
|
47
46
|
platform_editor_core_static_emotion_non_central: false,
|
|
48
47
|
platform_editor_no_cursor_on_edit_page_init: false,
|
|
49
48
|
'jira-work-sync-desc-comment-summary': false,
|
|
@@ -297,14 +297,6 @@ export var editorExperimentsConfig = {
|
|
|
297
297
|
param: 'isEnabled',
|
|
298
298
|
defaultValue: false
|
|
299
299
|
}),
|
|
300
|
-
// Added 2025-07-24
|
|
301
|
-
platform_editor_usesharedpluginstatewithselector: createBooleanExperiment({
|
|
302
|
-
productKeys: {
|
|
303
|
-
confluence: 'platform_editor_usesharedpluginstatewithselector'
|
|
304
|
-
},
|
|
305
|
-
param: 'isEnabled',
|
|
306
|
-
defaultValue: false
|
|
307
|
-
}),
|
|
308
300
|
// Added 2025-04-23
|
|
309
301
|
platform_renderer_fix_analytics_memo_callback: createBooleanExperiment({
|
|
310
302
|
productKeys: {
|
|
@@ -321,14 +313,6 @@ export var editorExperimentsConfig = {
|
|
|
321
313
|
param: 'isEnabled',
|
|
322
314
|
defaultValue: false
|
|
323
315
|
}),
|
|
324
|
-
// Added 2025-05-08
|
|
325
|
-
platform_editor_core_static_emotion: createBooleanExperiment({
|
|
326
|
-
productKeys: {
|
|
327
|
-
confluence: 'platform_editor_core_static_emotion'
|
|
328
|
-
},
|
|
329
|
-
param: 'isEnabled',
|
|
330
|
-
defaultValue: false
|
|
331
|
-
}),
|
|
332
316
|
// Added 2025-06-11
|
|
333
317
|
platform_editor_core_static_emotion_non_central: createBooleanExperiment({
|
|
334
318
|
productKeys: {
|
|
@@ -743,6 +727,14 @@ export var editorExperimentsConfig = {
|
|
|
743
727
|
param: 'isEnabled',
|
|
744
728
|
defaultValue: false
|
|
745
729
|
}),
|
|
730
|
+
// Added 2025-08-28
|
|
731
|
+
editor_enable_image_alignment_in_expand: createBooleanExperiment({
|
|
732
|
+
productKeys: {
|
|
733
|
+
confluence: 'editor_enable_image_alignment_in_expand'
|
|
734
|
+
},
|
|
735
|
+
param: 'isEnabled',
|
|
736
|
+
defaultValue: false
|
|
737
|
+
}),
|
|
746
738
|
// Added 2025-08-05
|
|
747
739
|
platform_editor_august_a11y: createBooleanExperiment({
|
|
748
740
|
productKeys: {
|
|
@@ -221,12 +221,6 @@ export declare const editorExperimentsConfig: {
|
|
|
221
221
|
param: string;
|
|
222
222
|
productKeys?: import("./types").ProductKeys;
|
|
223
223
|
};
|
|
224
|
-
platform_editor_usesharedpluginstatewithselector: {
|
|
225
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
226
|
-
defaultValue: boolean;
|
|
227
|
-
param: string;
|
|
228
|
-
productKeys?: import("./types").ProductKeys;
|
|
229
|
-
};
|
|
230
224
|
platform_renderer_fix_analytics_memo_callback: {
|
|
231
225
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
232
226
|
defaultValue: boolean;
|
|
@@ -239,12 +233,6 @@ export declare const editorExperimentsConfig: {
|
|
|
239
233
|
param: string;
|
|
240
234
|
productKeys?: import("./types").ProductKeys;
|
|
241
235
|
};
|
|
242
|
-
platform_editor_core_static_emotion: {
|
|
243
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
244
|
-
defaultValue: boolean;
|
|
245
|
-
param: string;
|
|
246
|
-
productKeys?: import("./types").ProductKeys;
|
|
247
|
-
};
|
|
248
236
|
platform_editor_core_static_emotion_non_central: {
|
|
249
237
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
250
238
|
defaultValue: boolean;
|
|
@@ -552,6 +540,12 @@ export declare const editorExperimentsConfig: {
|
|
|
552
540
|
param: string;
|
|
553
541
|
productKeys?: import("./types").ProductKeys;
|
|
554
542
|
};
|
|
543
|
+
editor_enable_image_alignment_in_expand: {
|
|
544
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
545
|
+
defaultValue: boolean;
|
|
546
|
+
param: string;
|
|
547
|
+
productKeys?: import("./types").ProductKeys;
|
|
548
|
+
};
|
|
555
549
|
platform_editor_august_a11y: {
|
|
556
550
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
557
551
|
defaultValue: boolean;
|
|
@@ -221,12 +221,6 @@ export declare const editorExperimentsConfig: {
|
|
|
221
221
|
param: string;
|
|
222
222
|
productKeys?: import("./types").ProductKeys;
|
|
223
223
|
};
|
|
224
|
-
platform_editor_usesharedpluginstatewithselector: {
|
|
225
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
226
|
-
defaultValue: boolean;
|
|
227
|
-
param: string;
|
|
228
|
-
productKeys?: import("./types").ProductKeys;
|
|
229
|
-
};
|
|
230
224
|
platform_renderer_fix_analytics_memo_callback: {
|
|
231
225
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
232
226
|
defaultValue: boolean;
|
|
@@ -239,12 +233,6 @@ export declare const editorExperimentsConfig: {
|
|
|
239
233
|
param: string;
|
|
240
234
|
productKeys?: import("./types").ProductKeys;
|
|
241
235
|
};
|
|
242
|
-
platform_editor_core_static_emotion: {
|
|
243
|
-
typeGuard: typeof import("./type-guards").isBoolean;
|
|
244
|
-
defaultValue: boolean;
|
|
245
|
-
param: string;
|
|
246
|
-
productKeys?: import("./types").ProductKeys;
|
|
247
|
-
};
|
|
248
236
|
platform_editor_core_static_emotion_non_central: {
|
|
249
237
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
250
238
|
defaultValue: boolean;
|
|
@@ -552,6 +540,12 @@ export declare const editorExperimentsConfig: {
|
|
|
552
540
|
param: string;
|
|
553
541
|
productKeys?: import("./types").ProductKeys;
|
|
554
542
|
};
|
|
543
|
+
editor_enable_image_alignment_in_expand: {
|
|
544
|
+
typeGuard: typeof import("./type-guards").isBoolean;
|
|
545
|
+
defaultValue: boolean;
|
|
546
|
+
param: string;
|
|
547
|
+
productKeys?: import("./types").ProductKeys;
|
|
548
|
+
};
|
|
555
549
|
platform_editor_august_a11y: {
|
|
556
550
|
typeGuard: typeof import("./type-guards").isBoolean;
|
|
557
551
|
defaultValue: boolean;
|
package/package.json
CHANGED