@atlaskit/tmp-editor-statsig 111.1.0 → 113.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
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 113.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`0aced23fb1739`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0aced23fb1739) -
|
|
8
|
+
Clean up experiment platform_editor_fix_selection_wrapped_media_embed
|
|
9
|
+
|
|
10
|
+
## 112.0.0
|
|
11
|
+
|
|
12
|
+
### Major Changes
|
|
13
|
+
|
|
14
|
+
- [`8465eeaf9cc9f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8465eeaf9cc9f) -
|
|
15
|
+
Clean up experiment `platform_editor_user_preference_override`
|
|
16
|
+
- [`9c64d42d5b44e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9c64d42d5b44e) -
|
|
17
|
+
NAVX-5237 Cleaning up and shipping the block card post-auth 3P experiment for Confluence in
|
|
18
|
+
platform
|
|
19
|
+
|
|
3
20
|
## 111.1.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
|
@@ -1035,14 +1035,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1035
1035
|
param: 'isEnabled',
|
|
1036
1036
|
defaultValue: false
|
|
1037
1037
|
}),
|
|
1038
|
-
// Added 2026-05-01 — Block card rovo action on resolved block card smart links in confluence
|
|
1039
|
-
platform_sl_3p_auth_rovo_block_card_confluence: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1040
|
-
productKeys: {
|
|
1041
|
-
confluence: 'platform_sl_3p_auth_rovo_block_card_confluence'
|
|
1042
|
-
},
|
|
1043
|
-
param: 'isEnabled',
|
|
1044
|
-
defaultValue: false
|
|
1045
|
-
}),
|
|
1046
1038
|
// Added 2025-01-23
|
|
1047
1039
|
platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1048
1040
|
productKeys: {
|
|
@@ -1731,14 +1723,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1731
1723
|
param: 'isEnabled',
|
|
1732
1724
|
defaultValue: false
|
|
1733
1725
|
}),
|
|
1734
|
-
// Added 2026-04-15
|
|
1735
|
-
platform_editor_user_preference_override: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1736
|
-
productKeys: {
|
|
1737
|
-
confluence: 'platform_editor_user_preference_override'
|
|
1738
|
-
},
|
|
1739
|
-
param: 'isEnabled',
|
|
1740
|
-
defaultValue: false
|
|
1741
|
-
}),
|
|
1742
1726
|
// Added 2026-04-23
|
|
1743
1727
|
'cc-markdown-mode': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1744
1728
|
productKeys: {
|
|
@@ -1828,15 +1812,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1828
1812
|
param: 'isEnabled',
|
|
1829
1813
|
defaultValue: false
|
|
1830
1814
|
}),
|
|
1831
|
-
// Added 2026-04-09
|
|
1832
|
-
platform_editor_fix_selection_wrapped_media_embed: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1833
|
-
productKeys: {
|
|
1834
|
-
confluence: 'platform_editor_fix_selection_wrapped_media_embed',
|
|
1835
|
-
jira: 'platform_editor_fix_selection_wrapped_media_embed'
|
|
1836
|
-
},
|
|
1837
|
-
param: 'isEnabled',
|
|
1838
|
-
defaultValue: false
|
|
1839
|
-
}),
|
|
1840
1815
|
// Added 2026-06-11
|
|
1841
1816
|
platform_editor_external_embed_grid_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1842
1817
|
productKeys: {
|
|
@@ -1029,14 +1029,6 @@ export const editorExperimentsConfig = {
|
|
|
1029
1029
|
param: 'isEnabled',
|
|
1030
1030
|
defaultValue: false
|
|
1031
1031
|
}),
|
|
1032
|
-
// Added 2026-05-01 — Block card rovo action on resolved block card smart links in confluence
|
|
1033
|
-
platform_sl_3p_auth_rovo_block_card_confluence: createBooleanExperiment({
|
|
1034
|
-
productKeys: {
|
|
1035
|
-
confluence: 'platform_sl_3p_auth_rovo_block_card_confluence'
|
|
1036
|
-
},
|
|
1037
|
-
param: 'isEnabled',
|
|
1038
|
-
defaultValue: false
|
|
1039
|
-
}),
|
|
1040
1032
|
// Added 2025-01-23
|
|
1041
1033
|
platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
|
|
1042
1034
|
productKeys: {
|
|
@@ -1725,14 +1717,6 @@ export const editorExperimentsConfig = {
|
|
|
1725
1717
|
param: 'isEnabled',
|
|
1726
1718
|
defaultValue: false
|
|
1727
1719
|
}),
|
|
1728
|
-
// Added 2026-04-15
|
|
1729
|
-
platform_editor_user_preference_override: createBooleanExperiment({
|
|
1730
|
-
productKeys: {
|
|
1731
|
-
confluence: 'platform_editor_user_preference_override'
|
|
1732
|
-
},
|
|
1733
|
-
param: 'isEnabled',
|
|
1734
|
-
defaultValue: false
|
|
1735
|
-
}),
|
|
1736
1720
|
// Added 2026-04-23
|
|
1737
1721
|
'cc-markdown-mode': createBooleanExperiment({
|
|
1738
1722
|
productKeys: {
|
|
@@ -1822,15 +1806,6 @@ export const editorExperimentsConfig = {
|
|
|
1822
1806
|
param: 'isEnabled',
|
|
1823
1807
|
defaultValue: false
|
|
1824
1808
|
}),
|
|
1825
|
-
// Added 2026-04-09
|
|
1826
|
-
platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
|
|
1827
|
-
productKeys: {
|
|
1828
|
-
confluence: 'platform_editor_fix_selection_wrapped_media_embed',
|
|
1829
|
-
jira: 'platform_editor_fix_selection_wrapped_media_embed'
|
|
1830
|
-
},
|
|
1831
|
-
param: 'isEnabled',
|
|
1832
|
-
defaultValue: false
|
|
1833
|
-
}),
|
|
1834
1809
|
// Added 2026-06-11
|
|
1835
1810
|
platform_editor_external_embed_grid_fix: createBooleanExperiment({
|
|
1836
1811
|
productKeys: {
|
|
@@ -1029,14 +1029,6 @@ export var editorExperimentsConfig = {
|
|
|
1029
1029
|
param: 'isEnabled',
|
|
1030
1030
|
defaultValue: false
|
|
1031
1031
|
}),
|
|
1032
|
-
// Added 2026-05-01 — Block card rovo action on resolved block card smart links in confluence
|
|
1033
|
-
platform_sl_3p_auth_rovo_block_card_confluence: createBooleanExperiment({
|
|
1034
|
-
productKeys: {
|
|
1035
|
-
confluence: 'platform_sl_3p_auth_rovo_block_card_confluence'
|
|
1036
|
-
},
|
|
1037
|
-
param: 'isEnabled',
|
|
1038
|
-
defaultValue: false
|
|
1039
|
-
}),
|
|
1040
1032
|
// Added 2025-01-23
|
|
1041
1033
|
platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
|
|
1042
1034
|
productKeys: {
|
|
@@ -1725,14 +1717,6 @@ export var editorExperimentsConfig = {
|
|
|
1725
1717
|
param: 'isEnabled',
|
|
1726
1718
|
defaultValue: false
|
|
1727
1719
|
}),
|
|
1728
|
-
// Added 2026-04-15
|
|
1729
|
-
platform_editor_user_preference_override: createBooleanExperiment({
|
|
1730
|
-
productKeys: {
|
|
1731
|
-
confluence: 'platform_editor_user_preference_override'
|
|
1732
|
-
},
|
|
1733
|
-
param: 'isEnabled',
|
|
1734
|
-
defaultValue: false
|
|
1735
|
-
}),
|
|
1736
1720
|
// Added 2026-04-23
|
|
1737
1721
|
'cc-markdown-mode': createBooleanExperiment({
|
|
1738
1722
|
productKeys: {
|
|
@@ -1822,15 +1806,6 @@ export var editorExperimentsConfig = {
|
|
|
1822
1806
|
param: 'isEnabled',
|
|
1823
1807
|
defaultValue: false
|
|
1824
1808
|
}),
|
|
1825
|
-
// Added 2026-04-09
|
|
1826
|
-
platform_editor_fix_selection_wrapped_media_embed: createBooleanExperiment({
|
|
1827
|
-
productKeys: {
|
|
1828
|
-
confluence: 'platform_editor_fix_selection_wrapped_media_embed',
|
|
1829
|
-
jira: 'platform_editor_fix_selection_wrapped_media_embed'
|
|
1830
|
-
},
|
|
1831
|
-
param: 'isEnabled',
|
|
1832
|
-
defaultValue: false
|
|
1833
|
-
}),
|
|
1834
1809
|
// Added 2026-06-11
|
|
1835
1810
|
platform_editor_external_embed_grid_fix: createBooleanExperiment({
|
|
1836
1811
|
productKeys: {
|
|
@@ -707,12 +707,6 @@ export declare const editorExperimentsConfig: {
|
|
|
707
707
|
productKeys?: ProductKeys;
|
|
708
708
|
typeGuard: IsBooleanType;
|
|
709
709
|
};
|
|
710
|
-
platform_sl_3p_auth_rovo_block_card_confluence: {
|
|
711
|
-
defaultValue: boolean;
|
|
712
|
-
param: string;
|
|
713
|
-
productKeys?: ProductKeys;
|
|
714
|
-
typeGuard: IsBooleanType;
|
|
715
|
-
};
|
|
716
710
|
social_proof_3p_unauth_block_exp: {
|
|
717
711
|
defaultValue: boolean;
|
|
718
712
|
param: string;
|
|
@@ -1286,12 +1280,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1286
1280
|
productKeys?: ProductKeys;
|
|
1287
1281
|
typeGuard: IsBooleanType;
|
|
1288
1282
|
};
|
|
1289
|
-
platform_editor_fix_selection_wrapped_media_embed: {
|
|
1290
|
-
defaultValue: boolean;
|
|
1291
|
-
param: string;
|
|
1292
|
-
productKeys?: ProductKeys;
|
|
1293
|
-
typeGuard: IsBooleanType;
|
|
1294
|
-
};
|
|
1295
1283
|
platform_editor_external_embed_grid_fix: {
|
|
1296
1284
|
defaultValue: boolean;
|
|
1297
1285
|
param: string;
|
|
@@ -1328,12 +1316,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1328
1316
|
productKeys?: ProductKeys;
|
|
1329
1317
|
typeGuard: IsBooleanType;
|
|
1330
1318
|
};
|
|
1331
|
-
platform_editor_user_preference_override: {
|
|
1332
|
-
defaultValue: boolean;
|
|
1333
|
-
param: string;
|
|
1334
|
-
productKeys?: ProductKeys;
|
|
1335
|
-
typeGuard: IsBooleanType;
|
|
1336
|
-
};
|
|
1337
1319
|
confluence_toc_nav_a11y: {
|
|
1338
1320
|
defaultValue: boolean;
|
|
1339
1321
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "113.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",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
30
|
-
"@atlaskit/react-ufo": "^7.
|
|
30
|
+
"@atlaskit/react-ufo": "^7.2.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0"
|
|
32
32
|
},
|
|
33
33
|
"platform-feature-flags": {
|