@atlaskit/tmp-editor-statsig 99.1.0 → 101.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,25 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 101.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`01c0f76dfce1e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/01c0f76dfce1e) -
8
+ Cleanup experiment `platform_editor_media_vc_fixes_patch1`.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 100.0.0
15
+
16
+ ### Major Changes
17
+
18
+ - [`643d0f8f77dff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/643d0f8f77dff) -
19
+ Clean up stale experiment platform_editor_pasting_text_in_panel (FFCLEANUP-104459)
20
+ - [`c70fd1e57edcf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c70fd1e57edcf) -
21
+ Cleaned up stale feature flag `platform_editor_lovability_select_all_shortcut`
22
+
3
23
  ## 99.1.0
4
24
 
5
25
  ### Minor Changes
@@ -233,14 +233,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
233
233
  param: 'isEnabled',
234
234
  defaultValue: false
235
235
  }),
236
- // Added 2026-03-24
237
- platform_editor_media_vc_fixes_patch1: (0, _experimentBuilders.createBooleanExperiment)({
238
- productKeys: {
239
- confluence: 'platform_editor_media_vc_fixes_patch1'
240
- },
241
- param: 'isEnabled',
242
- defaultValue: false
243
- }),
244
236
  // Added 2026-03-06
245
237
  platform_editor_media_reliability_observability: (0, _experimentBuilders.createBooleanExperiment)({
246
238
  productKeys: {
@@ -760,14 +752,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
760
752
  param: 'isEnabled',
761
753
  defaultValue: false
762
754
  }),
763
- //Added 2025-11-19
764
- platform_editor_pasting_text_in_panel: (0, _experimentBuilders.createBooleanExperiment)({
765
- productKeys: {
766
- confluence: 'platform_editor_pasting_text_in_panel'
767
- },
768
- param: 'isEnabled',
769
- defaultValue: false
770
- }),
771
755
  // Added 2026-02-19
772
756
  platform_editor_comment_editor_border_radius: (0, _experimentBuilders.createBooleanExperiment)({
773
757
  productKeys: {
@@ -1917,15 +1901,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1917
1901
  param: 'isEnabled',
1918
1902
  defaultValue: false
1919
1903
  }),
1920
- // Added 2026-04-07
1921
- platform_editor_lovability_select_all_shortcut: (0, _experimentBuilders.createBooleanExperiment)({
1922
- productKeys: {
1923
- confluence: 'platform_editor_lovability_select_all_shortcut',
1924
- jira: 'platform_editor_lovability_select_all_shortcut'
1925
- },
1926
- param: 'isEnabled',
1927
- defaultValue: false
1928
- }),
1929
1904
  // Added 2026-04-14
1930
1905
  improve_3p_smart_link_resolve_rate: (0, _experimentBuilders.createBooleanExperiment)({
1931
1906
  productKeys: {
@@ -227,14 +227,6 @@ export const editorExperimentsConfig = {
227
227
  param: 'isEnabled',
228
228
  defaultValue: false
229
229
  }),
230
- // Added 2026-03-24
231
- platform_editor_media_vc_fixes_patch1: createBooleanExperiment({
232
- productKeys: {
233
- confluence: 'platform_editor_media_vc_fixes_patch1'
234
- },
235
- param: 'isEnabled',
236
- defaultValue: false
237
- }),
238
230
  // Added 2026-03-06
239
231
  platform_editor_media_reliability_observability: createBooleanExperiment({
240
232
  productKeys: {
@@ -754,14 +746,6 @@ export const editorExperimentsConfig = {
754
746
  param: 'isEnabled',
755
747
  defaultValue: false
756
748
  }),
757
- //Added 2025-11-19
758
- platform_editor_pasting_text_in_panel: createBooleanExperiment({
759
- productKeys: {
760
- confluence: 'platform_editor_pasting_text_in_panel'
761
- },
762
- param: 'isEnabled',
763
- defaultValue: false
764
- }),
765
749
  // Added 2026-02-19
766
750
  platform_editor_comment_editor_border_radius: createBooleanExperiment({
767
751
  productKeys: {
@@ -1911,15 +1895,6 @@ export const editorExperimentsConfig = {
1911
1895
  param: 'isEnabled',
1912
1896
  defaultValue: false
1913
1897
  }),
1914
- // Added 2026-04-07
1915
- platform_editor_lovability_select_all_shortcut: createBooleanExperiment({
1916
- productKeys: {
1917
- confluence: 'platform_editor_lovability_select_all_shortcut',
1918
- jira: 'platform_editor_lovability_select_all_shortcut'
1919
- },
1920
- param: 'isEnabled',
1921
- defaultValue: false
1922
- }),
1923
1898
  // Added 2026-04-14
1924
1899
  improve_3p_smart_link_resolve_rate: createBooleanExperiment({
1925
1900
  productKeys: {
@@ -227,14 +227,6 @@ export var editorExperimentsConfig = {
227
227
  param: 'isEnabled',
228
228
  defaultValue: false
229
229
  }),
230
- // Added 2026-03-24
231
- platform_editor_media_vc_fixes_patch1: createBooleanExperiment({
232
- productKeys: {
233
- confluence: 'platform_editor_media_vc_fixes_patch1'
234
- },
235
- param: 'isEnabled',
236
- defaultValue: false
237
- }),
238
230
  // Added 2026-03-06
239
231
  platform_editor_media_reliability_observability: createBooleanExperiment({
240
232
  productKeys: {
@@ -754,14 +746,6 @@ export var editorExperimentsConfig = {
754
746
  param: 'isEnabled',
755
747
  defaultValue: false
756
748
  }),
757
- //Added 2025-11-19
758
- platform_editor_pasting_text_in_panel: createBooleanExperiment({
759
- productKeys: {
760
- confluence: 'platform_editor_pasting_text_in_panel'
761
- },
762
- param: 'isEnabled',
763
- defaultValue: false
764
- }),
765
749
  // Added 2026-02-19
766
750
  platform_editor_comment_editor_border_radius: createBooleanExperiment({
767
751
  productKeys: {
@@ -1911,15 +1895,6 @@ export var editorExperimentsConfig = {
1911
1895
  param: 'isEnabled',
1912
1896
  defaultValue: false
1913
1897
  }),
1914
- // Added 2026-04-07
1915
- platform_editor_lovability_select_all_shortcut: createBooleanExperiment({
1916
- productKeys: {
1917
- confluence: 'platform_editor_lovability_select_all_shortcut',
1918
- jira: 'platform_editor_lovability_select_all_shortcut'
1919
- },
1920
- param: 'isEnabled',
1921
- defaultValue: false
1922
- }),
1923
1898
  // Added 2026-04-14
1924
1899
  improve_3p_smart_link_resolve_rate: createBooleanExperiment({
1925
1900
  productKeys: {
@@ -531,12 +531,6 @@ export declare const editorExperimentsConfig: {
531
531
  productKeys?: ProductKeys;
532
532
  typeGuard: IsBooleanType;
533
533
  };
534
- platform_editor_media_vc_fixes_patch1: {
535
- defaultValue: boolean;
536
- param: string;
537
- productKeys?: ProductKeys;
538
- typeGuard: IsBooleanType;
539
- };
540
534
  platform_editor_native_embeds: {
541
535
  defaultValue: boolean;
542
536
  param: string;
@@ -567,12 +561,6 @@ export declare const editorExperimentsConfig: {
567
561
  productKeys?: ProductKeys;
568
562
  typeGuard: IsBooleanType;
569
563
  };
570
- platform_editor_pasting_text_in_panel: {
571
- defaultValue: boolean;
572
- param: string;
573
- productKeys?: ProductKeys;
574
- typeGuard: IsBooleanType;
575
- };
576
564
  platform_editor_prevent_taskitem_remount: {
577
565
  defaultValue: boolean;
578
566
  param: string;
@@ -1412,12 +1400,6 @@ export declare const editorExperimentsConfig: {
1412
1400
  productKeys?: ProductKeys;
1413
1401
  typeGuard: IsBooleanType;
1414
1402
  };
1415
- platform_editor_lovability_select_all_shortcut: {
1416
- defaultValue: boolean;
1417
- param: string;
1418
- productKeys?: ProductKeys;
1419
- typeGuard: IsBooleanType;
1420
- };
1421
1403
  platform_editor_hydration_skip_react_portal: {
1422
1404
  defaultValue: boolean;
1423
1405
  param: string;
@@ -531,12 +531,6 @@ export declare const editorExperimentsConfig: {
531
531
  productKeys?: ProductKeys;
532
532
  typeGuard: IsBooleanType;
533
533
  };
534
- platform_editor_media_vc_fixes_patch1: {
535
- defaultValue: boolean;
536
- param: string;
537
- productKeys?: ProductKeys;
538
- typeGuard: IsBooleanType;
539
- };
540
534
  platform_editor_native_embeds: {
541
535
  defaultValue: boolean;
542
536
  param: string;
@@ -567,12 +561,6 @@ export declare const editorExperimentsConfig: {
567
561
  productKeys?: ProductKeys;
568
562
  typeGuard: IsBooleanType;
569
563
  };
570
- platform_editor_pasting_text_in_panel: {
571
- defaultValue: boolean;
572
- param: string;
573
- productKeys?: ProductKeys;
574
- typeGuard: IsBooleanType;
575
- };
576
564
  platform_editor_prevent_taskitem_remount: {
577
565
  defaultValue: boolean;
578
566
  param: string;
@@ -1412,12 +1400,6 @@ export declare const editorExperimentsConfig: {
1412
1400
  productKeys?: ProductKeys;
1413
1401
  typeGuard: IsBooleanType;
1414
1402
  };
1415
- platform_editor_lovability_select_all_shortcut: {
1416
- defaultValue: boolean;
1417
- param: string;
1418
- productKeys?: ProductKeys;
1419
- typeGuard: IsBooleanType;
1420
- };
1421
1403
  platform_editor_hydration_skip_react_portal: {
1422
1404
  defaultValue: boolean;
1423
1405
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "99.1.0",
3
+ "version": "101.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",