@atlaskit/tmp-editor-statsig 25.0.0 → 25.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,12 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 25.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`584ac5ca3f498`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/584ac5ca3f498) -
8
+ [ux] EDITOR-5269 Disables the copy button for legacy content macro nodes
9
+
3
10
  ## 25.0.0
4
11
 
5
12
  ### Major Changes
@@ -926,6 +926,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
926
926
  param: 'isEnabled',
927
927
  defaultValue: false
928
928
  }),
929
+ // Added 2026-02-16
930
+ platform_editor_disable_lcm_copy_button: (0, _experimentBuilders.createBooleanExperiment)({
931
+ productKeys: {
932
+ confluence: 'platform_editor_disable_lcm_copy_button'
933
+ },
934
+ param: 'isEnabled',
935
+ defaultValue: false
936
+ }),
929
937
  // Added 2025-28-01
930
938
  platform_editor_primary_toolbar_early_exit: (0, _experimentBuilders.createBooleanExperiment)({
931
939
  productKeys: {
@@ -920,6 +920,14 @@ export const editorExperimentsConfig = {
920
920
  param: 'isEnabled',
921
921
  defaultValue: false
922
922
  }),
923
+ // Added 2026-02-16
924
+ platform_editor_disable_lcm_copy_button: createBooleanExperiment({
925
+ productKeys: {
926
+ confluence: 'platform_editor_disable_lcm_copy_button'
927
+ },
928
+ param: 'isEnabled',
929
+ defaultValue: false
930
+ }),
923
931
  // Added 2025-28-01
924
932
  platform_editor_primary_toolbar_early_exit: createBooleanExperiment({
925
933
  productKeys: {
@@ -920,6 +920,14 @@ export var editorExperimentsConfig = {
920
920
  param: 'isEnabled',
921
921
  defaultValue: false
922
922
  }),
923
+ // Added 2026-02-16
924
+ platform_editor_disable_lcm_copy_button: createBooleanExperiment({
925
+ productKeys: {
926
+ confluence: 'platform_editor_disable_lcm_copy_button'
927
+ },
928
+ param: 'isEnabled',
929
+ defaultValue: false
930
+ }),
923
931
  // Added 2025-28-01
924
932
  platform_editor_primary_toolbar_early_exit: createBooleanExperiment({
925
933
  productKeys: {
@@ -565,6 +565,12 @@ export declare const editorExperimentsConfig: {
565
565
  productKeys?: ProductKeys;
566
566
  typeGuard: IsBooleanType;
567
567
  };
568
+ platform_editor_disable_lcm_copy_button: {
569
+ defaultValue: boolean;
570
+ param: string;
571
+ productKeys?: ProductKeys;
572
+ typeGuard: IsBooleanType;
573
+ };
568
574
  platform_editor_remove_ncsstepmetrics_plugin: {
569
575
  defaultValue: boolean;
570
576
  param: string;
@@ -565,6 +565,12 @@ export declare const editorExperimentsConfig: {
565
565
  productKeys?: ProductKeys;
566
566
  typeGuard: IsBooleanType;
567
567
  };
568
+ platform_editor_disable_lcm_copy_button: {
569
+ defaultValue: boolean;
570
+ param: string;
571
+ productKeys?: ProductKeys;
572
+ typeGuard: IsBooleanType;
573
+ };
568
574
  platform_editor_remove_ncsstepmetrics_plugin: {
569
575
  defaultValue: boolean;
570
576
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "25.0.0",
3
+ "version": "25.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",