@atlaskit/tmp-editor-statsig 101.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,21 @@
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
+
3
19
  ## 101.0.0
4
20
 
5
21
  ### Major Changes
@@ -1058,14 +1058,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1058
1058
  param: 'isEnabled',
1059
1059
  defaultValue: false
1060
1060
  }),
1061
- // Added 2026-05-01 — Block card rovo action on resolved block card smart links in jira
1062
- platform_sl_3p_auth_rovo_block_card_jira: (0, _experimentBuilders.createBooleanExperiment)({
1063
- productKeys: {
1064
- jira: 'platform_sl_3p_auth_rovo_block_card_jira'
1065
- },
1066
- param: 'isEnabled',
1067
- defaultValue: false
1068
- }),
1069
1061
  // Added 2025-01-23
1070
1062
  platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
1071
1063
  productKeys: {
@@ -1618,15 +1610,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1618
1610
  param: 'isEnabled',
1619
1611
  defaultValue: false
1620
1612
  }),
1621
- // Added 2026-03-24
1622
- platform_editor_fix_media_picker_hidden: (0, _experimentBuilders.createBooleanExperiment)({
1623
- productKeys: {
1624
- confluence: 'platform_editor_fix_media_picker_hidden',
1625
- jira: 'platform_editor_fix_media_picker_hidden'
1626
- },
1627
- param: 'isEnabled',
1628
- defaultValue: false
1629
- }),
1630
1613
  cc_editor_ttvc_media_hold_fix: (0, _experimentBuilders.createBooleanExperiment)({
1631
1614
  productKeys: {
1632
1615
  confluence: 'cc_editor_ttvc_media_hold_fix'
@@ -1052,14 +1052,6 @@ export const editorExperimentsConfig = {
1052
1052
  param: 'isEnabled',
1053
1053
  defaultValue: false
1054
1054
  }),
1055
- // Added 2026-05-01 — Block card rovo action on resolved block card smart links in jira
1056
- platform_sl_3p_auth_rovo_block_card_jira: createBooleanExperiment({
1057
- productKeys: {
1058
- jira: 'platform_sl_3p_auth_rovo_block_card_jira'
1059
- },
1060
- param: 'isEnabled',
1061
- defaultValue: false
1062
- }),
1063
1055
  // Added 2025-01-23
1064
1056
  platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1065
1057
  productKeys: {
@@ -1612,15 +1604,6 @@ export const editorExperimentsConfig = {
1612
1604
  param: 'isEnabled',
1613
1605
  defaultValue: false
1614
1606
  }),
1615
- // Added 2026-03-24
1616
- platform_editor_fix_media_picker_hidden: createBooleanExperiment({
1617
- productKeys: {
1618
- confluence: 'platform_editor_fix_media_picker_hidden',
1619
- jira: 'platform_editor_fix_media_picker_hidden'
1620
- },
1621
- param: 'isEnabled',
1622
- defaultValue: false
1623
- }),
1624
1607
  cc_editor_ttvc_media_hold_fix: createBooleanExperiment({
1625
1608
  productKeys: {
1626
1609
  confluence: 'cc_editor_ttvc_media_hold_fix'
@@ -1052,14 +1052,6 @@ export var editorExperimentsConfig = {
1052
1052
  param: 'isEnabled',
1053
1053
  defaultValue: false
1054
1054
  }),
1055
- // Added 2026-05-01 — Block card rovo action on resolved block card smart links in jira
1056
- platform_sl_3p_auth_rovo_block_card_jira: createBooleanExperiment({
1057
- productKeys: {
1058
- jira: 'platform_sl_3p_auth_rovo_block_card_jira'
1059
- },
1060
- param: 'isEnabled',
1061
- defaultValue: false
1062
- }),
1063
1055
  // Added 2025-01-23
1064
1056
  platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1065
1057
  productKeys: {
@@ -1612,15 +1604,6 @@ export var editorExperimentsConfig = {
1612
1604
  param: 'isEnabled',
1613
1605
  defaultValue: false
1614
1606
  }),
1615
- // Added 2026-03-24
1616
- platform_editor_fix_media_picker_hidden: createBooleanExperiment({
1617
- productKeys: {
1618
- confluence: 'platform_editor_fix_media_picker_hidden',
1619
- jira: 'platform_editor_fix_media_picker_hidden'
1620
- },
1621
- param: 'isEnabled',
1622
- defaultValue: false
1623
- }),
1624
1607
  cc_editor_ttvc_media_hold_fix: createBooleanExperiment({
1625
1608
  productKeys: {
1626
1609
  confluence: 'cc_editor_ttvc_media_hold_fix'
@@ -731,12 +731,6 @@ export declare const editorExperimentsConfig: {
731
731
  productKeys?: ProductKeys;
732
732
  typeGuard: IsBooleanType;
733
733
  };
734
- platform_sl_3p_auth_rovo_block_card_jira: {
735
- defaultValue: boolean;
736
- param: string;
737
- productKeys?: ProductKeys;
738
- typeGuard: IsBooleanType;
739
- };
740
734
  platform_sl_3p_auth_rovo_block_card_confluence: {
741
735
  defaultValue: boolean;
742
736
  param: string;
@@ -1250,12 +1244,6 @@ export declare const editorExperimentsConfig: {
1250
1244
  productKeys?: ProductKeys;
1251
1245
  typeGuard: IsBooleanType;
1252
1246
  };
1253
- platform_editor_fix_media_picker_hidden: {
1254
- defaultValue: boolean;
1255
- param: string;
1256
- productKeys?: ProductKeys;
1257
- typeGuard: IsBooleanType;
1258
- };
1259
1247
  cc_editor_ttvc_media_hold_fix: {
1260
1248
  defaultValue: boolean;
1261
1249
  param: string;
@@ -731,12 +731,6 @@ export declare const editorExperimentsConfig: {
731
731
  productKeys?: ProductKeys;
732
732
  typeGuard: IsBooleanType;
733
733
  };
734
- platform_sl_3p_auth_rovo_block_card_jira: {
735
- defaultValue: boolean;
736
- param: string;
737
- productKeys?: ProductKeys;
738
- typeGuard: IsBooleanType;
739
- };
740
734
  platform_sl_3p_auth_rovo_block_card_confluence: {
741
735
  defaultValue: boolean;
742
736
  param: string;
@@ -1250,12 +1244,6 @@ export declare const editorExperimentsConfig: {
1250
1244
  productKeys?: ProductKeys;
1251
1245
  typeGuard: IsBooleanType;
1252
1246
  };
1253
- platform_editor_fix_media_picker_hidden: {
1254
- defaultValue: boolean;
1255
- param: string;
1256
- productKeys?: ProductKeys;
1257
- typeGuard: IsBooleanType;
1258
- };
1259
1247
  cc_editor_ttvc_media_hold_fix: {
1260
1248
  defaultValue: boolean;
1261
1249
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "101.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",