@atlaskit/tmp-editor-statsig 14.0.1 → 14.1.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`41a91a916c125`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/41a91a916c125) -
8
+ EDITOR-2846 Change platform_synced_block to use editorExperiment and add Jira experiment
9
+
10
+ ## 14.1.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`7583860e8637f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7583860e8637f) -
15
+ EDITOR-3621 Clean up platform_editor_block_menu_keyboard_navigation feature gate
16
+
3
17
  ## 14.0.1
4
18
 
5
19
  ### Patch 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
@@ -914,14 +915,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
914
915
  param: 'isEnabled',
915
916
  defaultValue: false
916
917
  }),
917
- // Added 2025-09-17
918
- platform_editor_block_menu_keyboard_navigation: (0, _experimentBuilders.createBooleanExperiment)({
919
- productKeys: {
920
- confluence: 'platform_editor_block_menu_keyboard_navigation'
921
- },
922
- param: 'isEnabled',
923
- defaultValue: false
924
- }),
925
918
  // Added 2025-09-11
926
919
  platform_editor_add_aria_checked_to_inline_img_btn: (0, _experimentBuilders.createBooleanExperiment)({
927
920
  productKeys: {
@@ -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
@@ -908,14 +909,6 @@ export const editorExperimentsConfig = {
908
909
  param: 'isEnabled',
909
910
  defaultValue: false
910
911
  }),
911
- // Added 2025-09-17
912
- platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
913
- productKeys: {
914
- confluence: 'platform_editor_block_menu_keyboard_navigation'
915
- },
916
- param: 'isEnabled',
917
- defaultValue: false
918
- }),
919
912
  // Added 2025-09-11
920
913
  platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
921
914
  productKeys: {
@@ -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
@@ -908,14 +909,6 @@ export var editorExperimentsConfig = {
908
909
  param: 'isEnabled',
909
910
  defaultValue: false
910
911
  }),
911
- // Added 2025-09-17
912
- platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
913
- productKeys: {
914
- confluence: 'platform_editor_block_menu_keyboard_navigation'
915
- },
916
- param: 'isEnabled',
917
- defaultValue: false
918
- }),
919
912
  // Added 2025-09-11
920
913
  platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
921
914
  productKeys: {
@@ -285,12 +285,6 @@ export declare const editorExperimentsConfig: {
285
285
  productKeys?: ProductKeys;
286
286
  typeGuard: IsBooleanType;
287
287
  };
288
- platform_editor_block_menu_keyboard_navigation: {
289
- defaultValue: boolean;
290
- param: string;
291
- productKeys?: ProductKeys;
292
- typeGuard: IsBooleanType;
293
- };
294
288
  platform_editor_blockquote_in_text_formatting_menu: {
295
289
  defaultValue: boolean;
296
290
  param: string;
@@ -285,12 +285,6 @@ export declare const editorExperimentsConfig: {
285
285
  productKeys?: ProductKeys;
286
286
  typeGuard: IsBooleanType;
287
287
  };
288
- platform_editor_block_menu_keyboard_navigation: {
289
- defaultValue: boolean;
290
- param: string;
291
- productKeys?: ProductKeys;
292
- typeGuard: IsBooleanType;
293
- };
294
288
  platform_editor_blockquote_in_text_formatting_menu: {
295
289
  defaultValue: boolean;
296
290
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "14.0.1",
3
+ "version": "14.1.1",
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",