@atlaskit/tmp-editor-statsig 100.0.0 → 102.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,32 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 102.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`db6cfe6d842ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db6cfe6d842ac) -
8
+ Cleaned up stale experiment platform_editor_fix_media_picker_hidden. Removed experiment gating in
9
+ MediaButton, keeping the shipped (true) code path. Removed experiment type definition and config
10
+ entry.
11
+ - [`258fd5f8909fd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/258fd5f8909fd) -
12
+ Cleaning up and abandoning the block card post-auth 3P experiment for Jira
13
+
14
+ ### Minor Changes
15
+
16
+ - [`4d71a7433de62`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4d71a7433de62) -
17
+ Use Teamoji default reaction IDs behind the emoji picker refresh experiment.
18
+
19
+ ## 101.0.0
20
+
21
+ ### Major Changes
22
+
23
+ - [`01c0f76dfce1e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/01c0f76dfce1e) -
24
+ Cleanup experiment `platform_editor_media_vc_fixes_patch1`.
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+
3
30
  ## 100.0.0
4
31
 
5
32
  ### Major Changes
@@ -233,14 +233,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
233
233
  param: 'isEnabled',
234
234
  defaultValue: false
235
235
  }),
236
- // Added 2026-03-24
237
- platform_editor_media_vc_fixes_patch1: (0, _experimentBuilders.createBooleanExperiment)({
238
- productKeys: {
239
- confluence: 'platform_editor_media_vc_fixes_patch1'
240
- },
241
- param: 'isEnabled',
242
- defaultValue: false
243
- }),
244
236
  // Added 2026-03-06
245
237
  platform_editor_media_reliability_observability: (0, _experimentBuilders.createBooleanExperiment)({
246
238
  productKeys: {
@@ -1066,14 +1058,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1066
1058
  param: 'isEnabled',
1067
1059
  defaultValue: false
1068
1060
  }),
1069
- // Added 2026-05-01 — Block card rovo action on resolved block card smart links in jira
1070
- platform_sl_3p_auth_rovo_block_card_jira: (0, _experimentBuilders.createBooleanExperiment)({
1071
- productKeys: {
1072
- jira: 'platform_sl_3p_auth_rovo_block_card_jira'
1073
- },
1074
- param: 'isEnabled',
1075
- defaultValue: false
1076
- }),
1077
1061
  // Added 2025-01-23
1078
1062
  platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
1079
1063
  productKeys: {
@@ -1626,15 +1610,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1626
1610
  param: 'isEnabled',
1627
1611
  defaultValue: false
1628
1612
  }),
1629
- // Added 2026-03-24
1630
- platform_editor_fix_media_picker_hidden: (0, _experimentBuilders.createBooleanExperiment)({
1631
- productKeys: {
1632
- confluence: 'platform_editor_fix_media_picker_hidden',
1633
- jira: 'platform_editor_fix_media_picker_hidden'
1634
- },
1635
- param: 'isEnabled',
1636
- defaultValue: false
1637
- }),
1638
1613
  cc_editor_ttvc_media_hold_fix: (0, _experimentBuilders.createBooleanExperiment)({
1639
1614
  productKeys: {
1640
1615
  confluence: 'cc_editor_ttvc_media_hold_fix'
@@ -227,14 +227,6 @@ export const editorExperimentsConfig = {
227
227
  param: 'isEnabled',
228
228
  defaultValue: false
229
229
  }),
230
- // Added 2026-03-24
231
- platform_editor_media_vc_fixes_patch1: createBooleanExperiment({
232
- productKeys: {
233
- confluence: 'platform_editor_media_vc_fixes_patch1'
234
- },
235
- param: 'isEnabled',
236
- defaultValue: false
237
- }),
238
230
  // Added 2026-03-06
239
231
  platform_editor_media_reliability_observability: createBooleanExperiment({
240
232
  productKeys: {
@@ -1060,14 +1052,6 @@ export const editorExperimentsConfig = {
1060
1052
  param: 'isEnabled',
1061
1053
  defaultValue: false
1062
1054
  }),
1063
- // Added 2026-05-01 — Block card rovo action on resolved block card smart links in jira
1064
- platform_sl_3p_auth_rovo_block_card_jira: createBooleanExperiment({
1065
- productKeys: {
1066
- jira: 'platform_sl_3p_auth_rovo_block_card_jira'
1067
- },
1068
- param: 'isEnabled',
1069
- defaultValue: false
1070
- }),
1071
1055
  // Added 2025-01-23
1072
1056
  platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1073
1057
  productKeys: {
@@ -1620,15 +1604,6 @@ export const editorExperimentsConfig = {
1620
1604
  param: 'isEnabled',
1621
1605
  defaultValue: false
1622
1606
  }),
1623
- // Added 2026-03-24
1624
- platform_editor_fix_media_picker_hidden: createBooleanExperiment({
1625
- productKeys: {
1626
- confluence: 'platform_editor_fix_media_picker_hidden',
1627
- jira: 'platform_editor_fix_media_picker_hidden'
1628
- },
1629
- param: 'isEnabled',
1630
- defaultValue: false
1631
- }),
1632
1607
  cc_editor_ttvc_media_hold_fix: createBooleanExperiment({
1633
1608
  productKeys: {
1634
1609
  confluence: 'cc_editor_ttvc_media_hold_fix'
@@ -227,14 +227,6 @@ export var editorExperimentsConfig = {
227
227
  param: 'isEnabled',
228
228
  defaultValue: false
229
229
  }),
230
- // Added 2026-03-24
231
- platform_editor_media_vc_fixes_patch1: createBooleanExperiment({
232
- productKeys: {
233
- confluence: 'platform_editor_media_vc_fixes_patch1'
234
- },
235
- param: 'isEnabled',
236
- defaultValue: false
237
- }),
238
230
  // Added 2026-03-06
239
231
  platform_editor_media_reliability_observability: createBooleanExperiment({
240
232
  productKeys: {
@@ -1060,14 +1052,6 @@ export var editorExperimentsConfig = {
1060
1052
  param: 'isEnabled',
1061
1053
  defaultValue: false
1062
1054
  }),
1063
- // Added 2026-05-01 — Block card rovo action on resolved block card smart links in jira
1064
- platform_sl_3p_auth_rovo_block_card_jira: createBooleanExperiment({
1065
- productKeys: {
1066
- jira: 'platform_sl_3p_auth_rovo_block_card_jira'
1067
- },
1068
- param: 'isEnabled',
1069
- defaultValue: false
1070
- }),
1071
1055
  // Added 2025-01-23
1072
1056
  platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1073
1057
  productKeys: {
@@ -1620,15 +1604,6 @@ export var editorExperimentsConfig = {
1620
1604
  param: 'isEnabled',
1621
1605
  defaultValue: false
1622
1606
  }),
1623
- // Added 2026-03-24
1624
- platform_editor_fix_media_picker_hidden: createBooleanExperiment({
1625
- productKeys: {
1626
- confluence: 'platform_editor_fix_media_picker_hidden',
1627
- jira: 'platform_editor_fix_media_picker_hidden'
1628
- },
1629
- param: 'isEnabled',
1630
- defaultValue: false
1631
- }),
1632
1607
  cc_editor_ttvc_media_hold_fix: createBooleanExperiment({
1633
1608
  productKeys: {
1634
1609
  confluence: 'cc_editor_ttvc_media_hold_fix'
@@ -531,12 +531,6 @@ export declare const editorExperimentsConfig: {
531
531
  productKeys?: ProductKeys;
532
532
  typeGuard: IsBooleanType;
533
533
  };
534
- platform_editor_media_vc_fixes_patch1: {
535
- defaultValue: boolean;
536
- param: string;
537
- productKeys?: ProductKeys;
538
- typeGuard: IsBooleanType;
539
- };
540
534
  platform_editor_native_embeds: {
541
535
  defaultValue: boolean;
542
536
  param: string;
@@ -737,12 +731,6 @@ export declare const editorExperimentsConfig: {
737
731
  productKeys?: ProductKeys;
738
732
  typeGuard: IsBooleanType;
739
733
  };
740
- platform_sl_3p_auth_rovo_block_card_jira: {
741
- defaultValue: boolean;
742
- param: string;
743
- productKeys?: ProductKeys;
744
- typeGuard: IsBooleanType;
745
- };
746
734
  platform_sl_3p_auth_rovo_block_card_confluence: {
747
735
  defaultValue: boolean;
748
736
  param: string;
@@ -1256,12 +1244,6 @@ export declare const editorExperimentsConfig: {
1256
1244
  productKeys?: ProductKeys;
1257
1245
  typeGuard: IsBooleanType;
1258
1246
  };
1259
- platform_editor_fix_media_picker_hidden: {
1260
- defaultValue: boolean;
1261
- param: string;
1262
- productKeys?: ProductKeys;
1263
- typeGuard: IsBooleanType;
1264
- };
1265
1247
  cc_editor_ttvc_media_hold_fix: {
1266
1248
  defaultValue: boolean;
1267
1249
  param: string;
@@ -531,12 +531,6 @@ export declare const editorExperimentsConfig: {
531
531
  productKeys?: ProductKeys;
532
532
  typeGuard: IsBooleanType;
533
533
  };
534
- platform_editor_media_vc_fixes_patch1: {
535
- defaultValue: boolean;
536
- param: string;
537
- productKeys?: ProductKeys;
538
- typeGuard: IsBooleanType;
539
- };
540
534
  platform_editor_native_embeds: {
541
535
  defaultValue: boolean;
542
536
  param: string;
@@ -737,12 +731,6 @@ export declare const editorExperimentsConfig: {
737
731
  productKeys?: ProductKeys;
738
732
  typeGuard: IsBooleanType;
739
733
  };
740
- platform_sl_3p_auth_rovo_block_card_jira: {
741
- defaultValue: boolean;
742
- param: string;
743
- productKeys?: ProductKeys;
744
- typeGuard: IsBooleanType;
745
- };
746
734
  platform_sl_3p_auth_rovo_block_card_confluence: {
747
735
  defaultValue: boolean;
748
736
  param: string;
@@ -1256,12 +1244,6 @@ export declare const editorExperimentsConfig: {
1256
1244
  productKeys?: ProductKeys;
1257
1245
  typeGuard: IsBooleanType;
1258
1246
  };
1259
- platform_editor_fix_media_picker_hidden: {
1260
- defaultValue: boolean;
1261
- param: string;
1262
- productKeys?: ProductKeys;
1263
- typeGuard: IsBooleanType;
1264
- };
1265
1247
  cc_editor_ttvc_media_hold_fix: {
1266
1248
  defaultValue: boolean;
1267
1249
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "100.0.0",
3
+ "version": "102.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",