@atlaskit/tmp-editor-statsig 15.6.0 → 15.7.1

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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 15.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d94330c37d126`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d94330c37d126) -
8
+ tidy up ff platform_editor_disable_table_overflow_shadows
9
+
10
+ ## 15.7.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`ef8a15fab8805`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef8a15fab8805) -
15
+ Remove platform_editor_renderer_breakout_fix experiment configuration
16
+
3
17
  ## 15.6.0
4
18
 
5
19
  ### Minor Changes
@@ -23,7 +23,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
23
23
  platform_inline_smartcard_connect_button_exp: 'control',
24
24
  confluence_content_mode_replace_dense_with_compact: 'control',
25
25
  cc_editor_insm_outlier_events: 'test',
26
- platform_editor_disable_table_overflow_shadows: 'control',
27
26
  platform_editor_hoverlink_ui_fixes_exp: 'control',
28
27
  platform_editor_table_sticky_header_improvements: 'control',
29
28
  platform_sl_3p_unauth_paste_as_block_card: 'control'
@@ -31,7 +30,6 @@ var testMultivariateOverrides = exports.testMultivariateOverrides = {
31
30
  var testBooleanOverrides = exports.testBooleanOverrides = {
32
31
  platform_editor_feedback_mandatory_rating: false,
33
32
  platform_editor_preview_panel_responsiveness: false,
34
- platform_editor_renderer_breakout_fix: false,
35
33
  platform_editor_toolbar_aifc: false,
36
34
  platform_editor_block_control_optimise_render: false,
37
35
  'test-new-experiments-package': false,
@@ -93,18 +93,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
93
93
  param: 'isEnabled',
94
94
  defaultValue: false
95
95
  }),
96
- // Added 2025-09-30
97
- // variant 1: remove table overflow shadows completely, no table border shown when scrolling.
98
- // variant 2: remove table overflow shadows, show table border when scrolling.
99
- // variant 3: replace table overflow shadows with CSS-only solution.
100
- platform_editor_disable_table_overflow_shadows: (0, _experimentBuilders.createMultivariateExperiment)({
101
- productKeys: {
102
- confluence: 'platform_editor_disable_table_overflow_shadows'
103
- },
104
- param: 'cohort',
105
- values: ['control', 'variant1', 'variant2', 'variant3'],
106
- defaultValue: 'control'
107
- }),
108
96
  // Added 2025-11-26
109
97
  platform_editor_resizer_styles_cleanup: (0, _experimentBuilders.createBooleanExperiment)({
110
98
  productKeys: {
@@ -645,13 +633,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
645
633
  defaultValue: false
646
634
  }),
647
635
  // 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
636
  // Added 2025-07-24
656
637
  editor_enghealth_hyperlink_toolbar_aria_values: (0, _experimentBuilders.createBooleanExperiment)({
657
638
  productKeys: {
@@ -17,7 +17,6 @@ export const testMultivariateOverrides = {
17
17
  platform_inline_smartcard_connect_button_exp: 'control',
18
18
  confluence_content_mode_replace_dense_with_compact: 'control',
19
19
  cc_editor_insm_outlier_events: 'test',
20
- platform_editor_disable_table_overflow_shadows: 'control',
21
20
  platform_editor_hoverlink_ui_fixes_exp: 'control',
22
21
  platform_editor_table_sticky_header_improvements: 'control',
23
22
  platform_sl_3p_unauth_paste_as_block_card: 'control'
@@ -25,7 +24,6 @@ export const testMultivariateOverrides = {
25
24
  export const testBooleanOverrides = {
26
25
  platform_editor_feedback_mandatory_rating: false,
27
26
  platform_editor_preview_panel_responsiveness: false,
28
- platform_editor_renderer_breakout_fix: false,
29
27
  platform_editor_toolbar_aifc: false,
30
28
  platform_editor_block_control_optimise_render: false,
31
29
  'test-new-experiments-package': false,
@@ -87,18 +87,6 @@ export const editorExperimentsConfig = {
87
87
  param: 'isEnabled',
88
88
  defaultValue: false
89
89
  }),
90
- // Added 2025-09-30
91
- // variant 1: remove table overflow shadows completely, no table border shown when scrolling.
92
- // variant 2: remove table overflow shadows, show table border when scrolling.
93
- // variant 3: replace table overflow shadows with CSS-only solution.
94
- platform_editor_disable_table_overflow_shadows: createMultivariateExperiment({
95
- productKeys: {
96
- confluence: 'platform_editor_disable_table_overflow_shadows'
97
- },
98
- param: 'cohort',
99
- values: ['control', 'variant1', 'variant2', 'variant3'],
100
- defaultValue: 'control'
101
- }),
102
90
  // Added 2025-11-26
103
91
  platform_editor_resizer_styles_cleanup: createBooleanExperiment({
104
92
  productKeys: {
@@ -639,13 +627,6 @@ export const editorExperimentsConfig = {
639
627
  defaultValue: false
640
628
  }),
641
629
  // 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
630
  // Added 2025-07-24
650
631
  editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
651
632
  productKeys: {
@@ -17,7 +17,6 @@ export var testMultivariateOverrides = {
17
17
  platform_inline_smartcard_connect_button_exp: 'control',
18
18
  confluence_content_mode_replace_dense_with_compact: 'control',
19
19
  cc_editor_insm_outlier_events: 'test',
20
- platform_editor_disable_table_overflow_shadows: 'control',
21
20
  platform_editor_hoverlink_ui_fixes_exp: 'control',
22
21
  platform_editor_table_sticky_header_improvements: 'control',
23
22
  platform_sl_3p_unauth_paste_as_block_card: 'control'
@@ -25,7 +24,6 @@ export var testMultivariateOverrides = {
25
24
  export var testBooleanOverrides = {
26
25
  platform_editor_feedback_mandatory_rating: false,
27
26
  platform_editor_preview_panel_responsiveness: false,
28
- platform_editor_renderer_breakout_fix: false,
29
27
  platform_editor_toolbar_aifc: false,
30
28
  platform_editor_block_control_optimise_render: false,
31
29
  'test-new-experiments-package': false,
@@ -87,18 +87,6 @@ export var editorExperimentsConfig = {
87
87
  param: 'isEnabled',
88
88
  defaultValue: false
89
89
  }),
90
- // Added 2025-09-30
91
- // variant 1: remove table overflow shadows completely, no table border shown when scrolling.
92
- // variant 2: remove table overflow shadows, show table border when scrolling.
93
- // variant 3: replace table overflow shadows with CSS-only solution.
94
- platform_editor_disable_table_overflow_shadows: createMultivariateExperiment({
95
- productKeys: {
96
- confluence: 'platform_editor_disable_table_overflow_shadows'
97
- },
98
- param: 'cohort',
99
- values: ['control', 'variant1', 'variant2', 'variant3'],
100
- defaultValue: 'control'
101
- }),
102
90
  // Added 2025-11-26
103
91
  platform_editor_resizer_styles_cleanup: createBooleanExperiment({
104
92
  productKeys: {
@@ -639,13 +627,6 @@ export var editorExperimentsConfig = {
639
627
  defaultValue: false
640
628
  }),
641
629
  // 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
630
  // Added 2025-07-24
650
631
  editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
651
632
  productKeys: {
@@ -346,13 +346,6 @@ export declare const editorExperimentsConfig: {
346
346
  productKeys?: ProductKeys;
347
347
  typeGuard: IsBooleanType;
348
348
  };
349
- platform_editor_disable_table_overflow_shadows: {
350
- defaultValue: 'control' | 'variant1' | 'variant2' | 'variant3';
351
- param: string;
352
- productKeys?: ProductKeys;
353
- typeGuard: (value: unknown) => value is 'control' | 'variant1' | 'variant2' | 'variant3';
354
- values: ('control' | 'variant1' | 'variant2' | 'variant3')[];
355
- };
356
349
  platform_editor_drag_handle_aria_label: {
357
350
  defaultValue: boolean;
358
351
  param: string;
@@ -630,12 +623,6 @@ export declare const editorExperimentsConfig: {
630
623
  productKeys?: ProductKeys;
631
624
  typeGuard: IsBooleanType;
632
625
  };
633
- platform_editor_renderer_breakout_fix: {
634
- defaultValue: boolean;
635
- param: string;
636
- productKeys?: ProductKeys;
637
- typeGuard: IsBooleanType;
638
- };
639
626
  platform_editor_renderer_extension_width_fix: {
640
627
  defaultValue: boolean;
641
628
  param: string;
@@ -346,13 +346,6 @@ export declare const editorExperimentsConfig: {
346
346
  productKeys?: ProductKeys;
347
347
  typeGuard: IsBooleanType;
348
348
  };
349
- platform_editor_disable_table_overflow_shadows: {
350
- defaultValue: 'control' | 'variant1' | 'variant2' | 'variant3';
351
- param: string;
352
- productKeys?: ProductKeys;
353
- typeGuard: (value: unknown) => value is 'control' | 'variant1' | 'variant2' | 'variant3';
354
- values: ('control' | 'variant1' | 'variant2' | 'variant3')[];
355
- };
356
349
  platform_editor_drag_handle_aria_label: {
357
350
  defaultValue: boolean;
358
351
  param: string;
@@ -630,12 +623,6 @@ export declare const editorExperimentsConfig: {
630
623
  productKeys?: ProductKeys;
631
624
  typeGuard: IsBooleanType;
632
625
  };
633
- platform_editor_renderer_breakout_fix: {
634
- defaultValue: boolean;
635
- param: string;
636
- productKeys?: ProductKeys;
637
- typeGuard: IsBooleanType;
638
- };
639
626
  platform_editor_renderer_extension_width_fix: {
640
627
  defaultValue: boolean;
641
628
  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.1",
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",