@atlaskit/tmp-editor-statsig 56.2.0 → 57.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,19 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 57.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`9e290511c0bea`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e290511c0bea) -
8
+ Remove stale experiment gate editor_enghealth_hyperlink_toolbar_aria_values
9
+ - [`eb7b15df32e03`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eb7b15df32e03) -
10
+ [FFCLEANUP-96830] Removed `platform_editor_a11y_table_wrapper_fix` experiment. Table wrapper is
11
+ now always rendered as a scrollable region when `tabIndex` is defined.
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 56.2.0
4
18
 
5
19
  ### Minor Changes
@@ -696,14 +696,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
696
696
  defaultValue: false
697
697
  }),
698
698
  // Added 2025-07-23
699
- // Added 2025-07-24
700
- editor_enghealth_hyperlink_toolbar_aria_values: (0, _experimentBuilders.createBooleanExperiment)({
701
- productKeys: {
702
- confluence: 'editor_enghealth_hyperlink_toolbar_aria_values'
703
- },
704
- param: 'isEnabled',
705
- defaultValue: false
706
- }),
707
699
  //Added 2025-07-16
708
700
  platform_editor_toolbar_aifc: (0, _experimentBuilders.createBooleanExperiment)({
709
701
  productKeys: {
@@ -1618,14 +1610,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1618
1610
  param: 'isEnabled',
1619
1611
  defaultValue: false
1620
1612
  }),
1621
- // Added 2026-03-02
1622
- platform_editor_a11y_table_wrapper_fix: (0, _experimentBuilders.createBooleanExperiment)({
1623
- productKeys: {
1624
- confluence: 'platform_editor_a11y_table_wrapper_fix'
1625
- },
1626
- param: 'isEnabled',
1627
- defaultValue: false
1628
- }),
1629
1613
  // Added 2026-03-11
1630
1614
  platform_editor_renderer_error_boundary_stable_key: (0, _experimentBuilders.createBooleanExperiment)({
1631
1615
  productKeys: {
@@ -690,14 +690,6 @@ export const editorExperimentsConfig = {
690
690
  defaultValue: false
691
691
  }),
692
692
  // Added 2025-07-23
693
- // Added 2025-07-24
694
- editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
695
- productKeys: {
696
- confluence: 'editor_enghealth_hyperlink_toolbar_aria_values'
697
- },
698
- param: 'isEnabled',
699
- defaultValue: false
700
- }),
701
693
  //Added 2025-07-16
702
694
  platform_editor_toolbar_aifc: createBooleanExperiment({
703
695
  productKeys: {
@@ -1612,14 +1604,6 @@ export const editorExperimentsConfig = {
1612
1604
  param: 'isEnabled',
1613
1605
  defaultValue: false
1614
1606
  }),
1615
- // Added 2026-03-02
1616
- platform_editor_a11y_table_wrapper_fix: createBooleanExperiment({
1617
- productKeys: {
1618
- confluence: 'platform_editor_a11y_table_wrapper_fix'
1619
- },
1620
- param: 'isEnabled',
1621
- defaultValue: false
1622
- }),
1623
1607
  // Added 2026-03-11
1624
1608
  platform_editor_renderer_error_boundary_stable_key: createBooleanExperiment({
1625
1609
  productKeys: {
@@ -690,14 +690,6 @@ export var editorExperimentsConfig = {
690
690
  defaultValue: false
691
691
  }),
692
692
  // Added 2025-07-23
693
- // Added 2025-07-24
694
- editor_enghealth_hyperlink_toolbar_aria_values: createBooleanExperiment({
695
- productKeys: {
696
- confluence: 'editor_enghealth_hyperlink_toolbar_aria_values'
697
- },
698
- param: 'isEnabled',
699
- defaultValue: false
700
- }),
701
693
  //Added 2025-07-16
702
694
  platform_editor_toolbar_aifc: createBooleanExperiment({
703
695
  productKeys: {
@@ -1612,14 +1604,6 @@ export var editorExperimentsConfig = {
1612
1604
  param: 'isEnabled',
1613
1605
  defaultValue: false
1614
1606
  }),
1615
- // Added 2026-03-02
1616
- platform_editor_a11y_table_wrapper_fix: createBooleanExperiment({
1617
- productKeys: {
1618
- confluence: 'platform_editor_a11y_table_wrapper_fix'
1619
- },
1620
- param: 'isEnabled',
1621
- defaultValue: false
1622
- }),
1623
1607
  // Added 2026-03-11
1624
1608
  platform_editor_renderer_error_boundary_stable_key: createBooleanExperiment({
1625
1609
  productKeys: {
@@ -214,12 +214,6 @@ export declare const editorExperimentsConfig: {
214
214
  productKeys?: ProductKeys;
215
215
  typeGuard: IsBooleanType;
216
216
  };
217
- editor_enghealth_hyperlink_toolbar_aria_values: {
218
- defaultValue: boolean;
219
- param: string;
220
- productKeys?: ProductKeys;
221
- typeGuard: IsBooleanType;
222
- };
223
217
  platform_editor_paste_actions_menu: {
224
218
  defaultValue: boolean;
225
219
  param: string;
@@ -1231,12 +1225,6 @@ export declare const editorExperimentsConfig: {
1231
1225
  productKeys?: ProductKeys;
1232
1226
  typeGuard: IsBooleanType;
1233
1227
  };
1234
- platform_editor_a11y_table_wrapper_fix: {
1235
- defaultValue: boolean;
1236
- param: string;
1237
- productKeys?: ProductKeys;
1238
- typeGuard: IsBooleanType;
1239
- };
1240
1228
  platform_editor_renderer_shadow_observer_cleanup: {
1241
1229
  defaultValue: boolean;
1242
1230
  param: string;
@@ -214,12 +214,6 @@ export declare const editorExperimentsConfig: {
214
214
  productKeys?: ProductKeys;
215
215
  typeGuard: IsBooleanType;
216
216
  };
217
- editor_enghealth_hyperlink_toolbar_aria_values: {
218
- defaultValue: boolean;
219
- param: string;
220
- productKeys?: ProductKeys;
221
- typeGuard: IsBooleanType;
222
- };
223
217
  platform_editor_paste_actions_menu: {
224
218
  defaultValue: boolean;
225
219
  param: string;
@@ -1231,12 +1225,6 @@ export declare const editorExperimentsConfig: {
1231
1225
  productKeys?: ProductKeys;
1232
1226
  typeGuard: IsBooleanType;
1233
1227
  };
1234
- platform_editor_a11y_table_wrapper_fix: {
1235
- defaultValue: boolean;
1236
- param: string;
1237
- productKeys?: ProductKeys;
1238
- typeGuard: IsBooleanType;
1239
- };
1240
1228
  platform_editor_renderer_shadow_observer_cleanup: {
1241
1229
  defaultValue: boolean;
1242
1230
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "56.2.0",
3
+ "version": "57.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",