@atlaskit/tmp-editor-statsig 14.0.0 → 14.1.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
+ ## 14.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`7583860e8637f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7583860e8637f) -
8
+ EDITOR-3621 Clean up platform_editor_block_menu_keyboard_navigation feature gate
9
+
10
+ ## 14.0.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [`5e935a27d0d78`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5e935a27d0d78) -
15
+ Cleanup platform_editor_resizer_cls_fix experiment
16
+
3
17
  ## 14.0.0
4
18
 
5
19
  ### Major Changes
@@ -318,14 +318,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
318
318
  param: 'isEnabled',
319
319
  defaultValue: false
320
320
  }),
321
- // Added 2025-10-14
322
- platform_editor_resizer_cls_fix: (0, _experimentBuilders.createBooleanExperiment)({
323
- productKeys: {
324
- confluence: 'platform_editor_resizer_cls_fix'
325
- },
326
- param: 'isEnabled',
327
- defaultValue: false
328
- }),
329
321
  // Added 2025-03-28
330
322
  platform_editor_ai_proactive_ai_nudge_parameters: (0, _experimentBuilders.createMultivariateExperiment)({
331
323
  productKeys: {
@@ -922,14 +914,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
922
914
  param: 'isEnabled',
923
915
  defaultValue: false
924
916
  }),
925
- // Added 2025-09-17
926
- platform_editor_block_menu_keyboard_navigation: (0, _experimentBuilders.createBooleanExperiment)({
927
- productKeys: {
928
- confluence: 'platform_editor_block_menu_keyboard_navigation'
929
- },
930
- param: 'isEnabled',
931
- defaultValue: false
932
- }),
933
917
  // Added 2025-09-11
934
918
  platform_editor_add_aria_checked_to_inline_img_btn: (0, _experimentBuilders.createBooleanExperiment)({
935
919
  productKeys: {
@@ -312,14 +312,6 @@ export const editorExperimentsConfig = {
312
312
  param: 'isEnabled',
313
313
  defaultValue: false
314
314
  }),
315
- // Added 2025-10-14
316
- platform_editor_resizer_cls_fix: createBooleanExperiment({
317
- productKeys: {
318
- confluence: 'platform_editor_resizer_cls_fix'
319
- },
320
- param: 'isEnabled',
321
- defaultValue: false
322
- }),
323
315
  // Added 2025-03-28
324
316
  platform_editor_ai_proactive_ai_nudge_parameters: createMultivariateExperiment({
325
317
  productKeys: {
@@ -916,14 +908,6 @@ export const editorExperimentsConfig = {
916
908
  param: 'isEnabled',
917
909
  defaultValue: false
918
910
  }),
919
- // Added 2025-09-17
920
- platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
921
- productKeys: {
922
- confluence: 'platform_editor_block_menu_keyboard_navigation'
923
- },
924
- param: 'isEnabled',
925
- defaultValue: false
926
- }),
927
911
  // Added 2025-09-11
928
912
  platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
929
913
  productKeys: {
@@ -312,14 +312,6 @@ export var editorExperimentsConfig = {
312
312
  param: 'isEnabled',
313
313
  defaultValue: false
314
314
  }),
315
- // Added 2025-10-14
316
- platform_editor_resizer_cls_fix: createBooleanExperiment({
317
- productKeys: {
318
- confluence: 'platform_editor_resizer_cls_fix'
319
- },
320
- param: 'isEnabled',
321
- defaultValue: false
322
- }),
323
315
  // Added 2025-03-28
324
316
  platform_editor_ai_proactive_ai_nudge_parameters: createMultivariateExperiment({
325
317
  productKeys: {
@@ -916,14 +908,6 @@ export var editorExperimentsConfig = {
916
908
  param: 'isEnabled',
917
909
  defaultValue: false
918
910
  }),
919
- // Added 2025-09-17
920
- platform_editor_block_menu_keyboard_navigation: createBooleanExperiment({
921
- productKeys: {
922
- confluence: 'platform_editor_block_menu_keyboard_navigation'
923
- },
924
- param: 'isEnabled',
925
- defaultValue: false
926
- }),
927
911
  // Added 2025-09-11
928
912
  platform_editor_add_aria_checked_to_inline_img_btn: createBooleanExperiment({
929
913
  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;
@@ -660,12 +654,6 @@ export declare const editorExperimentsConfig: {
660
654
  productKeys?: ProductKeys;
661
655
  typeGuard: IsBooleanType;
662
656
  };
663
- platform_editor_resizer_cls_fix: {
664
- defaultValue: boolean;
665
- param: string;
666
- productKeys?: ProductKeys;
667
- typeGuard: IsBooleanType;
668
- };
669
657
  platform_editor_smart_card_otp: {
670
658
  defaultValue: boolean;
671
659
  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;
@@ -660,12 +654,6 @@ export declare const editorExperimentsConfig: {
660
654
  productKeys?: ProductKeys;
661
655
  typeGuard: IsBooleanType;
662
656
  };
663
- platform_editor_resizer_cls_fix: {
664
- defaultValue: boolean;
665
- param: string;
666
- productKeys?: ProductKeys;
667
- typeGuard: IsBooleanType;
668
- };
669
657
  platform_editor_smart_card_otp: {
670
658
  defaultValue: boolean;
671
659
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "14.0.0",
3
+ "version": "14.1.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",