@atlaskit/tmp-editor-statsig 25.7.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,21 @@
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
+
3
19
  ## 25.7.0
4
20
 
5
21
  ### 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'
@@ -1430,5 +1422,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1430
1422
  },
1431
1423
  param: 'isEnabled',
1432
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
1433
1433
  })
1434
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'
@@ -1424,5 +1416,13 @@ export const editorExperimentsConfig = {
1424
1416
  },
1425
1417
  param: 'isEnabled',
1426
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
1427
1427
  })
1428
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'
@@ -1424,5 +1416,13 @@ export var editorExperimentsConfig = {
1424
1416
  },
1425
1417
  param: 'isEnabled',
1426
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
1427
1427
  })
1428
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;
@@ -1057,5 +1051,11 @@ export declare const editorExperimentsConfig: {
1057
1051
  productKeys?: ProductKeys;
1058
1052
  typeGuard: IsBooleanType;
1059
1053
  };
1054
+ platform_editor_table_borders_ready_fix: {
1055
+ defaultValue: boolean;
1056
+ param: string;
1057
+ productKeys?: ProductKeys;
1058
+ typeGuard: IsBooleanType;
1059
+ };
1060
1060
  };
1061
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;
@@ -1057,5 +1051,11 @@ export declare const editorExperimentsConfig: {
1057
1051
  productKeys?: ProductKeys;
1058
1052
  typeGuard: IsBooleanType;
1059
1053
  };
1054
+ platform_editor_table_borders_ready_fix: {
1055
+ defaultValue: boolean;
1056
+ param: string;
1057
+ productKeys?: ProductKeys;
1058
+ typeGuard: IsBooleanType;
1059
+ };
1060
1060
  };
1061
1061
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "25.7.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",