@atlaskit/tmp-editor-statsig 183.0.0 → 184.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,17 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 184.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`d92f804b3ec93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d92f804b3ec93) -
|
|
8
|
+
Permanently enable single-row native sticky header behavior and remove the fully rolled-out
|
|
9
|
+
`platform_editor_table_q4_patch_4` experiment.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 183.0.0
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
|
@@ -1447,15 +1447,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1447
1447
|
param: 'isEnabled',
|
|
1448
1448
|
defaultValue: false
|
|
1449
1449
|
}),
|
|
1450
|
-
// Added 2026-07-21
|
|
1451
|
-
platform_editor_table_q4_patch_4: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1452
|
-
productKeys: {
|
|
1453
|
-
confluence: 'platform_editor_table_q4_patch_4',
|
|
1454
|
-
jira: 'platform_editor_table_q4_patch_4'
|
|
1455
|
-
},
|
|
1456
|
-
param: 'isEnabled',
|
|
1457
|
-
defaultValue: false
|
|
1458
|
-
}),
|
|
1459
1450
|
// Added 2026-05-11
|
|
1460
1451
|
platform_editor_table_menu_updates: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1461
1452
|
productKeys: {
|
|
@@ -1441,15 +1441,6 @@ export const editorExperimentsConfig = {
|
|
|
1441
1441
|
param: 'isEnabled',
|
|
1442
1442
|
defaultValue: false
|
|
1443
1443
|
}),
|
|
1444
|
-
// Added 2026-07-21
|
|
1445
|
-
platform_editor_table_q4_patch_4: createBooleanExperiment({
|
|
1446
|
-
productKeys: {
|
|
1447
|
-
confluence: 'platform_editor_table_q4_patch_4',
|
|
1448
|
-
jira: 'platform_editor_table_q4_patch_4'
|
|
1449
|
-
},
|
|
1450
|
-
param: 'isEnabled',
|
|
1451
|
-
defaultValue: false
|
|
1452
|
-
}),
|
|
1453
1444
|
// Added 2026-05-11
|
|
1454
1445
|
platform_editor_table_menu_updates: createBooleanExperiment({
|
|
1455
1446
|
productKeys: {
|
|
@@ -1441,15 +1441,6 @@ export var editorExperimentsConfig = {
|
|
|
1441
1441
|
param: 'isEnabled',
|
|
1442
1442
|
defaultValue: false
|
|
1443
1443
|
}),
|
|
1444
|
-
// Added 2026-07-21
|
|
1445
|
-
platform_editor_table_q4_patch_4: createBooleanExperiment({
|
|
1446
|
-
productKeys: {
|
|
1447
|
-
confluence: 'platform_editor_table_q4_patch_4',
|
|
1448
|
-
jira: 'platform_editor_table_q4_patch_4'
|
|
1449
|
-
},
|
|
1450
|
-
param: 'isEnabled',
|
|
1451
|
-
defaultValue: false
|
|
1452
|
-
}),
|
|
1453
1444
|
// Added 2026-05-11
|
|
1454
1445
|
platform_editor_table_menu_updates: createBooleanExperiment({
|
|
1455
1446
|
productKeys: {
|
|
@@ -1052,12 +1052,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1052
1052
|
productKeys?: ProductKeys;
|
|
1053
1053
|
typeGuard: IsBooleanType;
|
|
1054
1054
|
};
|
|
1055
|
-
platform_editor_table_q4_patch_4: {
|
|
1056
|
-
defaultValue: boolean;
|
|
1057
|
-
param: string;
|
|
1058
|
-
productKeys?: ProductKeys;
|
|
1059
|
-
typeGuard: IsBooleanType;
|
|
1060
|
-
};
|
|
1061
1055
|
platform_editor_table_menu_updates: {
|
|
1062
1056
|
defaultValue: boolean;
|
|
1063
1057
|
param: string;
|
package/package.json
CHANGED