@atlaskit/tmp-editor-statsig 46.2.0 → 48.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,25 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 48.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`c076c3169e9a4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c076c3169e9a4) -
8
+ EDITOR-6146: Clean up unused platform_editor_ai_suggestions (migrated to
9
+ platform_editor_ai_content_suggested_edits)
10
+
11
+ ## 47.0.0
12
+
13
+ ### Major Changes
14
+
15
+ - [`369e414179c61`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/369e414179c61) -
16
+ Cleanup feature flag platform_editor_fix_gapcursor_on_paste. The fix for gapcursor on paste is now
17
+ enabled by default.
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 46.2.0
4
24
 
5
25
  ### Minor Changes
@@ -1331,15 +1331,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1331
1331
  param: 'isEnabled',
1332
1332
  defaultValue: false
1333
1333
  }),
1334
- // Added 2026-02-02
1335
- platform_editor_fix_gapcursor_on_paste: (0, _experimentBuilders.createBooleanExperiment)({
1336
- productKeys: {
1337
- confluence: 'platform_editor_fix_gapcursor_on_paste',
1338
- jira: 'platform_editor_fix_gapcursor_on_paste'
1339
- },
1340
- param: 'isEnabled',
1341
- defaultValue: false
1342
- }),
1343
1334
  confluence_ttvc_inline_extensions: (0, _experimentBuilders.createBooleanExperiment)({
1344
1335
  productKeys: {
1345
1336
  confluence: 'confluence_ttvc_inline_extensions'
@@ -1412,14 +1403,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1412
1403
  param: 'isEnabled',
1413
1404
  defaultValue: false
1414
1405
  }),
1415
- // Added 2026-02-10
1416
- platform_editor_ai_suggestions: (0, _experimentBuilders.createBooleanExperiment)({
1417
- productKeys: {
1418
- confluence: 'platform_editor_ai_suggestions'
1419
- },
1420
- param: 'isEnabled',
1421
- defaultValue: false
1422
- }),
1423
1406
  // Added 2026-02-12
1424
1407
  platform_editor_bodiedextension_layoutshift_fix: (0, _experimentBuilders.createBooleanExperiment)({
1425
1408
  productKeys: {
@@ -1325,15 +1325,6 @@ export const editorExperimentsConfig = {
1325
1325
  param: 'isEnabled',
1326
1326
  defaultValue: false
1327
1327
  }),
1328
- // Added 2026-02-02
1329
- platform_editor_fix_gapcursor_on_paste: createBooleanExperiment({
1330
- productKeys: {
1331
- confluence: 'platform_editor_fix_gapcursor_on_paste',
1332
- jira: 'platform_editor_fix_gapcursor_on_paste'
1333
- },
1334
- param: 'isEnabled',
1335
- defaultValue: false
1336
- }),
1337
1328
  confluence_ttvc_inline_extensions: createBooleanExperiment({
1338
1329
  productKeys: {
1339
1330
  confluence: 'confluence_ttvc_inline_extensions'
@@ -1406,14 +1397,6 @@ export const editorExperimentsConfig = {
1406
1397
  param: 'isEnabled',
1407
1398
  defaultValue: false
1408
1399
  }),
1409
- // Added 2026-02-10
1410
- platform_editor_ai_suggestions: createBooleanExperiment({
1411
- productKeys: {
1412
- confluence: 'platform_editor_ai_suggestions'
1413
- },
1414
- param: 'isEnabled',
1415
- defaultValue: false
1416
- }),
1417
1400
  // Added 2026-02-12
1418
1401
  platform_editor_bodiedextension_layoutshift_fix: createBooleanExperiment({
1419
1402
  productKeys: {
@@ -1325,15 +1325,6 @@ export var editorExperimentsConfig = {
1325
1325
  param: 'isEnabled',
1326
1326
  defaultValue: false
1327
1327
  }),
1328
- // Added 2026-02-02
1329
- platform_editor_fix_gapcursor_on_paste: createBooleanExperiment({
1330
- productKeys: {
1331
- confluence: 'platform_editor_fix_gapcursor_on_paste',
1332
- jira: 'platform_editor_fix_gapcursor_on_paste'
1333
- },
1334
- param: 'isEnabled',
1335
- defaultValue: false
1336
- }),
1337
1328
  confluence_ttvc_inline_extensions: createBooleanExperiment({
1338
1329
  productKeys: {
1339
1330
  confluence: 'confluence_ttvc_inline_extensions'
@@ -1406,14 +1397,6 @@ export var editorExperimentsConfig = {
1406
1397
  param: 'isEnabled',
1407
1398
  defaultValue: false
1408
1399
  }),
1409
- // Added 2026-02-10
1410
- platform_editor_ai_suggestions: createBooleanExperiment({
1411
- productKeys: {
1412
- confluence: 'platform_editor_ai_suggestions'
1413
- },
1414
- param: 'isEnabled',
1415
- defaultValue: false
1416
- }),
1417
1400
  // Added 2026-02-12
1418
1401
  platform_editor_bodiedextension_layoutshift_fix: createBooleanExperiment({
1419
1402
  productKeys: {
@@ -971,12 +971,6 @@ export declare const editorExperimentsConfig: {
971
971
  productKeys?: ProductKeys;
972
972
  typeGuard: IsBooleanType;
973
973
  };
974
- platform_editor_fix_gapcursor_on_paste: {
975
- defaultValue: boolean;
976
- param: string;
977
- productKeys?: ProductKeys;
978
- typeGuard: IsBooleanType;
979
- };
980
974
  platform_editor_ai_fix_insert_after_selection: {
981
975
  defaultValue: boolean;
982
976
  param: string;
@@ -1038,12 +1032,6 @@ export declare const editorExperimentsConfig: {
1038
1032
  productKeys?: ProductKeys;
1039
1033
  typeGuard: IsBooleanType;
1040
1034
  };
1041
- platform_editor_ai_suggestions: {
1042
- defaultValue: boolean;
1043
- param: string;
1044
- productKeys?: ProductKeys;
1045
- typeGuard: IsBooleanType;
1046
- };
1047
1035
  platform_editor_bodiedextension_layoutshift_fix: {
1048
1036
  defaultValue: boolean;
1049
1037
  param: string;
@@ -971,12 +971,6 @@ export declare const editorExperimentsConfig: {
971
971
  productKeys?: ProductKeys;
972
972
  typeGuard: IsBooleanType;
973
973
  };
974
- platform_editor_fix_gapcursor_on_paste: {
975
- defaultValue: boolean;
976
- param: string;
977
- productKeys?: ProductKeys;
978
- typeGuard: IsBooleanType;
979
- };
980
974
  platform_editor_ai_fix_insert_after_selection: {
981
975
  defaultValue: boolean;
982
976
  param: string;
@@ -1038,12 +1032,6 @@ export declare const editorExperimentsConfig: {
1038
1032
  productKeys?: ProductKeys;
1039
1033
  typeGuard: IsBooleanType;
1040
1034
  };
1041
- platform_editor_ai_suggestions: {
1042
- defaultValue: boolean;
1043
- param: string;
1044
- productKeys?: ProductKeys;
1045
- typeGuard: IsBooleanType;
1046
- };
1047
1035
  platform_editor_bodiedextension_layoutshift_fix: {
1048
1036
  defaultValue: boolean;
1049
1037
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "46.2.0",
3
+ "version": "48.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",