@atlaskit/tmp-editor-statsig 29.6.1 → 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,12 @@
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
+
3
10
  ## 29.6.1
4
11
 
5
12
  ### Patch Changes
@@ -758,13 +758,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
758
758
  param: 'isEnabled',
759
759
  defaultValue: false
760
760
  }),
761
- platform_editor_native_expand_button: (0, _experimentBuilders.createBooleanExperiment)({
762
- productKeys: {
763
- confluence: 'platform_editor_native_expand_button'
764
- },
765
- param: 'isEnabled',
766
- defaultValue: false
767
- }),
768
761
  // Added 2026-02-05
769
762
  'editor-a11y-fy26-keyboard-move-row-column': (0, _experimentBuilders.createBooleanExperiment)({
770
763
  productKeys: {
@@ -752,13 +752,6 @@ export const editorExperimentsConfig = {
752
752
  param: 'isEnabled',
753
753
  defaultValue: false
754
754
  }),
755
- platform_editor_native_expand_button: createBooleanExperiment({
756
- productKeys: {
757
- confluence: 'platform_editor_native_expand_button'
758
- },
759
- param: 'isEnabled',
760
- defaultValue: false
761
- }),
762
755
  // Added 2026-02-05
763
756
  'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
764
757
  productKeys: {
@@ -752,13 +752,6 @@ export var editorExperimentsConfig = {
752
752
  param: 'isEnabled',
753
753
  defaultValue: false
754
754
  }),
755
- platform_editor_native_expand_button: createBooleanExperiment({
756
- productKeys: {
757
- confluence: 'platform_editor_native_expand_button'
758
- },
759
- param: 'isEnabled',
760
- defaultValue: false
761
- }),
762
755
  // Added 2026-02-05
763
756
  'editor-a11y-fy26-keyboard-move-row-column': createBooleanExperiment({
764
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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "29.6.1",
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",