@atlaskit/tmp-editor-statsig 151.0.0 → 152.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
+ ## 152.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`70c05b380d08c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70c05b380d08c) -
8
+ Clean up experiment `platform_editor_blockquote_in_text_formatting_menu` as globally enabled.
9
+
3
10
  ## 151.0.0
4
11
 
5
12
  ### Major Changes
@@ -40,7 +40,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
40
40
  advanced_layouts: false,
41
41
  single_column_layouts: false,
42
42
  platform_editor_ai_unsplash_page_header: false,
43
- platform_editor_blockquote_in_text_formatting_menu: false,
44
43
  platform_editor_ai_edit_response_in_preview: false,
45
44
  platform_editor_offline_editing_web: false,
46
45
  platform_editor_tables_table_selector: false,
@@ -469,14 +469,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
469
469
  param: 'isEnabled',
470
470
  defaultValue: false
471
471
  }),
472
- // Added 2024-12-05
473
- platform_editor_blockquote_in_text_formatting_menu: (0, _createBooleanExperiment.createBooleanExperiment)({
474
- productKeys: {
475
- confluence: 'platform_editor_blockquote_in_text_formatting_menu'
476
- },
477
- param: 'isEnabled',
478
- defaultValue: false
479
- }),
480
472
  // Added 2025-01-19
481
473
  platform_editor_ai_edit_response_in_preview: (0, _createBooleanExperiment.createBooleanExperiment)({
482
474
  productKeys: {
@@ -34,7 +34,6 @@ export const testBooleanOverrides = {
34
34
  advanced_layouts: false,
35
35
  single_column_layouts: false,
36
36
  platform_editor_ai_unsplash_page_header: false,
37
- platform_editor_blockquote_in_text_formatting_menu: false,
38
37
  platform_editor_ai_edit_response_in_preview: false,
39
38
  platform_editor_offline_editing_web: false,
40
39
  platform_editor_tables_table_selector: false,
@@ -463,14 +463,6 @@ export const editorExperimentsConfig = {
463
463
  param: 'isEnabled',
464
464
  defaultValue: false
465
465
  }),
466
- // Added 2024-12-05
467
- platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
468
- productKeys: {
469
- confluence: 'platform_editor_blockquote_in_text_formatting_menu'
470
- },
471
- param: 'isEnabled',
472
- defaultValue: false
473
- }),
474
466
  // Added 2025-01-19
475
467
  platform_editor_ai_edit_response_in_preview: createBooleanExperiment({
476
468
  productKeys: {
@@ -34,7 +34,6 @@ export var testBooleanOverrides = {
34
34
  advanced_layouts: false,
35
35
  single_column_layouts: false,
36
36
  platform_editor_ai_unsplash_page_header: false,
37
- platform_editor_blockquote_in_text_formatting_menu: false,
38
37
  platform_editor_ai_edit_response_in_preview: false,
39
38
  platform_editor_offline_editing_web: false,
40
39
  platform_editor_tables_table_selector: false,
@@ -463,14 +463,6 @@ export var editorExperimentsConfig = {
463
463
  param: 'isEnabled',
464
464
  defaultValue: false
465
465
  }),
466
- // Added 2024-12-05
467
- platform_editor_blockquote_in_text_formatting_menu: createBooleanExperiment({
468
- productKeys: {
469
- confluence: 'platform_editor_blockquote_in_text_formatting_menu'
470
- },
471
- param: 'isEnabled',
472
- defaultValue: false
473
- }),
474
466
  // Added 2025-01-19
475
467
  platform_editor_ai_edit_response_in_preview: createBooleanExperiment({
476
468
  productKeys: {
@@ -399,12 +399,6 @@ export declare const editorExperimentsConfig: {
399
399
  productKeys?: ProductKeys;
400
400
  typeGuard: IsBooleanType;
401
401
  };
402
- platform_editor_blockquote_in_text_formatting_menu: {
403
- defaultValue: boolean;
404
- param: string;
405
- productKeys?: ProductKeys;
406
- typeGuard: IsBooleanType;
407
- };
408
402
  platform_editor_blocktaskitem_node_tenantid: {
409
403
  defaultValue: boolean;
410
404
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "151.0.0",
3
+ "version": "152.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",