@atlaskit/tmp-editor-statsig 136.2.0 → 138.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,26 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 138.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`febd7e6f80cd1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/febd7e6f80cd1) - -
8
+ `collab-provider` Cleanup experiment platform_editor_to_use_pmr_for_collab_edit_none_ic
9
+ - `editor-core` Update collaborative editing example so non dev connections have to provide PMR
10
+ path
11
+ - `tmp-editor-statsig` Remove platform_editor_to_use_pmr_for_collab_edit_none_ic from config
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
17
+ ## 137.0.0
18
+
19
+ ### Major Changes
20
+
21
+ - [`698ed1be9a2a6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/698ed1be9a2a6) -
22
+ Clean up experiment `platform_editor_aifc_sync_block_stream_fix`
23
+
3
24
  ## 136.2.0
4
25
 
5
26
  ### Minor Changes
@@ -703,14 +703,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
703
703
  param: 'isEnabled',
704
704
  defaultValue: false
705
705
  }),
706
- // Added 2026-02-17
707
- platform_editor_aifc_sync_block_stream_fix: (0, _experimentBuilders.createBooleanExperiment)({
708
- productKeys: {
709
- confluence: 'platform_editor_aifc_sync_block_stream_fix'
710
- },
711
- param: 'isEnabled',
712
- defaultValue: false
713
- }),
714
706
  // Added 2026-17-03
715
707
  platform_editor_media_name_fallback: (0, _experimentBuilders.createBooleanExperiment)({
716
708
  productKeys: {
@@ -1154,14 +1146,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1154
1146
  param: 'isEnabled',
1155
1147
  defaultValue: false
1156
1148
  }),
1157
- // Added 2025-01-23
1158
- platform_editor_to_use_pmr_for_collab_edit_none_ic: (0, _experimentBuilders.createBooleanExperiment)({
1159
- productKeys: {
1160
- confluence: 'platform_editor_to_use_pmr_for_collab_edit_none_ic'
1161
- },
1162
- param: 'isEnabled',
1163
- defaultValue: false
1164
- }),
1165
1149
  // Added 2026-04-16
1166
1150
  platform_editor_inline_media_replacement: (0, _experimentBuilders.createBooleanExperiment)({
1167
1151
  productKeys: {
@@ -697,14 +697,6 @@ export const editorExperimentsConfig = {
697
697
  param: 'isEnabled',
698
698
  defaultValue: false
699
699
  }),
700
- // Added 2026-02-17
701
- platform_editor_aifc_sync_block_stream_fix: createBooleanExperiment({
702
- productKeys: {
703
- confluence: 'platform_editor_aifc_sync_block_stream_fix'
704
- },
705
- param: 'isEnabled',
706
- defaultValue: false
707
- }),
708
700
  // Added 2026-17-03
709
701
  platform_editor_media_name_fallback: createBooleanExperiment({
710
702
  productKeys: {
@@ -1148,14 +1140,6 @@ export const editorExperimentsConfig = {
1148
1140
  param: 'isEnabled',
1149
1141
  defaultValue: false
1150
1142
  }),
1151
- // Added 2025-01-23
1152
- platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1153
- productKeys: {
1154
- confluence: 'platform_editor_to_use_pmr_for_collab_edit_none_ic'
1155
- },
1156
- param: 'isEnabled',
1157
- defaultValue: false
1158
- }),
1159
1143
  // Added 2026-04-16
1160
1144
  platform_editor_inline_media_replacement: createBooleanExperiment({
1161
1145
  productKeys: {
@@ -697,14 +697,6 @@ export var editorExperimentsConfig = {
697
697
  param: 'isEnabled',
698
698
  defaultValue: false
699
699
  }),
700
- // Added 2026-02-17
701
- platform_editor_aifc_sync_block_stream_fix: createBooleanExperiment({
702
- productKeys: {
703
- confluence: 'platform_editor_aifc_sync_block_stream_fix'
704
- },
705
- param: 'isEnabled',
706
- defaultValue: false
707
- }),
708
700
  // Added 2026-17-03
709
701
  platform_editor_media_name_fallback: createBooleanExperiment({
710
702
  productKeys: {
@@ -1148,14 +1140,6 @@ export var editorExperimentsConfig = {
1148
1140
  param: 'isEnabled',
1149
1141
  defaultValue: false
1150
1142
  }),
1151
- // Added 2025-01-23
1152
- platform_editor_to_use_pmr_for_collab_edit_none_ic: createBooleanExperiment({
1153
- productKeys: {
1154
- confluence: 'platform_editor_to_use_pmr_for_collab_edit_none_ic'
1155
- },
1156
- param: 'isEnabled',
1157
- defaultValue: false
1158
- }),
1159
1143
  // Added 2026-04-16
1160
1144
  platform_editor_inline_media_replacement: createBooleanExperiment({
1161
1145
  productKeys: {
@@ -870,24 +870,12 @@ export declare const editorExperimentsConfig: {
870
870
  productKeys?: ProductKeys;
871
871
  typeGuard: IsBooleanType;
872
872
  };
873
- platform_editor_to_use_pmr_for_collab_edit_none_ic: {
874
- defaultValue: boolean;
875
- param: string;
876
- productKeys?: ProductKeys;
877
- typeGuard: IsBooleanType;
878
- };
879
873
  'test-new-experiments-package': {
880
874
  defaultValue: boolean;
881
875
  param: string;
882
876
  productKeys?: ProductKeys;
883
877
  typeGuard: IsBooleanType;
884
878
  };
885
- platform_editor_aifc_sync_block_stream_fix: {
886
- defaultValue: boolean;
887
- param: string;
888
- productKeys?: ProductKeys;
889
- typeGuard: IsBooleanType;
890
- };
891
879
  platform_editor_hide_extension_renderer_support: {
892
880
  defaultValue: boolean;
893
881
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "136.2.0",
3
+ "version": "138.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",