@atlaskit/tmp-editor-statsig 29.6.0 → 29.6.2

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
+ ## 29.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`50f96b87a6d02`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/50f96b87a6d02) -
8
+ batch/change experiment
9
+
10
+ ## 29.6.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [`abf0f1a208ab4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/abf0f1a208ab4) -
15
+ EDITOR-5441 Update comment editor border raidus
16
+
3
17
  ## 29.6.0
4
18
 
5
19
  ### Minor Changes
@@ -718,6 +718,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
718
718
  param: 'isEnabled',
719
719
  defaultValue: false
720
720
  }),
721
+ // Added 2026-02-19
722
+ platform_editor_comment_editor_border_radius: (0, _experimentBuilders.createBooleanExperiment)({
723
+ productKeys: {
724
+ confluence: 'platform_editor_comment_editor_border_radius'
725
+ },
726
+ param: 'isEnabled',
727
+ defaultValue: false
728
+ }),
721
729
  // Added 2025-07-30
722
730
  platform_editor_blocktaskitem_node_tenantid: (0, _experimentBuilders.createBooleanExperiment)({
723
731
  productKeys: {
@@ -750,13 +758,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
750
758
  param: 'isEnabled',
751
759
  defaultValue: false
752
760
  }),
753
- platform_editor_native_expand_button: (0, _experimentBuilders.createBooleanExperiment)({
754
- productKeys: {
755
- confluence: 'platform_editor_native_expand_button'
756
- },
757
- param: 'isEnabled',
758
- defaultValue: false
759
- }),
760
761
  // Added 2026-02-05
761
762
  'editor-a11y-fy26-keyboard-move-row-column': (0, _experimentBuilders.createBooleanExperiment)({
762
763
  productKeys: {
@@ -712,6 +712,14 @@ export const editorExperimentsConfig = {
712
712
  param: 'isEnabled',
713
713
  defaultValue: false
714
714
  }),
715
+ // Added 2026-02-19
716
+ platform_editor_comment_editor_border_radius: createBooleanExperiment({
717
+ productKeys: {
718
+ confluence: 'platform_editor_comment_editor_border_radius'
719
+ },
720
+ param: 'isEnabled',
721
+ defaultValue: false
722
+ }),
715
723
  // Added 2025-07-30
716
724
  platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
717
725
  productKeys: {
@@ -744,13 +752,6 @@ export const editorExperimentsConfig = {
744
752
  param: 'isEnabled',
745
753
  defaultValue: false
746
754
  }),
747
- platform_editor_native_expand_button: createBooleanExperiment({
748
- productKeys: {
749
- confluence: 'platform_editor_native_expand_button'
750
- },
751
- param: 'isEnabled',
752
- defaultValue: false
753
- }),
754
755
  // Added 2026-02-05
755
756
  'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
756
757
  productKeys: {
@@ -712,6 +712,14 @@ export var editorExperimentsConfig = {
712
712
  param: 'isEnabled',
713
713
  defaultValue: false
714
714
  }),
715
+ // Added 2026-02-19
716
+ platform_editor_comment_editor_border_radius: createBooleanExperiment({
717
+ productKeys: {
718
+ confluence: 'platform_editor_comment_editor_border_radius'
719
+ },
720
+ param: 'isEnabled',
721
+ defaultValue: false
722
+ }),
715
723
  // Added 2025-07-30
716
724
  platform_editor_blocktaskitem_node_tenantid: createBooleanExperiment({
717
725
  productKeys: {
@@ -744,13 +752,6 @@ export var editorExperimentsConfig = {
744
752
  param: 'isEnabled',
745
753
  defaultValue: false
746
754
  }),
747
- platform_editor_native_expand_button: createBooleanExperiment({
748
- productKeys: {
749
- confluence: 'platform_editor_native_expand_button'
750
- },
751
- param: 'isEnabled',
752
- defaultValue: false
753
- }),
754
755
  // Added 2026-02-05
755
756
  'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
756
757
  productKeys: {
@@ -517,12 +517,6 @@ export declare const editorExperimentsConfig: {
517
517
  productKeys?: ProductKeys;
518
518
  typeGuard: IsBooleanType;
519
519
  };
520
- platform_editor_native_expand_button: {
521
- defaultValue: boolean;
522
- param: string;
523
- productKeys?: ProductKeys;
524
- typeGuard: IsBooleanType;
525
- };
526
520
  platform_editor_nested_table_refresh_width_fix: {
527
521
  defaultValue: boolean;
528
522
  param: string;
@@ -1056,6 +1050,12 @@ export declare const editorExperimentsConfig: {
1056
1050
  productKeys?: ProductKeys;
1057
1051
  typeGuard: IsBooleanType;
1058
1052
  };
1053
+ platform_editor_comment_editor_border_radius: {
1054
+ defaultValue: boolean;
1055
+ param: string;
1056
+ productKeys?: ProductKeys;
1057
+ typeGuard: IsBooleanType;
1058
+ };
1059
1059
  confluence_frontend_fix_date_hydration_error: {
1060
1060
  defaultValue: boolean;
1061
1061
  param: string;
@@ -517,12 +517,6 @@ export declare const editorExperimentsConfig: {
517
517
  productKeys?: ProductKeys;
518
518
  typeGuard: IsBooleanType;
519
519
  };
520
- platform_editor_native_expand_button: {
521
- defaultValue: boolean;
522
- param: string;
523
- productKeys?: ProductKeys;
524
- typeGuard: IsBooleanType;
525
- };
526
520
  platform_editor_nested_table_refresh_width_fix: {
527
521
  defaultValue: boolean;
528
522
  param: string;
@@ -1056,6 +1050,12 @@ export declare const editorExperimentsConfig: {
1056
1050
  productKeys?: ProductKeys;
1057
1051
  typeGuard: IsBooleanType;
1058
1052
  };
1053
+ platform_editor_comment_editor_border_radius: {
1054
+ defaultValue: boolean;
1055
+ param: string;
1056
+ productKeys?: ProductKeys;
1057
+ typeGuard: IsBooleanType;
1058
+ };
1059
1059
  confluence_frontend_fix_date_hydration_error: {
1060
1060
  defaultValue: boolean;
1061
1061
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "29.6.0",
3
+ "version": "29.6.2",
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",