@atlaskit/tmp-editor-statsig 99.1.0 → 100.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,14 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 100.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`643d0f8f77dff`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/643d0f8f77dff) -
8
+ Clean up stale experiment platform_editor_pasting_text_in_panel (FFCLEANUP-104459)
9
+ - [`c70fd1e57edcf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c70fd1e57edcf) -
10
+ Cleaned up stale feature flag `platform_editor_lovability_select_all_shortcut`
11
+
3
12
  ## 99.1.0
4
13
 
5
14
  ### Minor Changes
@@ -760,14 +760,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
760
760
  param: 'isEnabled',
761
761
  defaultValue: false
762
762
  }),
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
763
  // Added 2026-02-19
772
764
  platform_editor_comment_editor_border_radius: (0, _experimentBuilders.createBooleanExperiment)({
773
765
  productKeys: {
@@ -1917,15 +1909,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1917
1909
  param: 'isEnabled',
1918
1910
  defaultValue: false
1919
1911
  }),
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
1912
  // Added 2026-04-14
1930
1913
  improve_3p_smart_link_resolve_rate: (0, _experimentBuilders.createBooleanExperiment)({
1931
1914
  productKeys: {
@@ -754,14 +754,6 @@ export const editorExperimentsConfig = {
754
754
  param: 'isEnabled',
755
755
  defaultValue: false
756
756
  }),
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
757
  // Added 2026-02-19
766
758
  platform_editor_comment_editor_border_radius: createBooleanExperiment({
767
759
  productKeys: {
@@ -1911,15 +1903,6 @@ export const editorExperimentsConfig = {
1911
1903
  param: 'isEnabled',
1912
1904
  defaultValue: false
1913
1905
  }),
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
1906
  // Added 2026-04-14
1924
1907
  improve_3p_smart_link_resolve_rate: createBooleanExperiment({
1925
1908
  productKeys: {
@@ -754,14 +754,6 @@ export var editorExperimentsConfig = {
754
754
  param: 'isEnabled',
755
755
  defaultValue: false
756
756
  }),
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
757
  // Added 2026-02-19
766
758
  platform_editor_comment_editor_border_radius: createBooleanExperiment({
767
759
  productKeys: {
@@ -1911,15 +1903,6 @@ export var editorExperimentsConfig = {
1911
1903
  param: 'isEnabled',
1912
1904
  defaultValue: false
1913
1905
  }),
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
1906
  // Added 2026-04-14
1924
1907
  improve_3p_smart_link_resolve_rate: createBooleanExperiment({
1925
1908
  productKeys: {
@@ -567,12 +567,6 @@ export declare const editorExperimentsConfig: {
567
567
  productKeys?: ProductKeys;
568
568
  typeGuard: IsBooleanType;
569
569
  };
570
- platform_editor_pasting_text_in_panel: {
571
- defaultValue: boolean;
572
- param: string;
573
- productKeys?: ProductKeys;
574
- typeGuard: IsBooleanType;
575
- };
576
570
  platform_editor_prevent_taskitem_remount: {
577
571
  defaultValue: boolean;
578
572
  param: string;
@@ -1412,12 +1406,6 @@ export declare const editorExperimentsConfig: {
1412
1406
  productKeys?: ProductKeys;
1413
1407
  typeGuard: IsBooleanType;
1414
1408
  };
1415
- platform_editor_lovability_select_all_shortcut: {
1416
- defaultValue: boolean;
1417
- param: string;
1418
- productKeys?: ProductKeys;
1419
- typeGuard: IsBooleanType;
1420
- };
1421
1409
  platform_editor_hydration_skip_react_portal: {
1422
1410
  defaultValue: boolean;
1423
1411
  param: string;
@@ -567,12 +567,6 @@ export declare const editorExperimentsConfig: {
567
567
  productKeys?: ProductKeys;
568
568
  typeGuard: IsBooleanType;
569
569
  };
570
- platform_editor_pasting_text_in_panel: {
571
- defaultValue: boolean;
572
- param: string;
573
- productKeys?: ProductKeys;
574
- typeGuard: IsBooleanType;
575
- };
576
570
  platform_editor_prevent_taskitem_remount: {
577
571
  defaultValue: boolean;
578
572
  param: string;
@@ -1412,12 +1406,6 @@ export declare const editorExperimentsConfig: {
1412
1406
  productKeys?: ProductKeys;
1413
1407
  typeGuard: IsBooleanType;
1414
1408
  };
1415
- platform_editor_lovability_select_all_shortcut: {
1416
- defaultValue: boolean;
1417
- param: string;
1418
- productKeys?: ProductKeys;
1419
- typeGuard: IsBooleanType;
1420
- };
1421
1409
  platform_editor_hydration_skip_react_portal: {
1422
1410
  defaultValue: boolean;
1423
1411
  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": "100.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",