@atlaskit/tmp-editor-statsig 25.2.0 → 25.3.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
+ ## 25.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`51e44e38ee9cf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51e44e38ee9cf) -
8
+ Fix case where insert-after command crashes during streaming
9
+
3
10
  ## 25.2.0
4
11
 
5
12
  ### Minor Changes
@@ -1114,6 +1114,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1114
1114
  param: 'isEnabled',
1115
1115
  defaultValue: false
1116
1116
  }),
1117
+ // Added 2026-02-16
1118
+ platform_editor_ai_fix_insert_after_selection: (0, _experimentBuilders.createBooleanExperiment)({
1119
+ productKeys: {
1120
+ confluence: 'platform_editor_ai_fix_insert_after_selection'
1121
+ },
1122
+ param: 'isEnabled',
1123
+ defaultValue: false
1124
+ }),
1117
1125
  // Added 2026-01-15
1118
1126
  platform_editor_fix_advanced_codeblocks_crlf: (0, _experimentBuilders.createBooleanExperiment)({
1119
1127
  productKeys: {
@@ -1108,6 +1108,14 @@ export const editorExperimentsConfig = {
1108
1108
  param: 'isEnabled',
1109
1109
  defaultValue: false
1110
1110
  }),
1111
+ // Added 2026-02-16
1112
+ platform_editor_ai_fix_insert_after_selection: createBooleanExperiment({
1113
+ productKeys: {
1114
+ confluence: 'platform_editor_ai_fix_insert_after_selection'
1115
+ },
1116
+ param: 'isEnabled',
1117
+ defaultValue: false
1118
+ }),
1111
1119
  // Added 2026-01-15
1112
1120
  platform_editor_fix_advanced_codeblocks_crlf: createBooleanExperiment({
1113
1121
  productKeys: {
@@ -1108,6 +1108,14 @@ export var editorExperimentsConfig = {
1108
1108
  param: 'isEnabled',
1109
1109
  defaultValue: false
1110
1110
  }),
1111
+ // Added 2026-02-16
1112
+ platform_editor_ai_fix_insert_after_selection: createBooleanExperiment({
1113
+ productKeys: {
1114
+ confluence: 'platform_editor_ai_fix_insert_after_selection'
1115
+ },
1116
+ param: 'isEnabled',
1117
+ defaultValue: false
1118
+ }),
1111
1119
  // Added 2026-01-15
1112
1120
  platform_editor_fix_advanced_codeblocks_crlf: createBooleanExperiment({
1113
1121
  productKeys: {
@@ -947,6 +947,12 @@ export declare const editorExperimentsConfig: {
947
947
  productKeys?: ProductKeys;
948
948
  typeGuard: IsBooleanType;
949
949
  };
950
+ platform_editor_ai_fix_insert_after_selection: {
951
+ defaultValue: boolean;
952
+ param: string;
953
+ productKeys?: ProductKeys;
954
+ typeGuard: IsBooleanType;
955
+ };
950
956
  confluence_ttvc_inline_extensions: {
951
957
  defaultValue: boolean;
952
958
  param: string;
@@ -947,6 +947,12 @@ export declare const editorExperimentsConfig: {
947
947
  productKeys?: ProductKeys;
948
948
  typeGuard: IsBooleanType;
949
949
  };
950
+ platform_editor_ai_fix_insert_after_selection: {
951
+ defaultValue: boolean;
952
+ param: string;
953
+ productKeys?: ProductKeys;
954
+ typeGuard: IsBooleanType;
955
+ };
950
956
  confluence_ttvc_inline_extensions: {
951
957
  defaultValue: boolean;
952
958
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "25.2.0",
3
+ "version": "25.3.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",