@atlaskit/tmp-editor-statsig 25.6.0 → 26.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,32 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 26.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`1caeaf4c95a2e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1caeaf4c95a2e) -
8
+ [NO-ISSUE] Cleaning up platform_editor_ai_exp_inline_date_year_refresh
9
+
10
+ ### Minor Changes
11
+
12
+ - [`81937b9af604e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/81937b9af604e) -
13
+ [ux] fix table border late render issue
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 25.7.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [`954a1eed1f43b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/954a1eed1f43b) -
24
+ [A11Y-35924] wrap LinkPicker in focus lock to return focus to trigger after escaping Link dialog
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+
3
30
  ## 25.6.0
4
31
 
5
32
  ### Minor Changes
@@ -1051,14 +1051,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1051
1051
  defaultValue: false
1052
1052
  }),
1053
1053
  // Added 2025-12-15
1054
- platform_editor_ai_exp_inline_date_year_refresh: (0, _experimentBuilders.createBooleanExperiment)({
1055
- productKeys: {
1056
- confluence: 'platform_editor_ai_exp_inline_date_year_refresh'
1057
- },
1058
- param: 'isEnabled',
1059
- defaultValue: false
1060
- }),
1061
- // Added 2025-12-15
1062
1054
  platform_editor_ai_exp_suggestion_date_comma_delim: (0, _experimentBuilders.createBooleanExperiment)({
1063
1055
  productKeys: {
1064
1056
  confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
@@ -1421,5 +1413,22 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1421
1413
  },
1422
1414
  param: 'isEnabled',
1423
1415
  defaultValue: false
1416
+ }),
1417
+ // Added 2026-02-12
1418
+ platform_editor_a11y_escape_link_dialog: (0, _experimentBuilders.createBooleanExperiment)({
1419
+ productKeys: {
1420
+ confluence: 'platform_editor_a11y_escape_link_dialog',
1421
+ jira: 'platform_editor_a11y_escape_link_dialog'
1422
+ },
1423
+ param: 'isEnabled',
1424
+ defaultValue: false
1425
+ }),
1426
+ // Added 2026-02-19
1427
+ platform_editor_table_borders_ready_fix: (0, _experimentBuilders.createBooleanExperiment)({
1428
+ productKeys: {
1429
+ confluence: 'platform_editor_table_borders_ready_fix'
1430
+ },
1431
+ param: 'isEnabled',
1432
+ defaultValue: false
1424
1433
  })
1425
1434
  };
@@ -1045,14 +1045,6 @@ export const editorExperimentsConfig = {
1045
1045
  defaultValue: false
1046
1046
  }),
1047
1047
  // Added 2025-12-15
1048
- platform_editor_ai_exp_inline_date_year_refresh: createBooleanExperiment({
1049
- productKeys: {
1050
- confluence: 'platform_editor_ai_exp_inline_date_year_refresh'
1051
- },
1052
- param: 'isEnabled',
1053
- defaultValue: false
1054
- }),
1055
- // Added 2025-12-15
1056
1048
  platform_editor_ai_exp_suggestion_date_comma_delim: createBooleanExperiment({
1057
1049
  productKeys: {
1058
1050
  confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
@@ -1415,5 +1407,22 @@ export const editorExperimentsConfig = {
1415
1407
  },
1416
1408
  param: 'isEnabled',
1417
1409
  defaultValue: false
1410
+ }),
1411
+ // Added 2026-02-12
1412
+ platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
1413
+ productKeys: {
1414
+ confluence: 'platform_editor_a11y_escape_link_dialog',
1415
+ jira: 'platform_editor_a11y_escape_link_dialog'
1416
+ },
1417
+ param: 'isEnabled',
1418
+ defaultValue: false
1419
+ }),
1420
+ // Added 2026-02-19
1421
+ platform_editor_table_borders_ready_fix: createBooleanExperiment({
1422
+ productKeys: {
1423
+ confluence: 'platform_editor_table_borders_ready_fix'
1424
+ },
1425
+ param: 'isEnabled',
1426
+ defaultValue: false
1418
1427
  })
1419
1428
  };
@@ -1045,14 +1045,6 @@ export var editorExperimentsConfig = {
1045
1045
  defaultValue: false
1046
1046
  }),
1047
1047
  // Added 2025-12-15
1048
- platform_editor_ai_exp_inline_date_year_refresh: createBooleanExperiment({
1049
- productKeys: {
1050
- confluence: 'platform_editor_ai_exp_inline_date_year_refresh'
1051
- },
1052
- param: 'isEnabled',
1053
- defaultValue: false
1054
- }),
1055
- // Added 2025-12-15
1056
1048
  platform_editor_ai_exp_suggestion_date_comma_delim: createBooleanExperiment({
1057
1049
  productKeys: {
1058
1050
  confluence: 'platform_editor_ai_exp_suggestion_date_comma_delim'
@@ -1415,5 +1407,22 @@ export var editorExperimentsConfig = {
1415
1407
  },
1416
1408
  param: 'isEnabled',
1417
1409
  defaultValue: false
1410
+ }),
1411
+ // Added 2026-02-12
1412
+ platform_editor_a11y_escape_link_dialog: createBooleanExperiment({
1413
+ productKeys: {
1414
+ confluence: 'platform_editor_a11y_escape_link_dialog',
1415
+ jira: 'platform_editor_a11y_escape_link_dialog'
1416
+ },
1417
+ param: 'isEnabled',
1418
+ defaultValue: false
1419
+ }),
1420
+ // Added 2026-02-19
1421
+ platform_editor_table_borders_ready_fix: createBooleanExperiment({
1422
+ productKeys: {
1423
+ confluence: 'platform_editor_table_borders_ready_fix'
1424
+ },
1425
+ param: 'isEnabled',
1426
+ defaultValue: false
1418
1427
  })
1419
1428
  };
@@ -767,12 +767,6 @@ export declare const editorExperimentsConfig: {
767
767
  productKeys?: ProductKeys;
768
768
  typeGuard: IsBooleanType;
769
769
  };
770
- platform_editor_ai_exp_inline_date_year_refresh: {
771
- defaultValue: boolean;
772
- param: string;
773
- productKeys?: ProductKeys;
774
- typeGuard: IsBooleanType;
775
- };
776
770
  platform_editor_ai_disable_bridge_without_ai: {
777
771
  defaultValue: boolean;
778
772
  param: string;
@@ -1051,5 +1045,17 @@ export declare const editorExperimentsConfig: {
1051
1045
  productKeys?: ProductKeys;
1052
1046
  typeGuard: IsBooleanType;
1053
1047
  };
1048
+ platform_editor_a11y_escape_link_dialog: {
1049
+ defaultValue: boolean;
1050
+ param: string;
1051
+ productKeys?: ProductKeys;
1052
+ typeGuard: IsBooleanType;
1053
+ };
1054
+ platform_editor_table_borders_ready_fix: {
1055
+ defaultValue: boolean;
1056
+ param: string;
1057
+ productKeys?: ProductKeys;
1058
+ typeGuard: IsBooleanType;
1059
+ };
1054
1060
  };
1055
1061
  export {};
@@ -767,12 +767,6 @@ export declare const editorExperimentsConfig: {
767
767
  productKeys?: ProductKeys;
768
768
  typeGuard: IsBooleanType;
769
769
  };
770
- platform_editor_ai_exp_inline_date_year_refresh: {
771
- defaultValue: boolean;
772
- param: string;
773
- productKeys?: ProductKeys;
774
- typeGuard: IsBooleanType;
775
- };
776
770
  platform_editor_ai_disable_bridge_without_ai: {
777
771
  defaultValue: boolean;
778
772
  param: string;
@@ -1051,5 +1045,17 @@ export declare const editorExperimentsConfig: {
1051
1045
  productKeys?: ProductKeys;
1052
1046
  typeGuard: IsBooleanType;
1053
1047
  };
1048
+ platform_editor_a11y_escape_link_dialog: {
1049
+ defaultValue: boolean;
1050
+ param: string;
1051
+ productKeys?: ProductKeys;
1052
+ typeGuard: IsBooleanType;
1053
+ };
1054
+ platform_editor_table_borders_ready_fix: {
1055
+ defaultValue: boolean;
1056
+ param: string;
1057
+ productKeys?: ProductKeys;
1058
+ typeGuard: IsBooleanType;
1059
+ };
1054
1060
  };
1055
1061
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "25.6.0",
3
+ "version": "26.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",