@atlaskit/tmp-editor-statsig 14.8.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,24 @@
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
+
10
+ ## 14.9.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`c7acfc11f076a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c7acfc11f076a) -
15
+ [https://hello.jira.atlassian.cloud/browse/EDITOR-3745](EDITOR-3745) - adopt EditorSSRRenderer to
16
+ ReactEditorView
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 14.8.0
4
23
 
5
24
  ### Minor Changes
@@ -302,6 +302,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
302
302
  param: 'isEnabled',
303
303
  defaultValue: false
304
304
  }),
305
+ platform_editor_ssr_renderer: (0, _experimentBuilders.createBooleanExperiment)({
306
+ productKeys: {
307
+ confluence: 'platform_editor_ssr_renderer'
308
+ },
309
+ param: 'isEnabled',
310
+ defaultValue: false
311
+ }),
305
312
  // Added 2025-01-13
306
313
  platform_editor_element_drag_and_drop_multiselect: (0, _experimentBuilders.createBooleanExperiment)({
307
314
  productKeys: {
@@ -442,14 +449,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
442
449
  param: 'isEnabled',
443
450
  defaultValue: false
444
451
  }),
445
- // Added 2025-08-14
446
- platform_editor_jira_advanced_code_blocks: (0, _experimentBuilders.createBooleanExperiment)({
447
- productKeys: {
448
- jira: 'platform_editor_jira_advanced_code_blocks'
449
- },
450
- param: 'isEnabled',
451
- defaultValue: false
452
- }),
453
452
  // Added 2025-07-08 - Jira work sync description comment summary
454
453
  'jira-work-sync-desc-comment-summary': (0, _experimentBuilders.createBooleanExperiment)({
455
454
  productKeys: {
@@ -296,6 +296,13 @@ export const editorExperimentsConfig = {
296
296
  param: 'isEnabled',
297
297
  defaultValue: false
298
298
  }),
299
+ platform_editor_ssr_renderer: createBooleanExperiment({
300
+ productKeys: {
301
+ confluence: 'platform_editor_ssr_renderer'
302
+ },
303
+ param: 'isEnabled',
304
+ defaultValue: false
305
+ }),
299
306
  // Added 2025-01-13
300
307
  platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
301
308
  productKeys: {
@@ -436,14 +443,6 @@ export const editorExperimentsConfig = {
436
443
  param: 'isEnabled',
437
444
  defaultValue: false
438
445
  }),
439
- // Added 2025-08-14
440
- platform_editor_jira_advanced_code_blocks: createBooleanExperiment({
441
- productKeys: {
442
- jira: 'platform_editor_jira_advanced_code_blocks'
443
- },
444
- param: 'isEnabled',
445
- defaultValue: false
446
- }),
447
446
  // Added 2025-07-08 - Jira work sync description comment summary
448
447
  'jira-work-sync-desc-comment-summary': createBooleanExperiment({
449
448
  productKeys: {
@@ -296,6 +296,13 @@ export var editorExperimentsConfig = {
296
296
  param: 'isEnabled',
297
297
  defaultValue: false
298
298
  }),
299
+ platform_editor_ssr_renderer: createBooleanExperiment({
300
+ productKeys: {
301
+ confluence: 'platform_editor_ssr_renderer'
302
+ },
303
+ param: 'isEnabled',
304
+ defaultValue: false
305
+ }),
299
306
  // Added 2025-01-13
300
307
  platform_editor_element_drag_and_drop_multiselect: createBooleanExperiment({
301
308
  productKeys: {
@@ -436,14 +443,6 @@ export var editorExperimentsConfig = {
436
443
  param: 'isEnabled',
437
444
  defaultValue: false
438
445
  }),
439
- // Added 2025-08-14
440
- platform_editor_jira_advanced_code_blocks: createBooleanExperiment({
441
- productKeys: {
442
- jira: 'platform_editor_jira_advanced_code_blocks'
443
- },
444
- param: 'isEnabled',
445
- defaultValue: false
446
- }),
447
446
  // Added 2025-07-08 - Jira work sync description comment summary
448
447
  'jira-work-sync-desc-comment-summary': createBooleanExperiment({
449
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;
@@ -666,6 +660,12 @@ export declare const editorExperimentsConfig: {
666
660
  productKeys?: ProductKeys;
667
661
  typeGuard: IsBooleanType;
668
662
  };
663
+ platform_editor_ssr_renderer: {
664
+ defaultValue: boolean;
665
+ param: string;
666
+ productKeys?: ProductKeys;
667
+ typeGuard: IsBooleanType;
668
+ };
669
669
  platform_editor_stop_width_reflows: {
670
670
  defaultValue: boolean;
671
671
  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;
@@ -666,6 +660,12 @@ export declare const editorExperimentsConfig: {
666
660
  productKeys?: ProductKeys;
667
661
  typeGuard: IsBooleanType;
668
662
  };
663
+ platform_editor_ssr_renderer: {
664
+ defaultValue: boolean;
665
+ param: string;
666
+ productKeys?: ProductKeys;
667
+ typeGuard: IsBooleanType;
668
+ };
669
669
  platform_editor_stop_width_reflows: {
670
670
  defaultValue: boolean;
671
671
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "14.8.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",