@atlaskit/tmp-editor-statsig 40.7.0 → 42.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 +7 -16
- package/dist/es2019/experiments-config.js +7 -16
- package/dist/esm/experiments-config.js +7 -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,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 42.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`46ff42199054d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46ff42199054d) -
|
|
8
|
+
Cleans up experiment platform_editor_eslint_suppression_fix
|
|
9
|
+
|
|
10
|
+
## 41.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`ba5257de9a045`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ba5257de9a045) -
|
|
15
|
+
Removed feature flag platform_editor_paste_before_first_block_node for solved editor paste bug
|
|
16
|
+
before certain block nodes.
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [`ea21f2748d986`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ea21f2748d986) -
|
|
21
|
+
feat: set display-mode in table toDOM from node attributes
|
|
22
|
+
|
|
3
23
|
## 40.7.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -478,6 +478,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
478
478
|
param: 'isEnabled',
|
|
479
479
|
defaultValue: false
|
|
480
480
|
}),
|
|
481
|
+
platform_editor_table_display_mode_in_to_dom: (0, _experimentBuilders.createBooleanExperiment)({
|
|
482
|
+
productKeys: {
|
|
483
|
+
confluence: 'platform_editor_table_display_mode_in_to_dom'
|
|
484
|
+
},
|
|
485
|
+
param: 'isEnabled',
|
|
486
|
+
defaultValue: false
|
|
487
|
+
}),
|
|
481
488
|
// Added 2025-04-23
|
|
482
489
|
platform_renderer_fix_analytics_memo_callback: (0, _experimentBuilders.createBooleanExperiment)({
|
|
483
490
|
productKeys: {
|
|
@@ -1579,14 +1586,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1579
1586
|
param: 'isEnabled',
|
|
1580
1587
|
defaultValue: false
|
|
1581
1588
|
}),
|
|
1582
|
-
// Added 2026-03-12
|
|
1583
|
-
platform_editor_paste_before_first_block_node: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1584
|
-
productKeys: {
|
|
1585
|
-
confluence: 'platform_editor_paste_before_first_block_node'
|
|
1586
|
-
},
|
|
1587
|
-
param: 'isEnabled',
|
|
1588
|
-
defaultValue: false
|
|
1589
|
-
}),
|
|
1590
1589
|
// Added 2026-03-04
|
|
1591
1590
|
platform_editor_ai_blockmenu_integration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1592
1591
|
productKeys: {
|
|
@@ -1603,14 +1602,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1603
1602
|
param: 'isEnabled',
|
|
1604
1603
|
defaultValue: false
|
|
1605
1604
|
}),
|
|
1606
|
-
// Added 2026-03-05
|
|
1607
|
-
platform_editor_eslint_suppression_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1608
|
-
productKeys: {
|
|
1609
|
-
confluence: 'platform_editor_eslint_suppression_fix'
|
|
1610
|
-
},
|
|
1611
|
-
param: 'isEnabled',
|
|
1612
|
-
defaultValue: false
|
|
1613
|
-
}),
|
|
1614
1605
|
// Added 2026-03-04
|
|
1615
1606
|
platform_editor_rovobutton_smartlink_toolbar_exp: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1616
1607
|
productKeys: {
|
|
@@ -472,6 +472,13 @@ export const editorExperimentsConfig = {
|
|
|
472
472
|
param: 'isEnabled',
|
|
473
473
|
defaultValue: false
|
|
474
474
|
}),
|
|
475
|
+
platform_editor_table_display_mode_in_to_dom: createBooleanExperiment({
|
|
476
|
+
productKeys: {
|
|
477
|
+
confluence: 'platform_editor_table_display_mode_in_to_dom'
|
|
478
|
+
},
|
|
479
|
+
param: 'isEnabled',
|
|
480
|
+
defaultValue: false
|
|
481
|
+
}),
|
|
475
482
|
// Added 2025-04-23
|
|
476
483
|
platform_renderer_fix_analytics_memo_callback: createBooleanExperiment({
|
|
477
484
|
productKeys: {
|
|
@@ -1573,14 +1580,6 @@ export const editorExperimentsConfig = {
|
|
|
1573
1580
|
param: 'isEnabled',
|
|
1574
1581
|
defaultValue: false
|
|
1575
1582
|
}),
|
|
1576
|
-
// Added 2026-03-12
|
|
1577
|
-
platform_editor_paste_before_first_block_node: createBooleanExperiment({
|
|
1578
|
-
productKeys: {
|
|
1579
|
-
confluence: 'platform_editor_paste_before_first_block_node'
|
|
1580
|
-
},
|
|
1581
|
-
param: 'isEnabled',
|
|
1582
|
-
defaultValue: false
|
|
1583
|
-
}),
|
|
1584
1583
|
// Added 2026-03-04
|
|
1585
1584
|
platform_editor_ai_blockmenu_integration: createBooleanExperiment({
|
|
1586
1585
|
productKeys: {
|
|
@@ -1597,14 +1596,6 @@ export const editorExperimentsConfig = {
|
|
|
1597
1596
|
param: 'isEnabled',
|
|
1598
1597
|
defaultValue: false
|
|
1599
1598
|
}),
|
|
1600
|
-
// Added 2026-03-05
|
|
1601
|
-
platform_editor_eslint_suppression_fix: createBooleanExperiment({
|
|
1602
|
-
productKeys: {
|
|
1603
|
-
confluence: 'platform_editor_eslint_suppression_fix'
|
|
1604
|
-
},
|
|
1605
|
-
param: 'isEnabled',
|
|
1606
|
-
defaultValue: false
|
|
1607
|
-
}),
|
|
1608
1599
|
// Added 2026-03-04
|
|
1609
1600
|
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1610
1601
|
productKeys: {
|
|
@@ -472,6 +472,13 @@ export var editorExperimentsConfig = {
|
|
|
472
472
|
param: 'isEnabled',
|
|
473
473
|
defaultValue: false
|
|
474
474
|
}),
|
|
475
|
+
platform_editor_table_display_mode_in_to_dom: createBooleanExperiment({
|
|
476
|
+
productKeys: {
|
|
477
|
+
confluence: 'platform_editor_table_display_mode_in_to_dom'
|
|
478
|
+
},
|
|
479
|
+
param: 'isEnabled',
|
|
480
|
+
defaultValue: false
|
|
481
|
+
}),
|
|
475
482
|
// Added 2025-04-23
|
|
476
483
|
platform_renderer_fix_analytics_memo_callback: createBooleanExperiment({
|
|
477
484
|
productKeys: {
|
|
@@ -1573,14 +1580,6 @@ export var editorExperimentsConfig = {
|
|
|
1573
1580
|
param: 'isEnabled',
|
|
1574
1581
|
defaultValue: false
|
|
1575
1582
|
}),
|
|
1576
|
-
// Added 2026-03-12
|
|
1577
|
-
platform_editor_paste_before_first_block_node: createBooleanExperiment({
|
|
1578
|
-
productKeys: {
|
|
1579
|
-
confluence: 'platform_editor_paste_before_first_block_node'
|
|
1580
|
-
},
|
|
1581
|
-
param: 'isEnabled',
|
|
1582
|
-
defaultValue: false
|
|
1583
|
-
}),
|
|
1584
1583
|
// Added 2026-03-04
|
|
1585
1584
|
platform_editor_ai_blockmenu_integration: createBooleanExperiment({
|
|
1586
1585
|
productKeys: {
|
|
@@ -1597,14 +1596,6 @@ export var editorExperimentsConfig = {
|
|
|
1597
1596
|
param: 'isEnabled',
|
|
1598
1597
|
defaultValue: false
|
|
1599
1598
|
}),
|
|
1600
|
-
// Added 2026-03-05
|
|
1601
|
-
platform_editor_eslint_suppression_fix: createBooleanExperiment({
|
|
1602
|
-
productKeys: {
|
|
1603
|
-
confluence: 'platform_editor_eslint_suppression_fix'
|
|
1604
|
-
},
|
|
1605
|
-
param: 'isEnabled',
|
|
1606
|
-
defaultValue: false
|
|
1607
|
-
}),
|
|
1608
1599
|
// Added 2026-03-04
|
|
1609
1600
|
platform_editor_rovobutton_smartlink_toolbar_exp: createBooleanExperiment({
|
|
1610
1601
|
productKeys: {
|
|
@@ -680,6 +680,12 @@ export declare const editorExperimentsConfig: {
|
|
|
680
680
|
productKeys?: ProductKeys;
|
|
681
681
|
typeGuard: IsBooleanType;
|
|
682
682
|
};
|
|
683
|
+
platform_editor_table_display_mode_in_to_dom: {
|
|
684
|
+
defaultValue: boolean;
|
|
685
|
+
param: string;
|
|
686
|
+
productKeys?: ProductKeys;
|
|
687
|
+
typeGuard: IsBooleanType;
|
|
688
|
+
};
|
|
683
689
|
platform_editor_table_update_table_ref: {
|
|
684
690
|
defaultValue: boolean;
|
|
685
691
|
param: string;
|
|
@@ -827,12 +833,6 @@ export declare const editorExperimentsConfig: {
|
|
|
827
833
|
productKeys?: ProductKeys;
|
|
828
834
|
typeGuard: IsBooleanType;
|
|
829
835
|
};
|
|
830
|
-
platform_editor_paste_before_first_block_node: {
|
|
831
|
-
defaultValue: boolean;
|
|
832
|
-
param: string;
|
|
833
|
-
productKeys?: ProductKeys;
|
|
834
|
-
typeGuard: IsBooleanType;
|
|
835
|
-
};
|
|
836
836
|
platform_editor_ai_disable_bridge_without_ai: {
|
|
837
837
|
defaultValue: boolean;
|
|
838
838
|
param: string;
|
|
@@ -1170,12 +1170,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1170
1170
|
productKeys?: ProductKeys;
|
|
1171
1171
|
typeGuard: IsBooleanType;
|
|
1172
1172
|
};
|
|
1173
|
-
platform_editor_eslint_suppression_fix: {
|
|
1174
|
-
defaultValue: boolean;
|
|
1175
|
-
param: string;
|
|
1176
|
-
productKeys?: ProductKeys;
|
|
1177
|
-
typeGuard: IsBooleanType;
|
|
1178
|
-
};
|
|
1179
1173
|
platform_editor_rovobutton_smartlink_toolbar_exp: {
|
|
1180
1174
|
defaultValue: boolean;
|
|
1181
1175
|
param: string;
|
|
@@ -680,6 +680,12 @@ export declare const editorExperimentsConfig: {
|
|
|
680
680
|
productKeys?: ProductKeys;
|
|
681
681
|
typeGuard: IsBooleanType;
|
|
682
682
|
};
|
|
683
|
+
platform_editor_table_display_mode_in_to_dom: {
|
|
684
|
+
defaultValue: boolean;
|
|
685
|
+
param: string;
|
|
686
|
+
productKeys?: ProductKeys;
|
|
687
|
+
typeGuard: IsBooleanType;
|
|
688
|
+
};
|
|
683
689
|
platform_editor_table_update_table_ref: {
|
|
684
690
|
defaultValue: boolean;
|
|
685
691
|
param: string;
|
|
@@ -827,12 +833,6 @@ export declare const editorExperimentsConfig: {
|
|
|
827
833
|
productKeys?: ProductKeys;
|
|
828
834
|
typeGuard: IsBooleanType;
|
|
829
835
|
};
|
|
830
|
-
platform_editor_paste_before_first_block_node: {
|
|
831
|
-
defaultValue: boolean;
|
|
832
|
-
param: string;
|
|
833
|
-
productKeys?: ProductKeys;
|
|
834
|
-
typeGuard: IsBooleanType;
|
|
835
|
-
};
|
|
836
836
|
platform_editor_ai_disable_bridge_without_ai: {
|
|
837
837
|
defaultValue: boolean;
|
|
838
838
|
param: string;
|
|
@@ -1170,12 +1170,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1170
1170
|
productKeys?: ProductKeys;
|
|
1171
1171
|
typeGuard: IsBooleanType;
|
|
1172
1172
|
};
|
|
1173
|
-
platform_editor_eslint_suppression_fix: {
|
|
1174
|
-
defaultValue: boolean;
|
|
1175
|
-
param: string;
|
|
1176
|
-
productKeys?: ProductKeys;
|
|
1177
|
-
typeGuard: IsBooleanType;
|
|
1178
|
-
};
|
|
1179
1173
|
platform_editor_rovobutton_smartlink_toolbar_exp: {
|
|
1180
1174
|
defaultValue: boolean;
|
|
1181
1175
|
param: string;
|
package/package.json
CHANGED