@atlaskit/tmp-editor-statsig 14.9.0 → 15.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 15.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`8cf337169ee4b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8cf337169ee4b) -
8
+ Remove the jira advanced code blocks experiment
9
+
3
10
  ## 14.9.0
4
11
 
5
12
  ### Minor Changes
@@ -449,14 +449,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
449
449
  param: 'isEnabled',
450
450
  defaultValue: false
451
451
  }),
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
452
  // Added 2025-07-08 - Jira work sync description comment summary
461
453
  'jira-work-sync-desc-comment-summary': (0, _experimentBuilders.createBooleanExperiment)({
462
454
  productKeys: {
@@ -443,14 +443,6 @@ export const editorExperimentsConfig = {
443
443
  param: 'isEnabled',
444
444
  defaultValue: false
445
445
  }),
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
446
  // Added 2025-07-08 - Jira work sync description comment summary
455
447
  'jira-work-sync-desc-comment-summary': createBooleanExperiment({
456
448
  productKeys: {
@@ -443,14 +443,6 @@ export var editorExperimentsConfig = {
443
443
  param: 'isEnabled',
444
444
  defaultValue: false
445
445
  }),
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
446
  // Added 2025-07-08 - Jira work sync description comment summary
455
447
  'jira-work-sync-desc-comment-summary': createBooleanExperiment({
456
448
  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;
@@ -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;
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.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",