@atlaskit/tmp-editor-statsig 80.3.0 → 81.1.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 +24 -0
- package/dist/cjs/experiments-config.js +8 -17
- package/dist/es2019/experiments-config.js +8 -17
- package/dist/esm/experiments-config.js +8 -17
- package/dist/types/experiments-config.d.ts +6 -12
- package/dist/types-ts4.5/experiments-config.d.ts +6 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 81.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`46f34d2400d1c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46f34d2400d1c) -
|
|
8
|
+
Fixes malfunctioning sticky header when header columns are merged so that headers don't
|
|
9
|
+
stack/overlap.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 81.0.0
|
|
16
|
+
|
|
17
|
+
### Major Changes
|
|
18
|
+
|
|
19
|
+
- [`c61ad86da2b49`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c61ad86da2b49) -
|
|
20
|
+
Clean up `platform_editor_remove_grid_init_reflow` experiment.
|
|
21
|
+
- Remove `expValEquals` gate check from `ContentComponent` in `editor-plugin-grid`, keeping the
|
|
22
|
+
treatment branch (`isEnabled=true`) logic permanently
|
|
23
|
+
- Remove unused `expValEquals` import from `gridPlugin.tsx`
|
|
24
|
+
- Remove `platform_editor_remove_grid_init_reflow` type definition and config entries from
|
|
25
|
+
`tmp-editor-statsig` experiments-config
|
|
26
|
+
|
|
3
27
|
## 80.3.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
|
@@ -809,15 +809,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
809
809
|
param: 'isEnabled',
|
|
810
810
|
defaultValue: false
|
|
811
811
|
}),
|
|
812
|
-
// Added 2026-03-05
|
|
813
|
-
platform_synced_block_patch_6: (0, _experimentBuilders.createBooleanExperiment)({
|
|
814
|
-
productKeys: {
|
|
815
|
-
confluence: 'platform_synced_block_patch_6',
|
|
816
|
-
jira: 'platform_synced_block_patch_6'
|
|
817
|
-
},
|
|
818
|
-
param: 'isEnabled',
|
|
819
|
-
defaultValue: false
|
|
820
|
-
}),
|
|
821
812
|
// Added 2025-08-18
|
|
822
813
|
platform_editor_locale_datepicker: (0, _experimentBuilders.createBooleanExperiment)({
|
|
823
814
|
productKeys: {
|
|
@@ -1617,14 +1608,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1617
1608
|
param: 'isEnabled',
|
|
1618
1609
|
defaultValue: false
|
|
1619
1610
|
}),
|
|
1620
|
-
// Added 2026-03-11
|
|
1621
|
-
platform_editor_remove_grid_init_reflow: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1622
|
-
productKeys: {
|
|
1623
|
-
confluence: 'platform_editor_remove_grid_init_reflow'
|
|
1624
|
-
},
|
|
1625
|
-
param: 'isEnabled',
|
|
1626
|
-
defaultValue: false
|
|
1627
|
-
}),
|
|
1628
1611
|
platform_editor_small_font_size: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1629
1612
|
productKeys: {
|
|
1630
1613
|
confluence: 'platform_editor_small_font_size',
|
|
@@ -2225,5 +2208,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2225
2208
|
},
|
|
2226
2209
|
param: 'isEnabled',
|
|
2227
2210
|
defaultValue: false
|
|
2211
|
+
}),
|
|
2212
|
+
// Added 2026-05-15
|
|
2213
|
+
platform_editor_fix_sticky_header_malfunction: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2214
|
+
productKeys: {
|
|
2215
|
+
confluence: 'platform_editor_fix_sticky_header_malfunction'
|
|
2216
|
+
},
|
|
2217
|
+
param: 'isEnabled',
|
|
2218
|
+
defaultValue: false
|
|
2228
2219
|
})
|
|
2229
2220
|
};
|
|
@@ -803,15 +803,6 @@ export const editorExperimentsConfig = {
|
|
|
803
803
|
param: 'isEnabled',
|
|
804
804
|
defaultValue: false
|
|
805
805
|
}),
|
|
806
|
-
// Added 2026-03-05
|
|
807
|
-
platform_synced_block_patch_6: createBooleanExperiment({
|
|
808
|
-
productKeys: {
|
|
809
|
-
confluence: 'platform_synced_block_patch_6',
|
|
810
|
-
jira: 'platform_synced_block_patch_6'
|
|
811
|
-
},
|
|
812
|
-
param: 'isEnabled',
|
|
813
|
-
defaultValue: false
|
|
814
|
-
}),
|
|
815
806
|
// Added 2025-08-18
|
|
816
807
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
817
808
|
productKeys: {
|
|
@@ -1611,14 +1602,6 @@ export const editorExperimentsConfig = {
|
|
|
1611
1602
|
param: 'isEnabled',
|
|
1612
1603
|
defaultValue: false
|
|
1613
1604
|
}),
|
|
1614
|
-
// Added 2026-03-11
|
|
1615
|
-
platform_editor_remove_grid_init_reflow: createBooleanExperiment({
|
|
1616
|
-
productKeys: {
|
|
1617
|
-
confluence: 'platform_editor_remove_grid_init_reflow'
|
|
1618
|
-
},
|
|
1619
|
-
param: 'isEnabled',
|
|
1620
|
-
defaultValue: false
|
|
1621
|
-
}),
|
|
1622
1605
|
platform_editor_small_font_size: createBooleanExperiment({
|
|
1623
1606
|
productKeys: {
|
|
1624
1607
|
confluence: 'platform_editor_small_font_size',
|
|
@@ -2219,5 +2202,13 @@ export const editorExperimentsConfig = {
|
|
|
2219
2202
|
},
|
|
2220
2203
|
param: 'isEnabled',
|
|
2221
2204
|
defaultValue: false
|
|
2205
|
+
}),
|
|
2206
|
+
// Added 2026-05-15
|
|
2207
|
+
platform_editor_fix_sticky_header_malfunction: createBooleanExperiment({
|
|
2208
|
+
productKeys: {
|
|
2209
|
+
confluence: 'platform_editor_fix_sticky_header_malfunction'
|
|
2210
|
+
},
|
|
2211
|
+
param: 'isEnabled',
|
|
2212
|
+
defaultValue: false
|
|
2222
2213
|
})
|
|
2223
2214
|
};
|
|
@@ -803,15 +803,6 @@ export var editorExperimentsConfig = {
|
|
|
803
803
|
param: 'isEnabled',
|
|
804
804
|
defaultValue: false
|
|
805
805
|
}),
|
|
806
|
-
// Added 2026-03-05
|
|
807
|
-
platform_synced_block_patch_6: createBooleanExperiment({
|
|
808
|
-
productKeys: {
|
|
809
|
-
confluence: 'platform_synced_block_patch_6',
|
|
810
|
-
jira: 'platform_synced_block_patch_6'
|
|
811
|
-
},
|
|
812
|
-
param: 'isEnabled',
|
|
813
|
-
defaultValue: false
|
|
814
|
-
}),
|
|
815
806
|
// Added 2025-08-18
|
|
816
807
|
platform_editor_locale_datepicker: createBooleanExperiment({
|
|
817
808
|
productKeys: {
|
|
@@ -1611,14 +1602,6 @@ export var editorExperimentsConfig = {
|
|
|
1611
1602
|
param: 'isEnabled',
|
|
1612
1603
|
defaultValue: false
|
|
1613
1604
|
}),
|
|
1614
|
-
// Added 2026-03-11
|
|
1615
|
-
platform_editor_remove_grid_init_reflow: createBooleanExperiment({
|
|
1616
|
-
productKeys: {
|
|
1617
|
-
confluence: 'platform_editor_remove_grid_init_reflow'
|
|
1618
|
-
},
|
|
1619
|
-
param: 'isEnabled',
|
|
1620
|
-
defaultValue: false
|
|
1621
|
-
}),
|
|
1622
1605
|
platform_editor_small_font_size: createBooleanExperiment({
|
|
1623
1606
|
productKeys: {
|
|
1624
1607
|
confluence: 'platform_editor_small_font_size',
|
|
@@ -2219,5 +2202,13 @@ export var editorExperimentsConfig = {
|
|
|
2219
2202
|
},
|
|
2220
2203
|
param: 'isEnabled',
|
|
2221
2204
|
defaultValue: false
|
|
2205
|
+
}),
|
|
2206
|
+
// Added 2026-05-15
|
|
2207
|
+
platform_editor_fix_sticky_header_malfunction: createBooleanExperiment({
|
|
2208
|
+
productKeys: {
|
|
2209
|
+
confluence: 'platform_editor_fix_sticky_header_malfunction'
|
|
2210
|
+
},
|
|
2211
|
+
param: 'isEnabled',
|
|
2212
|
+
defaultValue: false
|
|
2222
2213
|
})
|
|
2223
2214
|
};
|
|
@@ -760,12 +760,6 @@ export declare const editorExperimentsConfig: {
|
|
|
760
760
|
productKeys?: ProductKeys;
|
|
761
761
|
typeGuard: IsBooleanType;
|
|
762
762
|
};
|
|
763
|
-
platform_synced_block_patch_6: {
|
|
764
|
-
defaultValue: boolean;
|
|
765
|
-
param: string;
|
|
766
|
-
productKeys?: ProductKeys;
|
|
767
|
-
typeGuard: IsBooleanType;
|
|
768
|
-
};
|
|
769
763
|
editor_synced_block_perf: {
|
|
770
764
|
defaultValue: boolean;
|
|
771
765
|
param: string;
|
|
@@ -1249,12 +1243,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1249
1243
|
productKeys?: ProductKeys;
|
|
1250
1244
|
typeGuard: IsBooleanType;
|
|
1251
1245
|
};
|
|
1252
|
-
platform_editor_remove_grid_init_reflow: {
|
|
1253
|
-
defaultValue: boolean;
|
|
1254
|
-
param: string;
|
|
1255
|
-
productKeys?: ProductKeys;
|
|
1256
|
-
typeGuard: IsBooleanType;
|
|
1257
|
-
};
|
|
1258
1246
|
platform_editor_small_font_size: {
|
|
1259
1247
|
defaultValue: boolean;
|
|
1260
1248
|
param: string;
|
|
@@ -1609,6 +1597,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1609
1597
|
productKeys?: ProductKeys;
|
|
1610
1598
|
typeGuard: IsBooleanType;
|
|
1611
1599
|
};
|
|
1600
|
+
platform_editor_fix_sticky_header_malfunction: {
|
|
1601
|
+
defaultValue: boolean;
|
|
1602
|
+
param: string;
|
|
1603
|
+
productKeys?: ProductKeys;
|
|
1604
|
+
typeGuard: IsBooleanType;
|
|
1605
|
+
};
|
|
1612
1606
|
platform_editor_paste_actions_menu_v2: {
|
|
1613
1607
|
defaultValue: 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
|
|
1614
1608
|
param: string;
|
|
@@ -760,12 +760,6 @@ export declare const editorExperimentsConfig: {
|
|
|
760
760
|
productKeys?: ProductKeys;
|
|
761
761
|
typeGuard: IsBooleanType;
|
|
762
762
|
};
|
|
763
|
-
platform_synced_block_patch_6: {
|
|
764
|
-
defaultValue: boolean;
|
|
765
|
-
param: string;
|
|
766
|
-
productKeys?: ProductKeys;
|
|
767
|
-
typeGuard: IsBooleanType;
|
|
768
|
-
};
|
|
769
763
|
editor_synced_block_perf: {
|
|
770
764
|
defaultValue: boolean;
|
|
771
765
|
param: string;
|
|
@@ -1249,12 +1243,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1249
1243
|
productKeys?: ProductKeys;
|
|
1250
1244
|
typeGuard: IsBooleanType;
|
|
1251
1245
|
};
|
|
1252
|
-
platform_editor_remove_grid_init_reflow: {
|
|
1253
|
-
defaultValue: boolean;
|
|
1254
|
-
param: string;
|
|
1255
|
-
productKeys?: ProductKeys;
|
|
1256
|
-
typeGuard: IsBooleanType;
|
|
1257
|
-
};
|
|
1258
1246
|
platform_editor_small_font_size: {
|
|
1259
1247
|
defaultValue: boolean;
|
|
1260
1248
|
param: string;
|
|
@@ -1609,6 +1597,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1609
1597
|
productKeys?: ProductKeys;
|
|
1610
1598
|
typeGuard: IsBooleanType;
|
|
1611
1599
|
};
|
|
1600
|
+
platform_editor_fix_sticky_header_malfunction: {
|
|
1601
|
+
defaultValue: boolean;
|
|
1602
|
+
param: string;
|
|
1603
|
+
productKeys?: ProductKeys;
|
|
1604
|
+
typeGuard: IsBooleanType;
|
|
1605
|
+
};
|
|
1612
1606
|
platform_editor_paste_actions_menu_v2: {
|
|
1613
1607
|
defaultValue: 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
|
|
1614
1608
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "81.1.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",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
},
|
|
34
34
|
"atlaskit:src": "src/index.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@atlaskit/feature-gate-js-client": "^5.
|
|
36
|
+
"@atlaskit/feature-gate-js-client": "^5.7.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/react-ufo": "^5.
|
|
38
|
+
"@atlaskit/react-ufo": "^5.21.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"platform-feature-flags": {
|