@atlaskit/tmp-editor-statsig 13.10.1 → 13.12.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 13.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`08782f92b4f09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08782f92b4f09) -
8
+ COMMENTS-5684-fe-cleanup-and-archive-cc-comments-include-path-for-renderer-emojis
9
+
10
+ ## 13.11.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`81a75afebab41`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/81a75afebab41) -
15
+ Update api for smarter suggested space recommendations.
16
+
3
17
  ## 13.10.1
4
18
 
5
19
  ### Patch Changes
@@ -355,7 +369,6 @@
355
369
 
356
370
  - [`0d0fe7a300841`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0d0fe7a300841) -
357
371
  Cleanup platform_editor_usesharedpluginstatewithselector experiment
358
-
359
372
  - BREAKING CHANGE: sharedPluginStateHookMigratorFactory is deleted from @atlaskit/editor-common
360
373
 
361
374
  ## 12.8.0
@@ -1157,7 +1170,6 @@
1157
1170
 
1158
1171
  This experiment was only enabled for Confluence and should not have been enabled in other places.
1159
1172
  If for some reason any of the following props/state/methdos were used please remove them:
1160
-
1161
1173
  - isConsumption
1162
1174
  - contentMode
1163
1175
  - initialContentMode
@@ -2094,12 +2106,10 @@
2094
2106
  [ux] [ED-25085] Migrate typography \
2095
2107
 
2096
2108
  editor-plugin-media:
2097
-
2098
2109
  - replace caption placeholder span with button
2099
2110
  - replace x between width and height pixel entry with symbol × \
2100
2111
 
2101
2112
  tmp-editor-statsig:
2102
-
2103
2113
  - Add experiment `platform_editor_typography_migration_ugc`
2104
2114
 
2105
2115
  ## 2.2.1
@@ -2328,7 +2338,6 @@
2328
2338
  [`705fe39cae267`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/705fe39cae267) -
2329
2339
  [ED-24597] Update to log `platform_editor_basic_text_transformations` exposure event only for
2330
2340
  users meet all of 3 checks:
2331
-
2332
2341
  - Are enrolled to the experiment
2333
2342
  - Have AI disabled
2334
2343
  - Make top level text selection
@@ -670,14 +670,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
670
670
  param: 'isEnabled',
671
671
  defaultValue: false
672
672
  }),
673
- // Added 2025-07-29
674
- cc_comments_include_path_for_renderer_emojis: (0, _experimentBuilders.createBooleanExperiment)({
675
- productKeys: {
676
- confluence: 'cc_comments_include_path_for_renderer_emojis'
677
- },
678
- param: 'isEnabled',
679
- defaultValue: false
680
- }),
681
673
  // Added 2025-07-31
682
674
  platform_editor_breakout_interaction_rerender: (0, _experimentBuilders.createBooleanExperiment)({
683
675
  productKeys: {
@@ -980,6 +972,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
980
972
  param: 'isEnabled',
981
973
  defaultValue: false
982
974
  }),
975
+ // Added 2025-10-10
976
+ platform_use_llm_space_recommendations: (0, _experimentBuilders.createBooleanExperiment)({
977
+ productKeys: {
978
+ confluence: 'platform_use_llm_space_recommendations'
979
+ },
980
+ param: 'isEnabled',
981
+ defaultValue: false
982
+ }),
983
983
  // Added 2025-09-15
984
984
  platform_editor_text_highlight_padding: (0, _experimentBuilders.createBooleanExperiment)({
985
985
  productKeys: {
@@ -664,14 +664,6 @@ export const editorExperimentsConfig = {
664
664
  param: 'isEnabled',
665
665
  defaultValue: false
666
666
  }),
667
- // Added 2025-07-29
668
- cc_comments_include_path_for_renderer_emojis: createBooleanExperiment({
669
- productKeys: {
670
- confluence: 'cc_comments_include_path_for_renderer_emojis'
671
- },
672
- param: 'isEnabled',
673
- defaultValue: false
674
- }),
675
667
  // Added 2025-07-31
676
668
  platform_editor_breakout_interaction_rerender: createBooleanExperiment({
677
669
  productKeys: {
@@ -974,6 +966,14 @@ export const editorExperimentsConfig = {
974
966
  param: 'isEnabled',
975
967
  defaultValue: false
976
968
  }),
969
+ // Added 2025-10-10
970
+ platform_use_llm_space_recommendations: createBooleanExperiment({
971
+ productKeys: {
972
+ confluence: 'platform_use_llm_space_recommendations'
973
+ },
974
+ param: 'isEnabled',
975
+ defaultValue: false
976
+ }),
977
977
  // Added 2025-09-15
978
978
  platform_editor_text_highlight_padding: createBooleanExperiment({
979
979
  productKeys: {
@@ -664,14 +664,6 @@ export var editorExperimentsConfig = {
664
664
  param: 'isEnabled',
665
665
  defaultValue: false
666
666
  }),
667
- // Added 2025-07-29
668
- cc_comments_include_path_for_renderer_emojis: createBooleanExperiment({
669
- productKeys: {
670
- confluence: 'cc_comments_include_path_for_renderer_emojis'
671
- },
672
- param: 'isEnabled',
673
- defaultValue: false
674
- }),
675
667
  // Added 2025-07-31
676
668
  platform_editor_breakout_interaction_rerender: createBooleanExperiment({
677
669
  productKeys: {
@@ -974,6 +966,14 @@ export var editorExperimentsConfig = {
974
966
  param: 'isEnabled',
975
967
  defaultValue: false
976
968
  }),
969
+ // Added 2025-10-10
970
+ platform_use_llm_space_recommendations: createBooleanExperiment({
971
+ productKeys: {
972
+ confluence: 'platform_use_llm_space_recommendations'
973
+ },
974
+ param: 'isEnabled',
975
+ defaultValue: false
976
+ }),
977
977
  // Added 2025-09-15
978
978
  platform_editor_text_highlight_padding: createBooleanExperiment({
979
979
  productKeys: {
@@ -488,12 +488,6 @@ export declare const editorExperimentsConfig: {
488
488
  param: string;
489
489
  productKeys?: import("./types").ProductKeys;
490
490
  };
491
- cc_comments_include_path_for_renderer_emojis: {
492
- typeGuard: typeof import("./type-guards").isBoolean;
493
- defaultValue: boolean;
494
- param: string;
495
- productKeys?: import("./types").ProductKeys;
496
- };
497
491
  platform_editor_breakout_interaction_rerender: {
498
492
  typeGuard: typeof import("./type-guards").isBoolean;
499
493
  defaultValue: boolean;
@@ -717,6 +711,12 @@ export declare const editorExperimentsConfig: {
717
711
  param: string;
718
712
  productKeys?: import("./types").ProductKeys;
719
713
  };
714
+ platform_use_llm_space_recommendations: {
715
+ typeGuard: typeof import("./type-guards").isBoolean;
716
+ defaultValue: boolean;
717
+ param: string;
718
+ productKeys?: import("./types").ProductKeys;
719
+ };
720
720
  platform_editor_text_highlight_padding: {
721
721
  typeGuard: typeof import("./type-guards").isBoolean;
722
722
  defaultValue: boolean;
@@ -488,12 +488,6 @@ export declare const editorExperimentsConfig: {
488
488
  param: string;
489
489
  productKeys?: import("./types").ProductKeys;
490
490
  };
491
- cc_comments_include_path_for_renderer_emojis: {
492
- typeGuard: typeof import("./type-guards").isBoolean;
493
- defaultValue: boolean;
494
- param: string;
495
- productKeys?: import("./types").ProductKeys;
496
- };
497
491
  platform_editor_breakout_interaction_rerender: {
498
492
  typeGuard: typeof import("./type-guards").isBoolean;
499
493
  defaultValue: boolean;
@@ -717,6 +711,12 @@ export declare const editorExperimentsConfig: {
717
711
  param: string;
718
712
  productKeys?: import("./types").ProductKeys;
719
713
  };
714
+ platform_use_llm_space_recommendations: {
715
+ typeGuard: typeof import("./type-guards").isBoolean;
716
+ defaultValue: boolean;
717
+ param: string;
718
+ productKeys?: import("./types").ProductKeys;
719
+ };
720
720
  platform_editor_text_highlight_padding: {
721
721
  typeGuard: typeof import("./type-guards").isBoolean;
722
722
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.10.1",
3
+ "version": "13.12.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",
@@ -33,7 +33,7 @@
33
33
  "atlaskit:src": "src/index.ts",
34
34
  "dependencies": {
35
35
  "@atlaskit/feature-gate-js-client": "^5.5.0",
36
- "@atlaskit/react-ufo": "^4.11.0",
36
+ "@atlaskit/react-ufo": "^4.12.0",
37
37
  "@babel/runtime": "^7.0.0"
38
38
  },
39
39
  "peerDependencies": {