@atlaskit/tmp-editor-statsig 126.4.0 → 127.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,23 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 127.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`34d8700aa0e77`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/34d8700aa0e77) -
8
+ [EDITOR-8131] register new experiment platform_editor_add_breakout_marks_on_page_load
9
+
10
+ ## 127.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`7b4e494f9adb1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b4e494f9adb1) -
15
+ Clean up experiment `platform_editor_comment_rovoinlinechat_improvement` (permanently enabled).
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 126.4.0
4
22
 
5
23
  ### Minor Changes
@@ -1265,13 +1265,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1265
1265
  param: 'isEnabled',
1266
1266
  defaultValue: false
1267
1267
  }),
1268
- platform_editor_comment_rovoinlinechat_improvement: (0, _experimentBuilders.createBooleanExperiment)({
1269
- productKeys: {
1270
- confluence: 'platform_editor_comment_rovoinlinechat_improvement'
1271
- },
1272
- param: 'isEnabled',
1273
- defaultValue: false
1274
- }),
1275
1268
  confluence_ttvc_inline_extensions: (0, _experimentBuilders.createBooleanExperiment)({
1276
1269
  productKeys: {
1277
1270
  confluence: 'confluence_ttvc_inline_extensions'
@@ -2443,6 +2436,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
2443
2436
  param: 'isEnabled',
2444
2437
  defaultValue: false
2445
2438
  }),
2439
+ // Added 2026-07-16
2440
+ platform_editor_add_breakout_marks_on_page_load: (0, _experimentBuilders.createBooleanExperiment)({
2441
+ productKeys: {
2442
+ confluence: 'platform_editor_add_breakout_marks_on_page_load'
2443
+ },
2444
+ param: 'isEnabled',
2445
+ defaultValue: false
2446
+ }),
2446
2447
  // Added 2026-06-23
2447
2448
  'aifc-confluence-editor-csp-fix': (0, _experimentBuilders.createBooleanExperiment)({
2448
2449
  productKeys: {
@@ -1259,13 +1259,6 @@ export const editorExperimentsConfig = {
1259
1259
  param: 'isEnabled',
1260
1260
  defaultValue: false
1261
1261
  }),
1262
- platform_editor_comment_rovoinlinechat_improvement: createBooleanExperiment({
1263
- productKeys: {
1264
- confluence: 'platform_editor_comment_rovoinlinechat_improvement'
1265
- },
1266
- param: 'isEnabled',
1267
- defaultValue: false
1268
- }),
1269
1262
  confluence_ttvc_inline_extensions: createBooleanExperiment({
1270
1263
  productKeys: {
1271
1264
  confluence: 'confluence_ttvc_inline_extensions'
@@ -2437,6 +2430,14 @@ export const editorExperimentsConfig = {
2437
2430
  param: 'isEnabled',
2438
2431
  defaultValue: false
2439
2432
  }),
2433
+ // Added 2026-07-16
2434
+ platform_editor_add_breakout_marks_on_page_load: createBooleanExperiment({
2435
+ productKeys: {
2436
+ confluence: 'platform_editor_add_breakout_marks_on_page_load'
2437
+ },
2438
+ param: 'isEnabled',
2439
+ defaultValue: false
2440
+ }),
2440
2441
  // Added 2026-06-23
2441
2442
  'aifc-confluence-editor-csp-fix': createBooleanExperiment({
2442
2443
  productKeys: {
@@ -1259,13 +1259,6 @@ export var editorExperimentsConfig = {
1259
1259
  param: 'isEnabled',
1260
1260
  defaultValue: false
1261
1261
  }),
1262
- platform_editor_comment_rovoinlinechat_improvement: createBooleanExperiment({
1263
- productKeys: {
1264
- confluence: 'platform_editor_comment_rovoinlinechat_improvement'
1265
- },
1266
- param: 'isEnabled',
1267
- defaultValue: false
1268
- }),
1269
1262
  confluence_ttvc_inline_extensions: createBooleanExperiment({
1270
1263
  productKeys: {
1271
1264
  confluence: 'confluence_ttvc_inline_extensions'
@@ -2437,6 +2430,14 @@ export var editorExperimentsConfig = {
2437
2430
  param: 'isEnabled',
2438
2431
  defaultValue: false
2439
2432
  }),
2433
+ // Added 2026-07-16
2434
+ platform_editor_add_breakout_marks_on_page_load: createBooleanExperiment({
2435
+ productKeys: {
2436
+ confluence: 'platform_editor_add_breakout_marks_on_page_load'
2437
+ },
2438
+ param: 'isEnabled',
2439
+ defaultValue: false
2440
+ }),
2440
2441
  // Added 2026-06-23
2441
2442
  'aifc-confluence-editor-csp-fix': createBooleanExperiment({
2442
2443
  productKeys: {
@@ -901,12 +901,6 @@ export declare const editorExperimentsConfig: {
901
901
  productKeys?: ProductKeys;
902
902
  typeGuard: IsBooleanType;
903
903
  };
904
- platform_editor_comment_rovoinlinechat_improvement: {
905
- defaultValue: boolean;
906
- param: string;
907
- productKeys?: ProductKeys;
908
- typeGuard: IsBooleanType;
909
- };
910
904
  platform_editor_fix_cross_origin_editor_focus: {
911
905
  defaultValue: boolean;
912
906
  param: string;
@@ -1781,6 +1775,12 @@ export declare const editorExperimentsConfig: {
1781
1775
  productKeys?: ProductKeys;
1782
1776
  typeGuard: IsBooleanType;
1783
1777
  };
1778
+ platform_editor_add_breakout_marks_on_page_load: {
1779
+ defaultValue: boolean;
1780
+ param: string;
1781
+ productKeys?: ProductKeys;
1782
+ typeGuard: IsBooleanType;
1783
+ };
1784
1784
  'aifc-confluence-editor-csp-fix': {
1785
1785
  defaultValue: boolean;
1786
1786
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "126.4.0",
3
+ "version": "127.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",