@atlaskit/tmp-editor-statsig 17.2.0 → 17.4.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 17.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`b855c9d819b09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b855c9d819b09) -
8
+ Support sharded routing for collab edit socket connections
9
+
10
+ ## 17.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`e170ad8b5a383`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e170ad8b5a383) -
15
+ [EDITOR-4501] add new experiment to statsig config
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 17.2.0
4
22
 
5
23
  ### Minor Changes
@@ -1049,6 +1049,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1049
1049
  param: 'isEnabled',
1050
1050
  defaultValue: false
1051
1051
  }),
1052
+ // Added 2025-01-23
1053
+ platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
1054
+ productKeys: {
1055
+ confluence: 'platform_editor_to_use_pmr_for_collab_edit_none_ic'
1056
+ },
1057
+ param: 'isEnabled',
1058
+ defaultValue: false
1059
+ }),
1052
1060
  // Added 2025-12-12
1053
1061
  platform_editor_toolbar_delay_render_fix: (0, _experimentBuilders.createBooleanExperiment)({
1054
1062
  productKeys: {
@@ -1234,5 +1242,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1234
1242
  },
1235
1243
  param: 'isEnabled',
1236
1244
  defaultValue: false
1245
+ }),
1246
+ // Added 2026-01-29
1247
+ platform_editor_renderer_toolbar_updates: (0, _experimentBuilders.createBooleanExperiment)({
1248
+ productKeys: {
1249
+ confluence: 'platform_editor_renderer_toolbar_updates'
1250
+ },
1251
+ param: 'isEnabled',
1252
+ defaultValue: false
1237
1253
  })
1238
1254
  };
@@ -1043,6 +1043,14 @@ export const editorExperimentsConfig = {
1043
1043
  param: 'isEnabled',
1044
1044
  defaultValue: false
1045
1045
  }),
1046
+ // Added 2025-01-23
1047
+ platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1048
+ productKeys: {
1049
+ confluence: 'platform_editor_to_use_pmr_for_collab_edit_none_ic'
1050
+ },
1051
+ param: 'isEnabled',
1052
+ defaultValue: false
1053
+ }),
1046
1054
  // Added 2025-12-12
1047
1055
  platform_editor_toolbar_delay_render_fix: createBooleanExperiment({
1048
1056
  productKeys: {
@@ -1228,5 +1236,13 @@ export const editorExperimentsConfig = {
1228
1236
  },
1229
1237
  param: 'isEnabled',
1230
1238
  defaultValue: false
1239
+ }),
1240
+ // Added 2026-01-29
1241
+ platform_editor_renderer_toolbar_updates: createBooleanExperiment({
1242
+ productKeys: {
1243
+ confluence: 'platform_editor_renderer_toolbar_updates'
1244
+ },
1245
+ param: 'isEnabled',
1246
+ defaultValue: false
1231
1247
  })
1232
1248
  };
@@ -1043,6 +1043,14 @@ export var editorExperimentsConfig = {
1043
1043
  param: 'isEnabled',
1044
1044
  defaultValue: false
1045
1045
  }),
1046
+ // Added 2025-01-23
1047
+ platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1048
+ productKeys: {
1049
+ confluence: 'platform_editor_to_use_pmr_for_collab_edit_none_ic'
1050
+ },
1051
+ param: 'isEnabled',
1052
+ defaultValue: false
1053
+ }),
1046
1054
  // Added 2025-12-12
1047
1055
  platform_editor_toolbar_delay_render_fix: createBooleanExperiment({
1048
1056
  productKeys: {
@@ -1228,5 +1236,13 @@ export var editorExperimentsConfig = {
1228
1236
  },
1229
1237
  param: 'isEnabled',
1230
1238
  defaultValue: false
1239
+ }),
1240
+ // Added 2026-01-29
1241
+ platform_editor_renderer_toolbar_updates: createBooleanExperiment({
1242
+ productKeys: {
1243
+ confluence: 'platform_editor_renderer_toolbar_updates'
1244
+ },
1245
+ param: 'isEnabled',
1246
+ defaultValue: false
1231
1247
  })
1232
1248
  };
@@ -779,6 +779,12 @@ export declare const editorExperimentsConfig: {
779
779
  productKeys?: ProductKeys;
780
780
  typeGuard: IsBooleanType;
781
781
  };
782
+ platform_editor_to_use_pmr_for_collab_edit_none_ic: {
783
+ defaultValue: boolean;
784
+ param: string;
785
+ productKeys?: ProductKeys;
786
+ typeGuard: IsBooleanType;
787
+ };
782
788
  'test-new-experiments-package': {
783
789
  defaultValue: boolean;
784
790
  param: string;
@@ -911,5 +917,11 @@ export declare const editorExperimentsConfig: {
911
917
  productKeys?: ProductKeys;
912
918
  typeGuard: IsBooleanType;
913
919
  };
920
+ platform_editor_renderer_toolbar_updates: {
921
+ defaultValue: boolean;
922
+ param: string;
923
+ productKeys?: ProductKeys;
924
+ typeGuard: IsBooleanType;
925
+ };
914
926
  };
915
927
  export {};
@@ -779,6 +779,12 @@ export declare const editorExperimentsConfig: {
779
779
  productKeys?: ProductKeys;
780
780
  typeGuard: IsBooleanType;
781
781
  };
782
+ platform_editor_to_use_pmr_for_collab_edit_none_ic: {
783
+ defaultValue: boolean;
784
+ param: string;
785
+ productKeys?: ProductKeys;
786
+ typeGuard: IsBooleanType;
787
+ };
782
788
  'test-new-experiments-package': {
783
789
  defaultValue: boolean;
784
790
  param: string;
@@ -911,5 +917,11 @@ export declare const editorExperimentsConfig: {
911
917
  productKeys?: ProductKeys;
912
918
  typeGuard: IsBooleanType;
913
919
  };
920
+ platform_editor_renderer_toolbar_updates: {
921
+ defaultValue: boolean;
922
+ param: string;
923
+ productKeys?: ProductKeys;
924
+ typeGuard: IsBooleanType;
925
+ };
914
926
  };
915
927
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "17.2.0",
3
+ "version": "17.4.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",