@atlaskit/tmp-editor-statsig 16.22.0 → 16.23.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 16.23.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`e91ea1cbba89a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e91ea1cbba89a) -
8
+ JRACLOUD-96830: Fix navigating and editing codeblocks with CRLF new lines.
9
+
3
10
  ## 16.22.0
4
11
 
5
12
  ### Minor Changes
@@ -1216,6 +1216,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1216
1216
  param: 'isEnabled',
1217
1217
  defaultValue: false
1218
1218
  }),
1219
+ // Added 2026-01-15
1220
+ platform_editor_fix_advanced_codeblocks_crlf: (0, _experimentBuilders.createBooleanExperiment)({
1221
+ productKeys: {
1222
+ confluence: 'platform_editor_fix_advanced_codeblocks_crlf'
1223
+ },
1224
+ param: 'isEnabled',
1225
+ defaultValue: false
1226
+ }),
1219
1227
  // Added 2026-01-08
1220
1228
  platform_editor_focus_on_chromeless_editor: (0, _experimentBuilders.createBooleanExperiment)({
1221
1229
  productKeys: {
@@ -1223,5 +1231,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1223
1231
  },
1224
1232
  param: 'isEnabled',
1225
1233
  defaultValue: false
1234
+ }),
1235
+ // Added 2025-01-15
1236
+ platform_editor_table_toolbar_icon_ext_fix_exp: (0, _experimentBuilders.createBooleanExperiment)({
1237
+ productKeys: {
1238
+ confluence: 'platform_editor_table_toolbar_icon_ext_fix_exp'
1239
+ },
1240
+ param: 'isEnabled',
1241
+ defaultValue: false
1226
1242
  })
1227
1243
  };
@@ -1210,6 +1210,14 @@ export const editorExperimentsConfig = {
1210
1210
  param: 'isEnabled',
1211
1211
  defaultValue: false
1212
1212
  }),
1213
+ // Added 2026-01-15
1214
+ platform_editor_fix_advanced_codeblocks_crlf: createBooleanExperiment({
1215
+ productKeys: {
1216
+ confluence: 'platform_editor_fix_advanced_codeblocks_crlf'
1217
+ },
1218
+ param: 'isEnabled',
1219
+ defaultValue: false
1220
+ }),
1213
1221
  // Added 2026-01-08
1214
1222
  platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
1215
1223
  productKeys: {
@@ -1217,5 +1225,13 @@ export const editorExperimentsConfig = {
1217
1225
  },
1218
1226
  param: 'isEnabled',
1219
1227
  defaultValue: false
1228
+ }),
1229
+ // Added 2025-01-15
1230
+ platform_editor_table_toolbar_icon_ext_fix_exp: createBooleanExperiment({
1231
+ productKeys: {
1232
+ confluence: 'platform_editor_table_toolbar_icon_ext_fix_exp'
1233
+ },
1234
+ param: 'isEnabled',
1235
+ defaultValue: false
1220
1236
  })
1221
1237
  };
@@ -1210,6 +1210,14 @@ export var editorExperimentsConfig = {
1210
1210
  param: 'isEnabled',
1211
1211
  defaultValue: false
1212
1212
  }),
1213
+ // Added 2026-01-15
1214
+ platform_editor_fix_advanced_codeblocks_crlf: createBooleanExperiment({
1215
+ productKeys: {
1216
+ confluence: 'platform_editor_fix_advanced_codeblocks_crlf'
1217
+ },
1218
+ param: 'isEnabled',
1219
+ defaultValue: false
1220
+ }),
1213
1221
  // Added 2026-01-08
1214
1222
  platform_editor_focus_on_chromeless_editor: createBooleanExperiment({
1215
1223
  productKeys: {
@@ -1217,5 +1225,13 @@ export var editorExperimentsConfig = {
1217
1225
  },
1218
1226
  param: 'isEnabled',
1219
1227
  defaultValue: false
1228
+ }),
1229
+ // Added 2025-01-15
1230
+ platform_editor_table_toolbar_icon_ext_fix_exp: createBooleanExperiment({
1231
+ productKeys: {
1232
+ confluence: 'platform_editor_table_toolbar_icon_ext_fix_exp'
1233
+ },
1234
+ param: 'isEnabled',
1235
+ defaultValue: false
1220
1236
  })
1221
1237
  };
@@ -890,6 +890,12 @@ export declare const editorExperimentsConfig: {
890
890
  productKeys?: ProductKeys;
891
891
  typeGuard: IsBooleanType;
892
892
  };
893
+ platform_editor_fix_advanced_codeblocks_crlf: {
894
+ defaultValue: boolean;
895
+ param: string;
896
+ productKeys?: ProductKeys;
897
+ typeGuard: IsBooleanType;
898
+ };
893
899
  platform_editor_table_sticky_header_patch_11: {
894
900
  defaultValue: boolean;
895
901
  param: string;
@@ -902,5 +908,11 @@ export declare const editorExperimentsConfig: {
902
908
  productKeys?: ProductKeys;
903
909
  typeGuard: IsBooleanType;
904
910
  };
911
+ platform_editor_table_toolbar_icon_ext_fix_exp: {
912
+ defaultValue: boolean;
913
+ param: string;
914
+ productKeys?: ProductKeys;
915
+ typeGuard: IsBooleanType;
916
+ };
905
917
  };
906
918
  export {};
@@ -890,6 +890,12 @@ export declare const editorExperimentsConfig: {
890
890
  productKeys?: ProductKeys;
891
891
  typeGuard: IsBooleanType;
892
892
  };
893
+ platform_editor_fix_advanced_codeblocks_crlf: {
894
+ defaultValue: boolean;
895
+ param: string;
896
+ productKeys?: ProductKeys;
897
+ typeGuard: IsBooleanType;
898
+ };
893
899
  platform_editor_table_sticky_header_patch_11: {
894
900
  defaultValue: boolean;
895
901
  param: string;
@@ -902,5 +908,11 @@ export declare const editorExperimentsConfig: {
902
908
  productKeys?: ProductKeys;
903
909
  typeGuard: IsBooleanType;
904
910
  };
911
+ platform_editor_table_toolbar_icon_ext_fix_exp: {
912
+ defaultValue: boolean;
913
+ param: string;
914
+ productKeys?: ProductKeys;
915
+ typeGuard: IsBooleanType;
916
+ };
905
917
  };
906
918
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "16.22.0",
3
+ "version": "16.23.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",