@atlaskit/tmp-editor-statsig 82.3.0 → 82.5.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 +15 -0
- package/dist/cjs/experiments-config.js +17 -0
- package/dist/es2019/experiments-config.js +17 -0
- package/dist/esm/experiments-config.js +17 -0
- package/dist/types/experiments-config.d.ts +12 -0
- package/dist/types-ts4.5/experiments-config.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 82.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`bc59bccc2fc5c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bc59bccc2fc5c) -
|
|
8
|
+
Reorder advanced layout quick insert suggestions
|
|
9
|
+
|
|
10
|
+
## 82.4.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`41962dd9dccb2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/41962dd9dccb2) -
|
|
15
|
+
NO-ISSUE: adds a default toolbar state so we can render the toolbar on initial load without
|
|
16
|
+
relying on editor state
|
|
17
|
+
|
|
3
18
|
## 82.3.0
|
|
4
19
|
|
|
5
20
|
### 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: {
|
|
@@ -2225,6 +2234,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2225
2234
|
param: 'isEnabled',
|
|
2226
2235
|
defaultValue: false
|
|
2227
2236
|
}),
|
|
2237
|
+
// Added 2026-05-20
|
|
2238
|
+
platform_editor_default_toolbar_state: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2239
|
+
productKeys: {
|
|
2240
|
+
confluence: 'platform_editor_default_toolbar_state'
|
|
2241
|
+
},
|
|
2242
|
+
param: 'isEnabled',
|
|
2243
|
+
defaultValue: false
|
|
2244
|
+
}),
|
|
2228
2245
|
// Added 2026-05-15
|
|
2229
2246
|
platform_editor_fix_sticky_header_malfunction: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2230
2247
|
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: {
|
|
@@ -2219,6 +2228,14 @@ export const editorExperimentsConfig = {
|
|
|
2219
2228
|
param: 'isEnabled',
|
|
2220
2229
|
defaultValue: false
|
|
2221
2230
|
}),
|
|
2231
|
+
// Added 2026-05-20
|
|
2232
|
+
platform_editor_default_toolbar_state: createBooleanExperiment({
|
|
2233
|
+
productKeys: {
|
|
2234
|
+
confluence: 'platform_editor_default_toolbar_state'
|
|
2235
|
+
},
|
|
2236
|
+
param: 'isEnabled',
|
|
2237
|
+
defaultValue: false
|
|
2238
|
+
}),
|
|
2222
2239
|
// Added 2026-05-15
|
|
2223
2240
|
platform_editor_fix_sticky_header_malfunction: createBooleanExperiment({
|
|
2224
2241
|
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: {
|
|
@@ -2219,6 +2228,14 @@ export var editorExperimentsConfig = {
|
|
|
2219
2228
|
param: 'isEnabled',
|
|
2220
2229
|
defaultValue: false
|
|
2221
2230
|
}),
|
|
2231
|
+
// Added 2026-05-20
|
|
2232
|
+
platform_editor_default_toolbar_state: createBooleanExperiment({
|
|
2233
|
+
productKeys: {
|
|
2234
|
+
confluence: 'platform_editor_default_toolbar_state'
|
|
2235
|
+
},
|
|
2236
|
+
param: 'isEnabled',
|
|
2237
|
+
defaultValue: false
|
|
2238
|
+
}),
|
|
2222
2239
|
// Added 2026-05-15
|
|
2223
2240
|
platform_editor_fix_sticky_header_malfunction: createBooleanExperiment({
|
|
2224
2241
|
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;
|
|
@@ -1634,6 +1640,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1634
1640
|
productKeys?: ProductKeys;
|
|
1635
1641
|
typeGuard: IsBooleanType;
|
|
1636
1642
|
};
|
|
1643
|
+
platform_editor_default_toolbar_state: {
|
|
1644
|
+
defaultValue: boolean;
|
|
1645
|
+
param: string;
|
|
1646
|
+
productKeys?: ProductKeys;
|
|
1647
|
+
typeGuard: IsBooleanType;
|
|
1648
|
+
};
|
|
1637
1649
|
platform_editor_nest_table_in_panel: {
|
|
1638
1650
|
defaultValue: boolean;
|
|
1639
1651
|
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;
|
|
@@ -1634,6 +1640,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1634
1640
|
productKeys?: ProductKeys;
|
|
1635
1641
|
typeGuard: IsBooleanType;
|
|
1636
1642
|
};
|
|
1643
|
+
platform_editor_default_toolbar_state: {
|
|
1644
|
+
defaultValue: boolean;
|
|
1645
|
+
param: string;
|
|
1646
|
+
productKeys?: ProductKeys;
|
|
1647
|
+
typeGuard: IsBooleanType;
|
|
1648
|
+
};
|
|
1637
1649
|
platform_editor_nest_table_in_panel: {
|
|
1638
1650
|
defaultValue: boolean;
|
|
1639
1651
|
param: string;
|
package/package.json
CHANGED