@atlaskit/tmp-editor-statsig 14.1.0 → 14.1.2

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
+ ## 14.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`01a138be1a16d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/01a138be1a16d) -
8
+ Clean up platform_editor_block_menu_expand_format
9
+
10
+ ## 14.1.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [`41a91a916c125`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/41a91a916c125) -
15
+ EDITOR-2846 Change platform_synced_block to use editorExperiment and add Jira experiment
16
+
3
17
  ## 14.1.0
4
18
 
5
19
  ### Minor Changes
@@ -810,7 +810,8 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
810
810
  // Added 2025-08-10
811
811
  platform_synced_block: (0, _experimentBuilders.createBooleanExperiment)({
812
812
  productKeys: {
813
- confluence: 'platform_synced_block'
813
+ confluence: 'platform_synced_block',
814
+ jira: 'platform_synced_block_jira'
814
815
  },
815
816
  param: 'isEnabled',
816
817
  defaultValue: false
@@ -907,14 +908,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
907
908
  defaultValue: false
908
909
  }),
909
910
  // Added 2025-09-11
910
- platform_editor_block_menu_expand_format: (0, _experimentBuilders.createBooleanExperiment)({
911
- productKeys: {
912
- confluence: 'platform_editor_block_menu_expand_format'
913
- },
914
- param: 'isEnabled',
915
- defaultValue: false
916
- }),
917
- // Added 2025-09-11
918
911
  platform_editor_add_aria_checked_to_inline_img_btn: (0, _experimentBuilders.createBooleanExperiment)({
919
912
  productKeys: {
920
913
  confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
@@ -804,7 +804,8 @@ export const editorExperimentsConfig = {
804
804
  // Added 2025-08-10
805
805
  platform_synced_block: createBooleanExperiment({
806
806
  productKeys: {
807
- confluence: 'platform_synced_block'
807
+ confluence: 'platform_synced_block',
808
+ jira: 'platform_synced_block_jira'
808
809
  },
809
810
  param: 'isEnabled',
810
811
  defaultValue: false
@@ -901,14 +902,6 @@ export const editorExperimentsConfig = {
901
902
  defaultValue: false
902
903
  }),
903
904
  // Added 2025-09-11
904
- platform_editor_block_menu_expand_format: createBooleanExperiment({
905
- productKeys: {
906
- confluence: 'platform_editor_block_menu_expand_format'
907
- },
908
- param: 'isEnabled',
909
- defaultValue: false
910
- }),
911
- // Added 2025-09-11
912
905
  platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
913
906
  productKeys: {
914
907
  confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
@@ -804,7 +804,8 @@ export var editorExperimentsConfig = {
804
804
  // Added 2025-08-10
805
805
  platform_synced_block: createBooleanExperiment({
806
806
  productKeys: {
807
- confluence: 'platform_synced_block'
807
+ confluence: 'platform_synced_block',
808
+ jira: 'platform_synced_block_jira'
808
809
  },
809
810
  param: 'isEnabled',
810
811
  defaultValue: false
@@ -901,14 +902,6 @@ export var editorExperimentsConfig = {
901
902
  defaultValue: false
902
903
  }),
903
904
  // Added 2025-09-11
904
- platform_editor_block_menu_expand_format: createBooleanExperiment({
905
- productKeys: {
906
- confluence: 'platform_editor_block_menu_expand_format'
907
- },
908
- param: 'isEnabled',
909
- defaultValue: false
910
- }),
911
- // Added 2025-09-11
912
905
  platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
913
906
  productKeys: {
914
907
  confluence: 'platform_editor_add_aria_checked_to_inline_image_btn'
@@ -279,12 +279,6 @@ export declare const editorExperimentsConfig: {
279
279
  productKeys?: ProductKeys;
280
280
  typeGuard: IsBooleanType;
281
281
  };
282
- platform_editor_block_menu_expand_format: {
283
- defaultValue: boolean;
284
- param: string;
285
- productKeys?: ProductKeys;
286
- typeGuard: IsBooleanType;
287
- };
288
282
  platform_editor_blockquote_in_text_formatting_menu: {
289
283
  defaultValue: boolean;
290
284
  param: string;
@@ -279,12 +279,6 @@ export declare const editorExperimentsConfig: {
279
279
  productKeys?: ProductKeys;
280
280
  typeGuard: IsBooleanType;
281
281
  };
282
- platform_editor_block_menu_expand_format: {
283
- defaultValue: boolean;
284
- param: string;
285
- productKeys?: ProductKeys;
286
- typeGuard: IsBooleanType;
287
- };
288
282
  platform_editor_blockquote_in_text_formatting_menu: {
289
283
  defaultValue: boolean;
290
284
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "14.1.0",
3
+ "version": "14.1.2",
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",