@atlaskit/tmp-editor-statsig 14.9.0 → 15.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 15.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`5935652291a5f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5935652291a5f) -
8
+ Remove platform_editor_table_drag_handle_hover experiment and enable hover behavior permanently
9
+
10
+ ## 15.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`8cf337169ee4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8cf337169ee4b) -
15
+ Remove the jira advanced code blocks experiment
16
+
3
17
  ## 14.9.0
4
18
 
5
19
  ### Minor Changes
@@ -179,14 +179,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
179
179
  param: 'isEnabled',
180
180
  defaultValue: false
181
181
  }),
182
- platform_editor_table_drag_handle_hover: (0, _experimentBuilders.createBooleanExperiment)({
183
- productKeys: {
184
- confluence: 'platform_editor_table_drag_handle_hover',
185
- jira: 'platform_editor_table_drag_handle_hover'
186
- },
187
- param: 'isEnabled',
188
- defaultValue: false
189
- }),
190
182
  // Added 2024-09-05
191
183
  support_table_in_comment: (0, _experimentBuilders.createBooleanExperiment)({
192
184
  productKeys: {
@@ -449,14 +441,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
449
441
  param: 'isEnabled',
450
442
  defaultValue: false
451
443
  }),
452
- // Added 2025-08-14
453
- platform_editor_jira_advanced_code_blocks: (0, _experimentBuilders.createBooleanExperiment)({
454
- productKeys: {
455
- jira: 'platform_editor_jira_advanced_code_blocks'
456
- },
457
- param: 'isEnabled',
458
- defaultValue: false
459
- }),
460
444
  // Added 2025-07-08 - Jira work sync description comment summary
461
445
  'jira-work-sync-desc-comment-summary': (0, _experimentBuilders.createBooleanExperiment)({
462
446
  productKeys: {
@@ -173,14 +173,6 @@ export const editorExperimentsConfig = {
173
173
  param: 'isEnabled',
174
174
  defaultValue: false
175
175
  }),
176
- platform_editor_table_drag_handle_hover: createBooleanExperiment({
177
- productKeys: {
178
- confluence: 'platform_editor_table_drag_handle_hover',
179
- jira: 'platform_editor_table_drag_handle_hover'
180
- },
181
- param: 'isEnabled',
182
- defaultValue: false
183
- }),
184
176
  // Added 2024-09-05
185
177
  support_table_in_comment: createBooleanExperiment({
186
178
  productKeys: {
@@ -443,14 +435,6 @@ export const editorExperimentsConfig = {
443
435
  param: 'isEnabled',
444
436
  defaultValue: false
445
437
  }),
446
- // Added 2025-08-14
447
- platform_editor_jira_advanced_code_blocks: createBooleanExperiment({
448
- productKeys: {
449
- jira: 'platform_editor_jira_advanced_code_blocks'
450
- },
451
- param: 'isEnabled',
452
- defaultValue: false
453
- }),
454
438
  // Added 2025-07-08 - Jira work sync description comment summary
455
439
  'jira-work-sync-desc-comment-summary': createBooleanExperiment({
456
440
  productKeys: {
@@ -173,14 +173,6 @@ export var editorExperimentsConfig = {
173
173
  param: 'isEnabled',
174
174
  defaultValue: false
175
175
  }),
176
- platform_editor_table_drag_handle_hover: createBooleanExperiment({
177
- productKeys: {
178
- confluence: 'platform_editor_table_drag_handle_hover',
179
- jira: 'platform_editor_table_drag_handle_hover'
180
- },
181
- param: 'isEnabled',
182
- defaultValue: false
183
- }),
184
176
  // Added 2024-09-05
185
177
  support_table_in_comment: createBooleanExperiment({
186
178
  productKeys: {
@@ -443,14 +435,6 @@ export var editorExperimentsConfig = {
443
435
  param: 'isEnabled',
444
436
  defaultValue: false
445
437
  }),
446
- // Added 2025-08-14
447
- platform_editor_jira_advanced_code_blocks: createBooleanExperiment({
448
- productKeys: {
449
- jira: 'platform_editor_jira_advanced_code_blocks'
450
- },
451
- param: 'isEnabled',
452
- defaultValue: false
453
- }),
454
438
  // Added 2025-07-08 - Jira work sync description comment summary
455
439
  'jira-work-sync-desc-comment-summary': createBooleanExperiment({
456
440
  productKeys: {
@@ -462,12 +462,6 @@ export declare const editorExperimentsConfig: {
462
462
  productKeys?: ProductKeys;
463
463
  typeGuard: IsBooleanType;
464
464
  };
465
- platform_editor_jira_advanced_code_blocks: {
466
- defaultValue: boolean;
467
- param: string;
468
- productKeys?: ProductKeys;
469
- typeGuard: IsBooleanType;
470
- };
471
465
  platform_editor_locale_datepicker: {
472
466
  defaultValue: boolean;
473
467
  param: string;
@@ -678,12 +672,6 @@ export declare const editorExperimentsConfig: {
678
672
  productKeys?: ProductKeys;
679
673
  typeGuard: IsBooleanType;
680
674
  };
681
- platform_editor_table_drag_handle_hover: {
682
- defaultValue: boolean;
683
- param: string;
684
- productKeys?: ProductKeys;
685
- typeGuard: IsBooleanType;
686
- };
687
675
  platform_editor_table_sticky_header_improvements: {
688
676
  defaultValue: 'control' | 'test_with_overflow' | 'test_without_overflow';
689
677
  param: string;
@@ -462,12 +462,6 @@ export declare const editorExperimentsConfig: {
462
462
  productKeys?: ProductKeys;
463
463
  typeGuard: IsBooleanType;
464
464
  };
465
- platform_editor_jira_advanced_code_blocks: {
466
- defaultValue: boolean;
467
- param: string;
468
- productKeys?: ProductKeys;
469
- typeGuard: IsBooleanType;
470
- };
471
465
  platform_editor_locale_datepicker: {
472
466
  defaultValue: boolean;
473
467
  param: string;
@@ -678,12 +672,6 @@ export declare const editorExperimentsConfig: {
678
672
  productKeys?: ProductKeys;
679
673
  typeGuard: IsBooleanType;
680
674
  };
681
- platform_editor_table_drag_handle_hover: {
682
- defaultValue: boolean;
683
- param: string;
684
- productKeys?: ProductKeys;
685
- typeGuard: IsBooleanType;
686
- };
687
675
  platform_editor_table_sticky_header_improvements: {
688
676
  defaultValue: 'control' | 'test_with_overflow' | 'test_without_overflow';
689
677
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "14.9.0",
3
+ "version": "15.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",