@atlaskit/tmp-editor-statsig 82.4.0 → 83.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,25 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 83.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`dbe895a6ef5a2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dbe895a6ef5a2) -
|
|
8
|
+
Remove platform_editor_paste_actions_menu_v2_boolean, we will instead use
|
|
9
|
+
`['hasAltAiActions', 'hasSpellingAndGrammar'].includes(expValNoExposure('platform_editor_paste_actions_menu_v2', 'variant', 'control'))`
|
|
10
|
+
to check if experiments are not in control
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
16
|
+
## 82.5.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [`bc59bccc2fc5c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bc59bccc2fc5c) -
|
|
21
|
+
Reorder advanced layout quick insert suggestions
|
|
22
|
+
|
|
3
23
|
## 82.4.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -1922,6 +1922,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1922
1922
|
param: 'isEnabled',
|
|
1923
1923
|
defaultValue: false
|
|
1924
1924
|
}),
|
|
1925
|
+
// Added 2026-05-21
|
|
1926
|
+
platform_editor_layout_typeahead_reorder: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1927
|
+
productKeys: {
|
|
1928
|
+
confluence: 'platform_editor_layout_typeahead_reorder',
|
|
1929
|
+
jira: 'platform_editor_layout_typeahead_reorder'
|
|
1930
|
+
},
|
|
1931
|
+
param: 'isEnabled',
|
|
1932
|
+
defaultValue: false
|
|
1933
|
+
}),
|
|
1925
1934
|
// Added 2026-03-31
|
|
1926
1935
|
platform_editor_lovability_distribute_column_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1927
1936
|
productKeys: {
|
|
@@ -2167,14 +2176,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2167
2176
|
values: ['control', 'hasSpellingAndGrammar', 'hasAltAiActions'],
|
|
2168
2177
|
defaultValue: 'control'
|
|
2169
2178
|
}),
|
|
2170
|
-
platform_editor_paste_actions_menu_v2_boolean: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2171
|
-
productKeys: {
|
|
2172
|
-
confluence: 'platform_editor_paste_actions_menu_v2',
|
|
2173
|
-
jira: 'platform_editor_paste_actions_menu_v2'
|
|
2174
|
-
},
|
|
2175
|
-
param: 'isEnabled',
|
|
2176
|
-
defaultValue: false
|
|
2177
|
-
}),
|
|
2178
2179
|
// Added 2026-05-04
|
|
2179
2180
|
platform_editor_show_diff_fix_missing_attrs: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2180
2181
|
productKeys: {
|
|
@@ -1916,6 +1916,15 @@ export const editorExperimentsConfig = {
|
|
|
1916
1916
|
param: 'isEnabled',
|
|
1917
1917
|
defaultValue: false
|
|
1918
1918
|
}),
|
|
1919
|
+
// Added 2026-05-21
|
|
1920
|
+
platform_editor_layout_typeahead_reorder: createBooleanExperiment({
|
|
1921
|
+
productKeys: {
|
|
1922
|
+
confluence: 'platform_editor_layout_typeahead_reorder',
|
|
1923
|
+
jira: 'platform_editor_layout_typeahead_reorder'
|
|
1924
|
+
},
|
|
1925
|
+
param: 'isEnabled',
|
|
1926
|
+
defaultValue: false
|
|
1927
|
+
}),
|
|
1919
1928
|
// Added 2026-03-31
|
|
1920
1929
|
platform_editor_lovability_distribute_column_fix: createBooleanExperiment({
|
|
1921
1930
|
productKeys: {
|
|
@@ -2161,14 +2170,6 @@ export const editorExperimentsConfig = {
|
|
|
2161
2170
|
values: ['control', 'hasSpellingAndGrammar', 'hasAltAiActions'],
|
|
2162
2171
|
defaultValue: 'control'
|
|
2163
2172
|
}),
|
|
2164
|
-
platform_editor_paste_actions_menu_v2_boolean: createBooleanExperiment({
|
|
2165
|
-
productKeys: {
|
|
2166
|
-
confluence: 'platform_editor_paste_actions_menu_v2',
|
|
2167
|
-
jira: 'platform_editor_paste_actions_menu_v2'
|
|
2168
|
-
},
|
|
2169
|
-
param: 'isEnabled',
|
|
2170
|
-
defaultValue: false
|
|
2171
|
-
}),
|
|
2172
2173
|
// Added 2026-05-04
|
|
2173
2174
|
platform_editor_show_diff_fix_missing_attrs: createBooleanExperiment({
|
|
2174
2175
|
productKeys: {
|
|
@@ -1916,6 +1916,15 @@ export var editorExperimentsConfig = {
|
|
|
1916
1916
|
param: 'isEnabled',
|
|
1917
1917
|
defaultValue: false
|
|
1918
1918
|
}),
|
|
1919
|
+
// Added 2026-05-21
|
|
1920
|
+
platform_editor_layout_typeahead_reorder: createBooleanExperiment({
|
|
1921
|
+
productKeys: {
|
|
1922
|
+
confluence: 'platform_editor_layout_typeahead_reorder',
|
|
1923
|
+
jira: 'platform_editor_layout_typeahead_reorder'
|
|
1924
|
+
},
|
|
1925
|
+
param: 'isEnabled',
|
|
1926
|
+
defaultValue: false
|
|
1927
|
+
}),
|
|
1919
1928
|
// Added 2026-03-31
|
|
1920
1929
|
platform_editor_lovability_distribute_column_fix: createBooleanExperiment({
|
|
1921
1930
|
productKeys: {
|
|
@@ -2161,14 +2170,6 @@ export var editorExperimentsConfig = {
|
|
|
2161
2170
|
values: ['control', 'hasSpellingAndGrammar', 'hasAltAiActions'],
|
|
2162
2171
|
defaultValue: 'control'
|
|
2163
2172
|
}),
|
|
2164
|
-
platform_editor_paste_actions_menu_v2_boolean: createBooleanExperiment({
|
|
2165
|
-
productKeys: {
|
|
2166
|
-
confluence: 'platform_editor_paste_actions_menu_v2',
|
|
2167
|
-
jira: 'platform_editor_paste_actions_menu_v2'
|
|
2168
|
-
},
|
|
2169
|
-
param: 'isEnabled',
|
|
2170
|
-
defaultValue: false
|
|
2171
|
-
}),
|
|
2172
2173
|
// Added 2026-05-04
|
|
2173
2174
|
platform_editor_show_diff_fix_missing_attrs: createBooleanExperiment({
|
|
2174
2175
|
productKeys: {
|
|
@@ -1027,6 +1027,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1027
1027
|
productKeys?: ProductKeys;
|
|
1028
1028
|
typeGuard: IsBooleanType;
|
|
1029
1029
|
};
|
|
1030
|
+
platform_editor_layout_typeahead_reorder: {
|
|
1031
|
+
defaultValue: boolean;
|
|
1032
|
+
param: string;
|
|
1033
|
+
productKeys?: ProductKeys;
|
|
1034
|
+
typeGuard: IsBooleanType;
|
|
1035
|
+
};
|
|
1030
1036
|
platform_editor_perf_lint_cleanup: {
|
|
1031
1037
|
defaultValue: boolean;
|
|
1032
1038
|
param: string;
|
|
@@ -1616,12 +1622,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1616
1622
|
typeGuard: (value: unknown) => value is 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
|
|
1617
1623
|
values: ('control' | 'hasSpellingAndGrammar' | 'hasAltAiActions')[];
|
|
1618
1624
|
};
|
|
1619
|
-
platform_editor_paste_actions_menu_v2_boolean: {
|
|
1620
|
-
defaultValue: boolean;
|
|
1621
|
-
param: string;
|
|
1622
|
-
productKeys?: ProductKeys;
|
|
1623
|
-
typeGuard: IsBooleanType;
|
|
1624
|
-
};
|
|
1625
1625
|
'jira-smart-replies-v2': {
|
|
1626
1626
|
defaultValue: boolean;
|
|
1627
1627
|
param: string;
|
|
@@ -1027,6 +1027,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1027
1027
|
productKeys?: ProductKeys;
|
|
1028
1028
|
typeGuard: IsBooleanType;
|
|
1029
1029
|
};
|
|
1030
|
+
platform_editor_layout_typeahead_reorder: {
|
|
1031
|
+
defaultValue: boolean;
|
|
1032
|
+
param: string;
|
|
1033
|
+
productKeys?: ProductKeys;
|
|
1034
|
+
typeGuard: IsBooleanType;
|
|
1035
|
+
};
|
|
1030
1036
|
platform_editor_perf_lint_cleanup: {
|
|
1031
1037
|
defaultValue: boolean;
|
|
1032
1038
|
param: string;
|
|
@@ -1616,12 +1622,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1616
1622
|
typeGuard: (value: unknown) => value is 'control' | 'hasSpellingAndGrammar' | 'hasAltAiActions';
|
|
1617
1623
|
values: ('control' | 'hasSpellingAndGrammar' | 'hasAltAiActions')[];
|
|
1618
1624
|
};
|
|
1619
|
-
platform_editor_paste_actions_menu_v2_boolean: {
|
|
1620
|
-
defaultValue: boolean;
|
|
1621
|
-
param: string;
|
|
1622
|
-
productKeys?: ProductKeys;
|
|
1623
|
-
typeGuard: IsBooleanType;
|
|
1624
|
-
};
|
|
1625
1625
|
'jira-smart-replies-v2': {
|
|
1626
1626
|
defaultValue: boolean;
|
|
1627
1627
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "83.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",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.7.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/react-ufo": "^6.
|
|
38
|
+
"@atlaskit/react-ufo": "^6.1.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"platform-feature-flags": {
|