@atlaskit/tmp-editor-statsig 151.0.0 → 153.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 153.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`698eb28037b8a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/698eb28037b8a) -
8
+ Clean up experiment `platform_editor_drag_handle_keyboard_a11y`
9
+
10
+ ## 152.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`70c05b380d08c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70c05b380d08c) -
15
+ Clean up experiment `platform_editor_blockquote_in_text_formatting_menu` as globally enabled.
16
+
3
17
  ## 151.0.0
4
18
 
5
19
  ### 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: {
@@ -1899,14 +1891,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1899
1891
  param: 'isEnabled',
1900
1892
  defaultValue: false
1901
1893
  }),
1902
- // Added 2026-04-08
1903
- platform_editor_drag_handle_keyboard_a11y: (0, _createBooleanExperiment.createBooleanExperiment)({
1904
- productKeys: {
1905
- confluence: 'platform_editor_drag_handle_keyboard_a11y'
1906
- },
1907
- param: 'isEnabled',
1908
- defaultValue: false
1909
- }),
1910
1894
  // Added 2026-04-01
1911
1895
  show_mentions_in_suggest_reply: (0, _createBooleanExperiment.createBooleanExperiment)({
1912
1896
  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: {
@@ -1893,14 +1885,6 @@ export const editorExperimentsConfig = {
1893
1885
  param: 'isEnabled',
1894
1886
  defaultValue: false
1895
1887
  }),
1896
- // Added 2026-04-08
1897
- platform_editor_drag_handle_keyboard_a11y: createBooleanExperiment({
1898
- productKeys: {
1899
- confluence: 'platform_editor_drag_handle_keyboard_a11y'
1900
- },
1901
- param: 'isEnabled',
1902
- defaultValue: false
1903
- }),
1904
1888
  // Added 2026-04-01
1905
1889
  show_mentions_in_suggest_reply: createBooleanExperiment({
1906
1890
  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: {
@@ -1893,14 +1885,6 @@ export var editorExperimentsConfig = {
1893
1885
  param: 'isEnabled',
1894
1886
  defaultValue: false
1895
1887
  }),
1896
- // Added 2026-04-08
1897
- platform_editor_drag_handle_keyboard_a11y: createBooleanExperiment({
1898
- productKeys: {
1899
- confluence: 'platform_editor_drag_handle_keyboard_a11y'
1900
- },
1901
- param: 'isEnabled',
1902
- defaultValue: false
1903
- }),
1904
1888
  // Added 2026-04-01
1905
1889
  show_mentions_in_suggest_reply: createBooleanExperiment({
1906
1890
  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;
@@ -1412,12 +1406,6 @@ export declare const editorExperimentsConfig: {
1412
1406
  productKeys?: ProductKeys;
1413
1407
  typeGuard: IsBooleanType;
1414
1408
  };
1415
- platform_editor_drag_handle_keyboard_a11y: {
1416
- defaultValue: boolean;
1417
- param: string;
1418
- productKeys?: ProductKeys;
1419
- typeGuard: IsBooleanType;
1420
- };
1421
1409
  show_mentions_in_suggest_reply: {
1422
1410
  defaultValue: boolean;
1423
1411
  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": "153.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",