@atlaskit/tmp-editor-statsig 16.0.0 → 16.1.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
+ ## 16.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`bb5f3706afa84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bb5f3706afa84) -
8
+ fix media card dimensions on load for ssr
9
+
10
+ ## 16.0.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [`019e34f92a799`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/019e34f92a799) -
15
+ Cleanup FG platform_editor_new_mentions_detection_logic
16
+
3
17
  ## 16.0.0
4
18
 
5
19
  ### Major Changes
@@ -1020,14 +1020,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1020
1020
  param: 'isEnabled',
1021
1021
  defaultValue: false
1022
1022
  }),
1023
- // Added 2025-10-15
1024
- platform_editor_new_mentions_detection_logic: (0, _experimentBuilders.createBooleanExperiment)({
1025
- productKeys: {
1026
- confluence: 'platform_editor_new_mentions_detection_logic'
1027
- },
1028
- param: 'isEnabled',
1029
- defaultValue: false
1030
- }),
1031
1023
  // Added 2025-10-20
1032
1024
  confluence_whiteboards_quick_insert_localised: (0, _experimentBuilders.createMultivariateExperiment)({
1033
1025
  productKeys: {
@@ -1202,5 +1194,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1202
1194
  },
1203
1195
  param: 'isEnabled',
1204
1196
  defaultValue: false
1197
+ }),
1198
+ // Added 2025-12-18
1199
+ platform_synced_blocks_offline_check_for_block: (0, _experimentBuilders.createBooleanExperiment)({
1200
+ productKeys: {
1201
+ confluence: 'platform_synced_blocks_offline_check_for_block',
1202
+ jira: 'platform_synced_blocks_offline_check_for_block'
1203
+ },
1204
+ param: 'isEnabled',
1205
+ defaultValue: false
1205
1206
  })
1206
1207
  };
@@ -1014,14 +1014,6 @@ export const editorExperimentsConfig = {
1014
1014
  param: 'isEnabled',
1015
1015
  defaultValue: false
1016
1016
  }),
1017
- // Added 2025-10-15
1018
- platform_editor_new_mentions_detection_logic: createBooleanExperiment({
1019
- productKeys: {
1020
- confluence: 'platform_editor_new_mentions_detection_logic'
1021
- },
1022
- param: 'isEnabled',
1023
- defaultValue: false
1024
- }),
1025
1017
  // Added 2025-10-20
1026
1018
  confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
1027
1019
  productKeys: {
@@ -1196,5 +1188,14 @@ export const editorExperimentsConfig = {
1196
1188
  },
1197
1189
  param: 'isEnabled',
1198
1190
  defaultValue: false
1191
+ }),
1192
+ // Added 2025-12-18
1193
+ platform_synced_blocks_offline_check_for_block: createBooleanExperiment({
1194
+ productKeys: {
1195
+ confluence: 'platform_synced_blocks_offline_check_for_block',
1196
+ jira: 'platform_synced_blocks_offline_check_for_block'
1197
+ },
1198
+ param: 'isEnabled',
1199
+ defaultValue: false
1199
1200
  })
1200
1201
  };
@@ -1014,14 +1014,6 @@ export var editorExperimentsConfig = {
1014
1014
  param: 'isEnabled',
1015
1015
  defaultValue: false
1016
1016
  }),
1017
- // Added 2025-10-15
1018
- platform_editor_new_mentions_detection_logic: createBooleanExperiment({
1019
- productKeys: {
1020
- confluence: 'platform_editor_new_mentions_detection_logic'
1021
- },
1022
- param: 'isEnabled',
1023
- defaultValue: false
1024
- }),
1025
1017
  // Added 2025-10-20
1026
1018
  confluence_whiteboards_quick_insert_localised: createMultivariateExperiment({
1027
1019
  productKeys: {
@@ -1196,5 +1188,14 @@ export var editorExperimentsConfig = {
1196
1188
  },
1197
1189
  param: 'isEnabled',
1198
1190
  defaultValue: false
1191
+ }),
1192
+ // Added 2025-12-18
1193
+ platform_synced_blocks_offline_check_for_block: createBooleanExperiment({
1194
+ productKeys: {
1195
+ confluence: 'platform_synced_blocks_offline_check_for_block',
1196
+ jira: 'platform_synced_blocks_offline_check_for_block'
1197
+ },
1198
+ param: 'isEnabled',
1199
+ defaultValue: false
1199
1200
  })
1200
1201
  };
@@ -513,12 +513,6 @@ export declare const editorExperimentsConfig: {
513
513
  productKeys?: ProductKeys;
514
514
  typeGuard: IsBooleanType;
515
515
  };
516
- platform_editor_new_mentions_detection_logic: {
517
- defaultValue: boolean;
518
- param: string;
519
- productKeys?: ProductKeys;
520
- typeGuard: IsBooleanType;
521
- };
522
516
  platform_editor_no_cursor_on_edit_page_init: {
523
517
  defaultValue: boolean;
524
518
  param: string;
@@ -885,5 +879,11 @@ export declare const editorExperimentsConfig: {
885
879
  productKeys?: ProductKeys;
886
880
  typeGuard: IsBooleanType;
887
881
  };
882
+ platform_synced_blocks_offline_check_for_block: {
883
+ defaultValue: boolean;
884
+ param: string;
885
+ productKeys?: ProductKeys;
886
+ typeGuard: IsBooleanType;
887
+ };
888
888
  };
889
889
  export {};
@@ -513,12 +513,6 @@ export declare const editorExperimentsConfig: {
513
513
  productKeys?: ProductKeys;
514
514
  typeGuard: IsBooleanType;
515
515
  };
516
- platform_editor_new_mentions_detection_logic: {
517
- defaultValue: boolean;
518
- param: string;
519
- productKeys?: ProductKeys;
520
- typeGuard: IsBooleanType;
521
- };
522
516
  platform_editor_no_cursor_on_edit_page_init: {
523
517
  defaultValue: boolean;
524
518
  param: string;
@@ -885,5 +879,11 @@ export declare const editorExperimentsConfig: {
885
879
  productKeys?: ProductKeys;
886
880
  typeGuard: IsBooleanType;
887
881
  };
882
+ platform_synced_blocks_offline_check_for_block: {
883
+ defaultValue: boolean;
884
+ param: string;
885
+ productKeys?: ProductKeys;
886
+ typeGuard: IsBooleanType;
887
+ };
888
888
  };
889
889
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.0.0",
3
+ "version": "16.1.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",