@atlaskit/tmp-editor-statsig 111.1.0 → 112.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,15 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 112.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`8465eeaf9cc9f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8465eeaf9cc9f) -
8
+ Clean up experiment `platform_editor_user_preference_override`
9
+ - [`9c64d42d5b44e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9c64d42d5b44e) -
10
+ NAVX-5237 Cleaning up and shipping the block card post-auth 3P experiment for Confluence in
11
+ platform
12
+
3
13
  ## 111.1.0
4
14
 
5
15
  ### 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: {
@@ -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: {
@@ -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: {
@@ -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;
@@ -1328,12 +1322,6 @@ export declare const editorExperimentsConfig: {
1328
1322
  productKeys?: ProductKeys;
1329
1323
  typeGuard: IsBooleanType;
1330
1324
  };
1331
- platform_editor_user_preference_override: {
1332
- defaultValue: boolean;
1333
- param: string;
1334
- productKeys?: ProductKeys;
1335
- typeGuard: IsBooleanType;
1336
- };
1337
1325
  confluence_toc_nav_a11y: {
1338
1326
  defaultValue: boolean;
1339
1327
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "111.1.0",
3
+ "version": "112.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.1.0",
30
+ "@atlaskit/react-ufo": "^7.2.0",
31
31
  "@babel/runtime": "^7.0.0"
32
32
  },
33
33
  "platform-feature-flags": {