@atlaskit/tmp-editor-statsig 13.6.1 → 13.8.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
+ ## 13.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`3e586d8ee0ce4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e586d8ee0ce4) -
8
+ Remove platform_editor_aifc_selection_toolbar_responsive exp and gate new logic in aiPlugin
9
+
10
+ ## 13.7.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`a4db0a2351f7d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a4db0a2351f7d) -
15
+ [ux] ED-29502 Add plain text quick insert option to codeBlockPlugin
16
+
3
17
  ## 13.6.1
4
18
 
5
19
  ### Patch Changes
@@ -921,14 +921,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
921
921
  param: 'isEnabled',
922
922
  defaultValue: false
923
923
  }),
924
- // Added 2025-09-05
925
- platform_editor_aifc_selection_toolbar_responsive: (0, _experimentBuilders.createBooleanExperiment)({
926
- productKeys: {
927
- confluence: 'platform_editor_aifc_selection_toolbar_responsive'
928
- },
929
- param: 'isEnabled',
930
- defaultValue: false
931
- }),
932
924
  // Added 2025-09-17
933
925
  platform_editor_block_menu_keyboard_navigation: (0, _experimentBuilders.createBooleanExperiment)({
934
926
  productKeys: {
@@ -1009,6 +1001,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1009
1001
  param: 'isEnabled',
1010
1002
  defaultValue: false
1011
1003
  }),
1004
+ // Added 2025-10-07
1005
+ platform_editor_plain_text_support: (0, _experimentBuilders.createBooleanExperiment)({
1006
+ productKeys: {
1007
+ jira: 'platform_editor_plain_text_support',
1008
+ confluence: 'platform_editor_plain_text_support'
1009
+ },
1010
+ param: 'isEnabled',
1011
+ defaultValue: false
1012
+ }),
1012
1013
  // Added 2025-09-26
1013
1014
  platform_editor_toolbar_aifc_patch_6: (0, _experimentBuilders.createBooleanExperiment)({
1014
1015
  productKeys: {
@@ -915,14 +915,6 @@ export const editorExperimentsConfig = {
915
915
  param: 'isEnabled',
916
916
  defaultValue: false
917
917
  }),
918
- // Added 2025-09-05
919
- platform_editor_aifc_selection_toolbar_responsive: createBooleanExperiment({
920
- productKeys: {
921
- confluence: 'platform_editor_aifc_selection_toolbar_responsive'
922
- },
923
- param: 'isEnabled',
924
- defaultValue: false
925
- }),
926
918
  // Added 2025-09-17
927
919
  platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
928
920
  productKeys: {
@@ -1003,6 +995,15 @@ export const editorExperimentsConfig = {
1003
995
  param: 'isEnabled',
1004
996
  defaultValue: false
1005
997
  }),
998
+ // Added 2025-10-07
999
+ platform_editor_plain_text_support: createBooleanExperiment({
1000
+ productKeys: {
1001
+ jira: 'platform_editor_plain_text_support',
1002
+ confluence: 'platform_editor_plain_text_support'
1003
+ },
1004
+ param: 'isEnabled',
1005
+ defaultValue: false
1006
+ }),
1006
1007
  // Added 2025-09-26
1007
1008
  platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
1008
1009
  productKeys: {
@@ -915,14 +915,6 @@ export var editorExperimentsConfig = {
915
915
  param: 'isEnabled',
916
916
  defaultValue: false
917
917
  }),
918
- // Added 2025-09-05
919
- platform_editor_aifc_selection_toolbar_responsive: createBooleanExperiment({
920
- productKeys: {
921
- confluence: 'platform_editor_aifc_selection_toolbar_responsive'
922
- },
923
- param: 'isEnabled',
924
- defaultValue: false
925
- }),
926
918
  // Added 2025-09-17
927
919
  platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
928
920
  productKeys: {
@@ -1003,6 +995,15 @@ export var editorExperimentsConfig = {
1003
995
  param: 'isEnabled',
1004
996
  defaultValue: false
1005
997
  }),
998
+ // Added 2025-10-07
999
+ platform_editor_plain_text_support: createBooleanExperiment({
1000
+ productKeys: {
1001
+ jira: 'platform_editor_plain_text_support',
1002
+ confluence: 'platform_editor_plain_text_support'
1003
+ },
1004
+ param: 'isEnabled',
1005
+ defaultValue: false
1006
+ }),
1006
1007
  // Added 2025-09-26
1007
1008
  platform_editor_toolbar_aifc_patch_6: createBooleanExperiment({
1008
1009
  productKeys: {
@@ -674,12 +674,6 @@ export declare const editorExperimentsConfig: {
674
674
  param: string;
675
675
  productKeys?: import("./types").ProductKeys;
676
676
  };
677
- platform_editor_aifc_selection_toolbar_responsive: {
678
- typeGuard: typeof import("./type-guards").isBoolean;
679
- defaultValue: boolean;
680
- param: string;
681
- productKeys?: import("./types").ProductKeys;
682
- };
683
677
  platform_editor_block_menu_keyboard_navigation: {
684
678
  typeGuard: typeof import("./type-guards").isBoolean;
685
679
  defaultValue: boolean;
@@ -740,6 +734,12 @@ export declare const editorExperimentsConfig: {
740
734
  param: string;
741
735
  productKeys?: import("./types").ProductKeys;
742
736
  };
737
+ platform_editor_plain_text_support: {
738
+ typeGuard: typeof import("./type-guards").isBoolean;
739
+ defaultValue: boolean;
740
+ param: string;
741
+ productKeys?: import("./types").ProductKeys;
742
+ };
743
743
  platform_editor_toolbar_aifc_patch_6: {
744
744
  typeGuard: typeof import("./type-guards").isBoolean;
745
745
  defaultValue: boolean;
@@ -674,12 +674,6 @@ export declare const editorExperimentsConfig: {
674
674
  param: string;
675
675
  productKeys?: import("./types").ProductKeys;
676
676
  };
677
- platform_editor_aifc_selection_toolbar_responsive: {
678
- typeGuard: typeof import("./type-guards").isBoolean;
679
- defaultValue: boolean;
680
- param: string;
681
- productKeys?: import("./types").ProductKeys;
682
- };
683
677
  platform_editor_block_menu_keyboard_navigation: {
684
678
  typeGuard: typeof import("./type-guards").isBoolean;
685
679
  defaultValue: boolean;
@@ -740,6 +734,12 @@ export declare const editorExperimentsConfig: {
740
734
  param: string;
741
735
  productKeys?: import("./types").ProductKeys;
742
736
  };
737
+ platform_editor_plain_text_support: {
738
+ typeGuard: typeof import("./type-guards").isBoolean;
739
+ defaultValue: boolean;
740
+ param: string;
741
+ productKeys?: import("./types").ProductKeys;
742
+ };
743
743
  platform_editor_toolbar_aifc_patch_6: {
744
744
  typeGuard: typeof import("./type-guards").isBoolean;
745
745
  defaultValue: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "13.6.1",
3
+ "version": "13.8.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",