@atlaskit/tmp-editor-statsig 150.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,29 @@
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
+
10
+ ## 151.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - [`1eb42bae392d7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1eb42bae392d7) -
15
+ Clean up experiment `platform_editor_remove_bidi_char_warning`. Bidirectional character warnings
16
+ are no longer rendered in code blocks: `codeBidiWarningPlugin` is no longer registered by any
17
+ preset, and the renderer passes `hasBidiWarnings={false}` to `@atlaskit/code` code blocks. Bidi
18
+ warnings on inline `code` marks are unaffected.
19
+
20
+ `codeBidiWarning` has been removed from the plugin lists and plugin options of the Confluence
21
+ full-page, Confluence markdown, and Company Hub presets, so consumers no longer need to pass
22
+ `pluginOptions.codeBidiWarning` or `enabledOptionalPlugins.codeBidiWarning`.
23
+
24
+ `@atlaskit/editor-plugin-code-bidi-warning` is retained but now has no consumers; it is scheduled
25
+ for removal in a follow-up.
26
+
3
27
  ## 150.0.0
4
28
 
5
29
  ### 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: {
@@ -940,14 +932,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
940
932
  param: 'isEnabled',
941
933
  defaultValue: false
942
934
  }),
943
- // Added 2025-10-22
944
- platform_editor_remove_bidi_char_warning: (0, _createBooleanExperiment.createBooleanExperiment)({
945
- productKeys: {
946
- confluence: 'platform_editor_remove_bidi_char_warning'
947
- },
948
- param: 'isEnabled',
949
- defaultValue: false
950
- }),
951
935
  // Added 2025-10-27
952
936
  platform_editor_table_sticky_header_improvements: (0, _createMultivariateExperiment.createMultivariateExperiment)({
953
937
  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: {
@@ -934,14 +926,6 @@ export const editorExperimentsConfig = {
934
926
  param: 'isEnabled',
935
927
  defaultValue: false
936
928
  }),
937
- // Added 2025-10-22
938
- platform_editor_remove_bidi_char_warning: createBooleanExperiment({
939
- productKeys: {
940
- confluence: 'platform_editor_remove_bidi_char_warning'
941
- },
942
- param: 'isEnabled',
943
- defaultValue: false
944
- }),
945
929
  // Added 2025-10-27
946
930
  platform_editor_table_sticky_header_improvements: createMultivariateExperiment({
947
931
  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: {
@@ -934,14 +926,6 @@ export var editorExperimentsConfig = {
934
926
  param: 'isEnabled',
935
927
  defaultValue: false
936
928
  }),
937
- // Added 2025-10-22
938
- platform_editor_remove_bidi_char_warning: createBooleanExperiment({
939
- productKeys: {
940
- confluence: 'platform_editor_remove_bidi_char_warning'
941
- },
942
- param: 'isEnabled',
943
- defaultValue: false
944
- }),
945
929
  // Added 2025-10-27
946
930
  platform_editor_table_sticky_header_improvements: createMultivariateExperiment({
947
931
  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;
@@ -640,12 +634,6 @@ export declare const editorExperimentsConfig: {
640
634
  productKeys?: ProductKeys;
641
635
  typeGuard: IsBooleanType;
642
636
  };
643
- platform_editor_remove_bidi_char_warning: {
644
- defaultValue: boolean;
645
- param: string;
646
- productKeys?: ProductKeys;
647
- typeGuard: IsBooleanType;
648
- };
649
637
  platform_editor_renderer_extension_width_fix: {
650
638
  defaultValue: boolean;
651
639
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "150.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",