@atlaskit/tmp-editor-statsig 81.1.0 → 81.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 +18 -0
- package/dist/cjs/experiments-config.js +16 -0
- package/dist/es2019/experiments-config.js +16 -0
- package/dist/esm/experiments-config.js +16 -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,23 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 81.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`2f3106da1d9cb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2f3106da1d9cb) -
|
|
8
|
+
[EDITOR-7190] added experiment gate for adding improve formatting in pinned toolbar experiment
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 81.2.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [`4f2e912c65ae3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4f2e912c65ae3) -
|
|
19
|
+
Gate table-in-panel ADF validation behind experiment (EDITOR-7168)
|
|
20
|
+
|
|
3
21
|
## 81.1.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -2209,6 +2209,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2209
2209
|
param: 'isEnabled',
|
|
2210
2210
|
defaultValue: false
|
|
2211
2211
|
}),
|
|
2212
|
+
// Added 2026-05-18
|
|
2213
|
+
platform_editor_nest_table_in_panel: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2214
|
+
productKeys: {
|
|
2215
|
+
confluence: 'platform_editor_nest_table_in_panel'
|
|
2216
|
+
},
|
|
2217
|
+
param: 'isEnabled',
|
|
2218
|
+
defaultValue: false
|
|
2219
|
+
}),
|
|
2212
2220
|
// Added 2026-05-15
|
|
2213
2221
|
platform_editor_fix_sticky_header_malfunction: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2214
2222
|
productKeys: {
|
|
@@ -2216,5 +2224,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2216
2224
|
},
|
|
2217
2225
|
param: 'isEnabled',
|
|
2218
2226
|
defaultValue: false
|
|
2227
|
+
}),
|
|
2228
|
+
// Added 2026-05-19
|
|
2229
|
+
platform_editor_ai_improve_formatting_toolbar: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2230
|
+
productKeys: {
|
|
2231
|
+
confluence: 'platform_editor_ai_improve_formatting_toolbar'
|
|
2232
|
+
},
|
|
2233
|
+
param: 'isEnabled',
|
|
2234
|
+
defaultValue: false
|
|
2219
2235
|
})
|
|
2220
2236
|
};
|
|
@@ -2203,6 +2203,14 @@ export const editorExperimentsConfig = {
|
|
|
2203
2203
|
param: 'isEnabled',
|
|
2204
2204
|
defaultValue: false
|
|
2205
2205
|
}),
|
|
2206
|
+
// Added 2026-05-18
|
|
2207
|
+
platform_editor_nest_table_in_panel: createBooleanExperiment({
|
|
2208
|
+
productKeys: {
|
|
2209
|
+
confluence: 'platform_editor_nest_table_in_panel'
|
|
2210
|
+
},
|
|
2211
|
+
param: 'isEnabled',
|
|
2212
|
+
defaultValue: false
|
|
2213
|
+
}),
|
|
2206
2214
|
// Added 2026-05-15
|
|
2207
2215
|
platform_editor_fix_sticky_header_malfunction: createBooleanExperiment({
|
|
2208
2216
|
productKeys: {
|
|
@@ -2210,5 +2218,13 @@ export const editorExperimentsConfig = {
|
|
|
2210
2218
|
},
|
|
2211
2219
|
param: 'isEnabled',
|
|
2212
2220
|
defaultValue: false
|
|
2221
|
+
}),
|
|
2222
|
+
// Added 2026-05-19
|
|
2223
|
+
platform_editor_ai_improve_formatting_toolbar: createBooleanExperiment({
|
|
2224
|
+
productKeys: {
|
|
2225
|
+
confluence: 'platform_editor_ai_improve_formatting_toolbar'
|
|
2226
|
+
},
|
|
2227
|
+
param: 'isEnabled',
|
|
2228
|
+
defaultValue: false
|
|
2213
2229
|
})
|
|
2214
2230
|
};
|
|
@@ -2203,6 +2203,14 @@ export var editorExperimentsConfig = {
|
|
|
2203
2203
|
param: 'isEnabled',
|
|
2204
2204
|
defaultValue: false
|
|
2205
2205
|
}),
|
|
2206
|
+
// Added 2026-05-18
|
|
2207
|
+
platform_editor_nest_table_in_panel: createBooleanExperiment({
|
|
2208
|
+
productKeys: {
|
|
2209
|
+
confluence: 'platform_editor_nest_table_in_panel'
|
|
2210
|
+
},
|
|
2211
|
+
param: 'isEnabled',
|
|
2212
|
+
defaultValue: false
|
|
2213
|
+
}),
|
|
2206
2214
|
// Added 2026-05-15
|
|
2207
2215
|
platform_editor_fix_sticky_header_malfunction: createBooleanExperiment({
|
|
2208
2216
|
productKeys: {
|
|
@@ -2210,5 +2218,13 @@ export var editorExperimentsConfig = {
|
|
|
2210
2218
|
},
|
|
2211
2219
|
param: 'isEnabled',
|
|
2212
2220
|
defaultValue: false
|
|
2221
|
+
}),
|
|
2222
|
+
// Added 2026-05-19
|
|
2223
|
+
platform_editor_ai_improve_formatting_toolbar: createBooleanExperiment({
|
|
2224
|
+
productKeys: {
|
|
2225
|
+
confluence: 'platform_editor_ai_improve_formatting_toolbar'
|
|
2226
|
+
},
|
|
2227
|
+
param: 'isEnabled',
|
|
2228
|
+
defaultValue: false
|
|
2213
2229
|
})
|
|
2214
2230
|
};
|
|
@@ -1628,5 +1628,17 @@ export declare const editorExperimentsConfig: {
|
|
|
1628
1628
|
productKeys?: ProductKeys;
|
|
1629
1629
|
typeGuard: IsBooleanType;
|
|
1630
1630
|
};
|
|
1631
|
+
platform_editor_nest_table_in_panel: {
|
|
1632
|
+
defaultValue: boolean;
|
|
1633
|
+
param: string;
|
|
1634
|
+
productKeys?: ProductKeys;
|
|
1635
|
+
typeGuard: IsBooleanType;
|
|
1636
|
+
};
|
|
1637
|
+
platform_editor_ai_improve_formatting_toolbar: {
|
|
1638
|
+
defaultValue: boolean;
|
|
1639
|
+
param: string;
|
|
1640
|
+
productKeys?: ProductKeys;
|
|
1641
|
+
typeGuard: IsBooleanType;
|
|
1642
|
+
};
|
|
1631
1643
|
};
|
|
1632
1644
|
export {};
|
|
@@ -1628,5 +1628,17 @@ export declare const editorExperimentsConfig: {
|
|
|
1628
1628
|
productKeys?: ProductKeys;
|
|
1629
1629
|
typeGuard: IsBooleanType;
|
|
1630
1630
|
};
|
|
1631
|
+
platform_editor_nest_table_in_panel: {
|
|
1632
|
+
defaultValue: boolean;
|
|
1633
|
+
param: string;
|
|
1634
|
+
productKeys?: ProductKeys;
|
|
1635
|
+
typeGuard: IsBooleanType;
|
|
1636
|
+
};
|
|
1637
|
+
platform_editor_ai_improve_formatting_toolbar: {
|
|
1638
|
+
defaultValue: boolean;
|
|
1639
|
+
param: string;
|
|
1640
|
+
productKeys?: ProductKeys;
|
|
1641
|
+
typeGuard: IsBooleanType;
|
|
1642
|
+
};
|
|
1631
1643
|
};
|
|
1632
1644
|
export {};
|
package/package.json
CHANGED