@atlaskit/tmp-editor-statsig 15.6.0 → 15.7.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
+ ## 15.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`ef8a15fab8805`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef8a15fab8805) -
8
+ Remove platform_editor_renderer_breakout_fix experiment configuration
9
+
3
10
  ## 15.6.0
4
11
 
5
12
  ### Minor Changes
@@ -31,7 +31,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
31
31
  var testBooleanOverrides = exports.testBooleanOverrides = {
32
32
  platform_editor_feedback_mandatory_rating: false,
33
33
  platform_editor_preview_panel_responsiveness: false,
34
- platform_editor_renderer_breakout_fix: false,
35
34
  platform_editor_toolbar_aifc: false,
36
35
  platform_editor_block_control_optimise_render: false,
37
36
  'test-new-experiments-package': false,
@@ -645,13 +645,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
645
645
  defaultValue: false
646
646
  }),
647
647
  // Added 2025-07-23
648
- platform_editor_renderer_breakout_fix: (0, _experimentBuilders.createBooleanExperiment)({
649
- productKeys: {
650
- confluence: 'platform_editor_renderer_breakout_fix'
651
- },
652
- param: 'isEnabled',
653
- defaultValue: false
654
- }),
655
648
  // Added 2025-07-24
656
649
  editor_enghealth_hyperlink_toolbar_aria_values: (0, _experimentBuilders.createBooleanExperiment)({
657
650
  productKeys: {
@@ -25,7 +25,6 @@ export const testMultivariateOverrides = {
25
25
  export const testBooleanOverrides = {
26
26
  platform_editor_feedback_mandatory_rating: false,
27
27
  platform_editor_preview_panel_responsiveness: false,
28
- platform_editor_renderer_breakout_fix: false,
29
28
  platform_editor_toolbar_aifc: false,
30
29
  platform_editor_block_control_optimise_render: false,
31
30
  'test-new-experiments-package': false,
@@ -639,13 +639,6 @@ export const editorExperimentsConfig = {
639
639
  defaultValue: false
640
640
  }),
641
641
  // Added 2025-07-23
642
- platform_editor_renderer_breakout_fix: createBooleanExperiment({
643
- productKeys: {
644
- confluence: 'platform_editor_renderer_breakout_fix'
645
- },
646
- param: 'isEnabled',
647
- defaultValue: false
648
- }),
649
642
  // Added 2025-07-24
650
643
  editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
651
644
  productKeys: {
@@ -25,7 +25,6 @@ export var testMultivariateOverrides = {
25
25
  export var testBooleanOverrides = {
26
26
  platform_editor_feedback_mandatory_rating: false,
27
27
  platform_editor_preview_panel_responsiveness: false,
28
- platform_editor_renderer_breakout_fix: false,
29
28
  platform_editor_toolbar_aifc: false,
30
29
  platform_editor_block_control_optimise_render: false,
31
30
  'test-new-experiments-package': false,
@@ -639,13 +639,6 @@ export var editorExperimentsConfig = {
639
639
  defaultValue: false
640
640
  }),
641
641
  // Added 2025-07-23
642
- platform_editor_renderer_breakout_fix: createBooleanExperiment({
643
- productKeys: {
644
- confluence: 'platform_editor_renderer_breakout_fix'
645
- },
646
- param: 'isEnabled',
647
- defaultValue: false
648
- }),
649
642
  // Added 2025-07-24
650
643
  editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
651
644
  productKeys: {
@@ -630,12 +630,6 @@ export declare const editorExperimentsConfig: {
630
630
  productKeys?: ProductKeys;
631
631
  typeGuard: IsBooleanType;
632
632
  };
633
- platform_editor_renderer_breakout_fix: {
634
- defaultValue: boolean;
635
- param: string;
636
- productKeys?: ProductKeys;
637
- typeGuard: IsBooleanType;
638
- };
639
633
  platform_editor_renderer_extension_width_fix: {
640
634
  defaultValue: boolean;
641
635
  param: string;
@@ -630,12 +630,6 @@ export declare const editorExperimentsConfig: {
630
630
  productKeys?: ProductKeys;
631
631
  typeGuard: IsBooleanType;
632
632
  };
633
- platform_editor_renderer_breakout_fix: {
634
- defaultValue: boolean;
635
- param: string;
636
- productKeys?: ProductKeys;
637
- typeGuard: IsBooleanType;
638
- };
639
633
  platform_editor_renderer_extension_width_fix: {
640
634
  defaultValue: boolean;
641
635
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "15.6.0",
3
+ "version": "15.7.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",