@atlaskit/tmp-editor-statsig 90.2.0 → 90.3.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,15 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 90.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`55c06e0ce9944`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55c06e0ce9944) -
8
+ [ux] experiment cleanup on fg_cleanup_platform_rovo_inline_chat_missing_analytics_fix
9
+ - [`dc18b82540c1e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dc18b82540c1e) -
10
+ [EDITOR-7606](https://hello.jira.atlassian.cloud/browse/EDITOR-7606) - fix SSR streaming tables
11
+ borders by adopting changes from `platform_editor_vc90_transition_table_border` experiment
12
+
3
13
  ## 90.2.0
4
14
 
5
15
  ### Minor Changes
@@ -1365,14 +1365,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1365
1365
  param: 'isEnabled',
1366
1366
  defaultValue: false
1367
1367
  }),
1368
- // Added 2026-02-06
1369
- platform_rovo_inline_chat_missing_analytics_fix: (0, _experimentBuilders.createBooleanExperiment)({
1370
- productKeys: {
1371
- confluence: 'platform_rovo_inline_chat_missing_analytics_fix'
1372
- },
1373
- param: 'isEnabled',
1374
- defaultValue: false
1375
- }),
1376
1368
  // Added 2026-04-24
1377
1369
  platform_rovo_page_comment_selector_full_width: (0, _experimentBuilders.createBooleanExperiment)({
1378
1370
  productKeys: {
@@ -1496,14 +1488,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
1496
1488
  defaultValue: false
1497
1489
  }),
1498
1490
  // Added 2026-03-04
1499
- platform_editor_vc90_transition_table_border: (0, _experimentBuilders.createBooleanExperiment)({
1500
- productKeys: {
1501
- confluence: 'platform_editor_vc90_transition_table_border'
1502
- },
1503
- param: 'isEnabled',
1504
- defaultValue: false
1505
- }),
1506
- // Added 2026-03-04
1507
1491
  platform_editor_vc90_transition_expand_icon: (0, _experimentBuilders.createBooleanExperiment)({
1508
1492
  productKeys: {
1509
1493
  confluence: 'platform_editor_vc90_transition_expand_icon'
@@ -1359,14 +1359,6 @@ export const editorExperimentsConfig = {
1359
1359
  param: 'isEnabled',
1360
1360
  defaultValue: false
1361
1361
  }),
1362
- // Added 2026-02-06
1363
- platform_rovo_inline_chat_missing_analytics_fix: createBooleanExperiment({
1364
- productKeys: {
1365
- confluence: 'platform_rovo_inline_chat_missing_analytics_fix'
1366
- },
1367
- param: 'isEnabled',
1368
- defaultValue: false
1369
- }),
1370
1362
  // Added 2026-04-24
1371
1363
  platform_rovo_page_comment_selector_full_width: createBooleanExperiment({
1372
1364
  productKeys: {
@@ -1490,14 +1482,6 @@ export const editorExperimentsConfig = {
1490
1482
  defaultValue: false
1491
1483
  }),
1492
1484
  // Added 2026-03-04
1493
- platform_editor_vc90_transition_table_border: createBooleanExperiment({
1494
- productKeys: {
1495
- confluence: 'platform_editor_vc90_transition_table_border'
1496
- },
1497
- param: 'isEnabled',
1498
- defaultValue: false
1499
- }),
1500
- // Added 2026-03-04
1501
1485
  platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
1502
1486
  productKeys: {
1503
1487
  confluence: 'platform_editor_vc90_transition_expand_icon'
@@ -1359,14 +1359,6 @@ export var editorExperimentsConfig = {
1359
1359
  param: 'isEnabled',
1360
1360
  defaultValue: false
1361
1361
  }),
1362
- // Added 2026-02-06
1363
- platform_rovo_inline_chat_missing_analytics_fix: createBooleanExperiment({
1364
- productKeys: {
1365
- confluence: 'platform_rovo_inline_chat_missing_analytics_fix'
1366
- },
1367
- param: 'isEnabled',
1368
- defaultValue: false
1369
- }),
1370
1362
  // Added 2026-04-24
1371
1363
  platform_rovo_page_comment_selector_full_width: createBooleanExperiment({
1372
1364
  productKeys: {
@@ -1490,14 +1482,6 @@ export var editorExperimentsConfig = {
1490
1482
  defaultValue: false
1491
1483
  }),
1492
1484
  // Added 2026-03-04
1493
- platform_editor_vc90_transition_table_border: createBooleanExperiment({
1494
- productKeys: {
1495
- confluence: 'platform_editor_vc90_transition_table_border'
1496
- },
1497
- param: 'isEnabled',
1498
- defaultValue: false
1499
- }),
1500
- // Added 2026-03-04
1501
1485
  platform_editor_vc90_transition_expand_icon: createBooleanExperiment({
1502
1486
  productKeys: {
1503
1487
  confluence: 'platform_editor_vc90_transition_expand_icon'
@@ -1016,12 +1016,6 @@ export declare const editorExperimentsConfig: {
1016
1016
  productKeys?: ProductKeys;
1017
1017
  typeGuard: IsBooleanType;
1018
1018
  };
1019
- platform_rovo_inline_chat_missing_analytics_fix: {
1020
- defaultValue: boolean;
1021
- param: string;
1022
- productKeys?: ProductKeys;
1023
- typeGuard: IsBooleanType;
1024
- };
1025
1019
  platform_rovo_page_comment_selector_full_width: {
1026
1020
  defaultValue: boolean;
1027
1021
  param: string;
@@ -1166,12 +1160,6 @@ export declare const editorExperimentsConfig: {
1166
1160
  productKeys?: ProductKeys;
1167
1161
  typeGuard: IsBooleanType;
1168
1162
  };
1169
- platform_editor_vc90_transition_table_border: {
1170
- defaultValue: boolean;
1171
- param: string;
1172
- productKeys?: ProductKeys;
1173
- typeGuard: IsBooleanType;
1174
- };
1175
1163
  platform_editor_vc90_transition_expand_icon: {
1176
1164
  defaultValue: boolean;
1177
1165
  param: string;
@@ -1016,12 +1016,6 @@ export declare const editorExperimentsConfig: {
1016
1016
  productKeys?: ProductKeys;
1017
1017
  typeGuard: IsBooleanType;
1018
1018
  };
1019
- platform_rovo_inline_chat_missing_analytics_fix: {
1020
- defaultValue: boolean;
1021
- param: string;
1022
- productKeys?: ProductKeys;
1023
- typeGuard: IsBooleanType;
1024
- };
1025
1019
  platform_rovo_page_comment_selector_full_width: {
1026
1020
  defaultValue: boolean;
1027
1021
  param: string;
@@ -1166,12 +1160,6 @@ export declare const editorExperimentsConfig: {
1166
1160
  productKeys?: ProductKeys;
1167
1161
  typeGuard: IsBooleanType;
1168
1162
  };
1169
- platform_editor_vc90_transition_table_border: {
1170
- defaultValue: boolean;
1171
- param: string;
1172
- productKeys?: ProductKeys;
1173
- typeGuard: IsBooleanType;
1174
- };
1175
1163
  platform_editor_vc90_transition_expand_icon: {
1176
1164
  defaultValue: boolean;
1177
1165
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "90.2.0",
3
+ "version": "90.3.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",