@atlaskit/tmp-editor-statsig 22.1.0 → 22.2.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,16 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 22.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`d63d5af234d7f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d63d5af234d7f) -
|
|
8
|
+
Fix issue when expand is collapsed after streaming.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 22.1.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
|
@@ -1181,6 +1181,15 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1181
1181
|
param: 'isEnabled',
|
|
1182
1182
|
defaultValue: false
|
|
1183
1183
|
}),
|
|
1184
|
+
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
1185
|
+
platform_editor_aifc_expand_collapses_oncreate_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1186
|
+
productKeys: {
|
|
1187
|
+
confluence: 'platform_editor_aifc_expand_collapses_oncreate_fix',
|
|
1188
|
+
jira: 'platform_editor_aifc_expand_collapses_oncreate_fix'
|
|
1189
|
+
},
|
|
1190
|
+
param: 'isEnabled',
|
|
1191
|
+
defaultValue: false
|
|
1192
|
+
}),
|
|
1184
1193
|
// Added 2026-01-22
|
|
1185
1194
|
platform_editor_ai_loading_responsive_width: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1186
1195
|
productKeys: {
|
|
@@ -1175,6 +1175,15 @@ export const editorExperimentsConfig = {
|
|
|
1175
1175
|
param: 'isEnabled',
|
|
1176
1176
|
defaultValue: false
|
|
1177
1177
|
}),
|
|
1178
|
+
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
1179
|
+
platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
|
|
1180
|
+
productKeys: {
|
|
1181
|
+
confluence: 'platform_editor_aifc_expand_collapses_oncreate_fix',
|
|
1182
|
+
jira: 'platform_editor_aifc_expand_collapses_oncreate_fix'
|
|
1183
|
+
},
|
|
1184
|
+
param: 'isEnabled',
|
|
1185
|
+
defaultValue: false
|
|
1186
|
+
}),
|
|
1178
1187
|
// Added 2026-01-22
|
|
1179
1188
|
platform_editor_ai_loading_responsive_width: createBooleanExperiment({
|
|
1180
1189
|
productKeys: {
|
|
@@ -1175,6 +1175,15 @@ export var editorExperimentsConfig = {
|
|
|
1175
1175
|
param: 'isEnabled',
|
|
1176
1176
|
defaultValue: false
|
|
1177
1177
|
}),
|
|
1178
|
+
// Added 2026-01-27 - AI create-page expand collapse fix
|
|
1179
|
+
platform_editor_aifc_expand_collapses_oncreate_fix: createBooleanExperiment({
|
|
1180
|
+
productKeys: {
|
|
1181
|
+
confluence: 'platform_editor_aifc_expand_collapses_oncreate_fix',
|
|
1182
|
+
jira: 'platform_editor_aifc_expand_collapses_oncreate_fix'
|
|
1183
|
+
},
|
|
1184
|
+
param: 'isEnabled',
|
|
1185
|
+
defaultValue: false
|
|
1186
|
+
}),
|
|
1178
1187
|
// Added 2026-01-22
|
|
1179
1188
|
platform_editor_ai_loading_responsive_width: createBooleanExperiment({
|
|
1180
1189
|
productKeys: {
|
|
@@ -864,6 +864,12 @@ export declare const editorExperimentsConfig: {
|
|
|
864
864
|
productKeys?: ProductKeys;
|
|
865
865
|
typeGuard: IsBooleanType;
|
|
866
866
|
};
|
|
867
|
+
platform_editor_aifc_expand_collapses_oncreate_fix: {
|
|
868
|
+
defaultValue: boolean;
|
|
869
|
+
param: string;
|
|
870
|
+
productKeys?: ProductKeys;
|
|
871
|
+
typeGuard: IsBooleanType;
|
|
872
|
+
};
|
|
867
873
|
platform_editor_ai_loading_responsive_width: {
|
|
868
874
|
defaultValue: boolean;
|
|
869
875
|
param: string;
|
|
@@ -864,6 +864,12 @@ export declare const editorExperimentsConfig: {
|
|
|
864
864
|
productKeys?: ProductKeys;
|
|
865
865
|
typeGuard: IsBooleanType;
|
|
866
866
|
};
|
|
867
|
+
platform_editor_aifc_expand_collapses_oncreate_fix: {
|
|
868
|
+
defaultValue: boolean;
|
|
869
|
+
param: string;
|
|
870
|
+
productKeys?: ProductKeys;
|
|
871
|
+
typeGuard: IsBooleanType;
|
|
872
|
+
};
|
|
867
873
|
platform_editor_ai_loading_responsive_width: {
|
|
868
874
|
defaultValue: boolean;
|
|
869
875
|
param: string;
|
package/package.json
CHANGED