@atlaskit/tmp-editor-statsig 34.2.0 → 34.4.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 +15 -0
- package/dist/cjs/experiments-config.js +24 -0
- package/dist/es2019/experiments-config.js +24 -0
- package/dist/esm/experiments-config.js +24 -0
- package/dist/types/experiments-config.d.ts +18 -0
- package/dist/types-ts4.5/experiments-config.d.ts +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 34.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`1d6c102310afb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d6c102310afb) -
|
|
8
|
+
[ux] Use editor-smart-link-draggable package ti implement React-based drag preview, and design
|
|
9
|
+
system compliance. Updated editor-plugin-card to reference the new package.
|
|
10
|
+
|
|
11
|
+
## 34.3.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`b5e671b3b051c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b5e671b3b051c) -
|
|
16
|
+
[ux] Fix inline node annotation color in Renderer to match text annotation color
|
|
17
|
+
|
|
3
18
|
## 34.2.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -182,6 +182,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
182
182
|
param: 'isEnabled',
|
|
183
183
|
defaultValue: false
|
|
184
184
|
}),
|
|
185
|
+
// Added 2026-03-06
|
|
186
|
+
platform_editor_media_reliability_observability: (0, _experimentBuilders.createBooleanExperiment)({
|
|
187
|
+
productKeys: {
|
|
188
|
+
confluence: 'platform_editor_media_reliability_observability'
|
|
189
|
+
},
|
|
190
|
+
param: 'isEnabled',
|
|
191
|
+
defaultValue: false
|
|
192
|
+
}),
|
|
185
193
|
// Added 2025-11-20
|
|
186
194
|
platform_editor_annotations_sync_on_docchange: (0, _experimentBuilders.createBooleanExperiment)({
|
|
187
195
|
productKeys: {
|
|
@@ -1609,6 +1617,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1609
1617
|
param: 'isEnabled',
|
|
1610
1618
|
defaultValue: false
|
|
1611
1619
|
}),
|
|
1620
|
+
// Added 2026-03-04
|
|
1621
|
+
confluence_fe_renderer_inline_node_mark_color_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1622
|
+
productKeys: {
|
|
1623
|
+
confluence: 'confluence_fe_renderer_inline_node_mark_color_fix'
|
|
1624
|
+
},
|
|
1625
|
+
param: 'isEnabled',
|
|
1626
|
+
defaultValue: false
|
|
1627
|
+
}),
|
|
1612
1628
|
// Added 2026-03-05
|
|
1613
1629
|
platform_editor_table_resizer_extended_zone: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1614
1630
|
productKeys: {
|
|
@@ -1616,5 +1632,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1616
1632
|
},
|
|
1617
1633
|
param: 'isEnabled',
|
|
1618
1634
|
defaultValue: false
|
|
1635
|
+
}),
|
|
1636
|
+
// Added 2026-03-05
|
|
1637
|
+
cc_drag_and_drop_smart_link_from_content_to_tree: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1638
|
+
productKeys: {
|
|
1639
|
+
confluence: 'cc_drag_and_drop_smart_link_from_content_to_tree'
|
|
1640
|
+
},
|
|
1641
|
+
param: 'isEnabled',
|
|
1642
|
+
defaultValue: false
|
|
1619
1643
|
})
|
|
1620
1644
|
};
|
|
@@ -176,6 +176,14 @@ export const editorExperimentsConfig = {
|
|
|
176
176
|
param: 'isEnabled',
|
|
177
177
|
defaultValue: false
|
|
178
178
|
}),
|
|
179
|
+
// Added 2026-03-06
|
|
180
|
+
platform_editor_media_reliability_observability: createBooleanExperiment({
|
|
181
|
+
productKeys: {
|
|
182
|
+
confluence: 'platform_editor_media_reliability_observability'
|
|
183
|
+
},
|
|
184
|
+
param: 'isEnabled',
|
|
185
|
+
defaultValue: false
|
|
186
|
+
}),
|
|
179
187
|
// Added 2025-11-20
|
|
180
188
|
platform_editor_annotations_sync_on_docchange: createBooleanExperiment({
|
|
181
189
|
productKeys: {
|
|
@@ -1603,6 +1611,14 @@ export const editorExperimentsConfig = {
|
|
|
1603
1611
|
param: 'isEnabled',
|
|
1604
1612
|
defaultValue: false
|
|
1605
1613
|
}),
|
|
1614
|
+
// Added 2026-03-04
|
|
1615
|
+
confluence_fe_renderer_inline_node_mark_color_fix: createBooleanExperiment({
|
|
1616
|
+
productKeys: {
|
|
1617
|
+
confluence: 'confluence_fe_renderer_inline_node_mark_color_fix'
|
|
1618
|
+
},
|
|
1619
|
+
param: 'isEnabled',
|
|
1620
|
+
defaultValue: false
|
|
1621
|
+
}),
|
|
1606
1622
|
// Added 2026-03-05
|
|
1607
1623
|
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1608
1624
|
productKeys: {
|
|
@@ -1610,5 +1626,13 @@ export const editorExperimentsConfig = {
|
|
|
1610
1626
|
},
|
|
1611
1627
|
param: 'isEnabled',
|
|
1612
1628
|
defaultValue: false
|
|
1629
|
+
}),
|
|
1630
|
+
// Added 2026-03-05
|
|
1631
|
+
cc_drag_and_drop_smart_link_from_content_to_tree: createBooleanExperiment({
|
|
1632
|
+
productKeys: {
|
|
1633
|
+
confluence: 'cc_drag_and_drop_smart_link_from_content_to_tree'
|
|
1634
|
+
},
|
|
1635
|
+
param: 'isEnabled',
|
|
1636
|
+
defaultValue: false
|
|
1613
1637
|
})
|
|
1614
1638
|
};
|
|
@@ -176,6 +176,14 @@ export var editorExperimentsConfig = {
|
|
|
176
176
|
param: 'isEnabled',
|
|
177
177
|
defaultValue: false
|
|
178
178
|
}),
|
|
179
|
+
// Added 2026-03-06
|
|
180
|
+
platform_editor_media_reliability_observability: createBooleanExperiment({
|
|
181
|
+
productKeys: {
|
|
182
|
+
confluence: 'platform_editor_media_reliability_observability'
|
|
183
|
+
},
|
|
184
|
+
param: 'isEnabled',
|
|
185
|
+
defaultValue: false
|
|
186
|
+
}),
|
|
179
187
|
// Added 2025-11-20
|
|
180
188
|
platform_editor_annotations_sync_on_docchange: createBooleanExperiment({
|
|
181
189
|
productKeys: {
|
|
@@ -1603,6 +1611,14 @@ export var editorExperimentsConfig = {
|
|
|
1603
1611
|
param: 'isEnabled',
|
|
1604
1612
|
defaultValue: false
|
|
1605
1613
|
}),
|
|
1614
|
+
// Added 2026-03-04
|
|
1615
|
+
confluence_fe_renderer_inline_node_mark_color_fix: createBooleanExperiment({
|
|
1616
|
+
productKeys: {
|
|
1617
|
+
confluence: 'confluence_fe_renderer_inline_node_mark_color_fix'
|
|
1618
|
+
},
|
|
1619
|
+
param: 'isEnabled',
|
|
1620
|
+
defaultValue: false
|
|
1621
|
+
}),
|
|
1606
1622
|
// Added 2026-03-05
|
|
1607
1623
|
platform_editor_table_resizer_extended_zone: createBooleanExperiment({
|
|
1608
1624
|
productKeys: {
|
|
@@ -1610,5 +1626,13 @@ export var editorExperimentsConfig = {
|
|
|
1610
1626
|
},
|
|
1611
1627
|
param: 'isEnabled',
|
|
1612
1628
|
defaultValue: false
|
|
1629
|
+
}),
|
|
1630
|
+
// Added 2026-03-05
|
|
1631
|
+
cc_drag_and_drop_smart_link_from_content_to_tree: createBooleanExperiment({
|
|
1632
|
+
productKeys: {
|
|
1633
|
+
confluence: 'cc_drag_and_drop_smart_link_from_content_to_tree'
|
|
1634
|
+
},
|
|
1635
|
+
param: 'isEnabled',
|
|
1636
|
+
defaultValue: false
|
|
1613
1637
|
})
|
|
1614
1638
|
};
|
|
@@ -1164,6 +1164,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1164
1164
|
productKeys?: ProductKeys;
|
|
1165
1165
|
typeGuard: IsBooleanType;
|
|
1166
1166
|
};
|
|
1167
|
+
platform_editor_media_reliability_observability: {
|
|
1168
|
+
defaultValue: boolean;
|
|
1169
|
+
param: string;
|
|
1170
|
+
productKeys?: ProductKeys;
|
|
1171
|
+
typeGuard: IsBooleanType;
|
|
1172
|
+
};
|
|
1167
1173
|
platform_editor_eslint_suppression_fix: {
|
|
1168
1174
|
defaultValue: boolean;
|
|
1169
1175
|
param: string;
|
|
@@ -1182,11 +1188,23 @@ export declare const editorExperimentsConfig: {
|
|
|
1182
1188
|
productKeys?: ProductKeys;
|
|
1183
1189
|
typeGuard: IsBooleanType;
|
|
1184
1190
|
};
|
|
1191
|
+
confluence_fe_renderer_inline_node_mark_color_fix: {
|
|
1192
|
+
defaultValue: boolean;
|
|
1193
|
+
param: string;
|
|
1194
|
+
productKeys?: ProductKeys;
|
|
1195
|
+
typeGuard: IsBooleanType;
|
|
1196
|
+
};
|
|
1185
1197
|
platform_editor_table_resizer_extended_zone: {
|
|
1186
1198
|
defaultValue: boolean;
|
|
1187
1199
|
param: string;
|
|
1188
1200
|
productKeys?: ProductKeys;
|
|
1189
1201
|
typeGuard: IsBooleanType;
|
|
1190
1202
|
};
|
|
1203
|
+
cc_drag_and_drop_smart_link_from_content_to_tree: {
|
|
1204
|
+
defaultValue: boolean;
|
|
1205
|
+
param: string;
|
|
1206
|
+
productKeys?: ProductKeys;
|
|
1207
|
+
typeGuard: IsBooleanType;
|
|
1208
|
+
};
|
|
1191
1209
|
};
|
|
1192
1210
|
export {};
|
|
@@ -1164,6 +1164,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1164
1164
|
productKeys?: ProductKeys;
|
|
1165
1165
|
typeGuard: IsBooleanType;
|
|
1166
1166
|
};
|
|
1167
|
+
platform_editor_media_reliability_observability: {
|
|
1168
|
+
defaultValue: boolean;
|
|
1169
|
+
param: string;
|
|
1170
|
+
productKeys?: ProductKeys;
|
|
1171
|
+
typeGuard: IsBooleanType;
|
|
1172
|
+
};
|
|
1167
1173
|
platform_editor_eslint_suppression_fix: {
|
|
1168
1174
|
defaultValue: boolean;
|
|
1169
1175
|
param: string;
|
|
@@ -1182,11 +1188,23 @@ export declare const editorExperimentsConfig: {
|
|
|
1182
1188
|
productKeys?: ProductKeys;
|
|
1183
1189
|
typeGuard: IsBooleanType;
|
|
1184
1190
|
};
|
|
1191
|
+
confluence_fe_renderer_inline_node_mark_color_fix: {
|
|
1192
|
+
defaultValue: boolean;
|
|
1193
|
+
param: string;
|
|
1194
|
+
productKeys?: ProductKeys;
|
|
1195
|
+
typeGuard: IsBooleanType;
|
|
1196
|
+
};
|
|
1185
1197
|
platform_editor_table_resizer_extended_zone: {
|
|
1186
1198
|
defaultValue: boolean;
|
|
1187
1199
|
param: string;
|
|
1188
1200
|
productKeys?: ProductKeys;
|
|
1189
1201
|
typeGuard: IsBooleanType;
|
|
1190
1202
|
};
|
|
1203
|
+
cc_drag_and_drop_smart_link_from_content_to_tree: {
|
|
1204
|
+
defaultValue: boolean;
|
|
1205
|
+
param: string;
|
|
1206
|
+
productKeys?: ProductKeys;
|
|
1207
|
+
typeGuard: IsBooleanType;
|
|
1208
|
+
};
|
|
1191
1209
|
};
|
|
1192
1210
|
export {};
|
package/package.json
CHANGED