@atlaskit/tmp-editor-statsig 22.2.0 → 22.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 +15 -0
- package/dist/cjs/experiments-config.js +15 -0
- package/dist/es2019/experiments-config.js +15 -0
- package/dist/esm/experiments-config.js +15 -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
|
+
## 22.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`6911179854bdb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6911179854bdb) -
|
|
8
|
+
Remove diff highlighting if there are overlapping mark steps (ie. add and then remove)
|
|
9
|
+
|
|
10
|
+
## 22.2.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`69ca7c944953d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/69ca7c944953d) -
|
|
15
|
+
[EDITOR-3889] added ai mate analytics properties updater for headless component to fix missing
|
|
16
|
+
attributes from rovo inline chat g
|
|
17
|
+
|
|
3
18
|
## 22.2.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -370,6 +370,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
370
370
|
param: 'isEnabled',
|
|
371
371
|
defaultValue: false
|
|
372
372
|
}),
|
|
373
|
+
platform_editor_deduplicate_mark_diff: (0, _experimentBuilders.createBooleanExperiment)({
|
|
374
|
+
productKeys: {
|
|
375
|
+
confluence: 'platform_editor_deduplicate_mark_diff'
|
|
376
|
+
},
|
|
377
|
+
param: 'isEnabled',
|
|
378
|
+
defaultValue: false
|
|
379
|
+
}),
|
|
373
380
|
// Added 2025-09-03
|
|
374
381
|
platform_editor_hydratable_ui: (0, _experimentBuilders.createBooleanExperiment)({
|
|
375
382
|
productKeys: {
|
|
@@ -1331,5 +1338,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1331
1338
|
},
|
|
1332
1339
|
param: 'isEnabled',
|
|
1333
1340
|
defaultValue: false
|
|
1341
|
+
}),
|
|
1342
|
+
// Added 2026-02-06
|
|
1343
|
+
platform_rovo_inline_chat_missing_analytics_fix: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1344
|
+
productKeys: {
|
|
1345
|
+
confluence: 'platform_rovo_inline_chat_missing_analytics_fix'
|
|
1346
|
+
},
|
|
1347
|
+
param: 'isEnabled',
|
|
1348
|
+
defaultValue: false
|
|
1334
1349
|
})
|
|
1335
1350
|
};
|
|
@@ -364,6 +364,13 @@ export const editorExperimentsConfig = {
|
|
|
364
364
|
param: 'isEnabled',
|
|
365
365
|
defaultValue: false
|
|
366
366
|
}),
|
|
367
|
+
platform_editor_deduplicate_mark_diff: createBooleanExperiment({
|
|
368
|
+
productKeys: {
|
|
369
|
+
confluence: 'platform_editor_deduplicate_mark_diff'
|
|
370
|
+
},
|
|
371
|
+
param: 'isEnabled',
|
|
372
|
+
defaultValue: false
|
|
373
|
+
}),
|
|
367
374
|
// Added 2025-09-03
|
|
368
375
|
platform_editor_hydratable_ui: createBooleanExperiment({
|
|
369
376
|
productKeys: {
|
|
@@ -1325,5 +1332,13 @@ export const editorExperimentsConfig = {
|
|
|
1325
1332
|
},
|
|
1326
1333
|
param: 'isEnabled',
|
|
1327
1334
|
defaultValue: false
|
|
1335
|
+
}),
|
|
1336
|
+
// Added 2026-02-06
|
|
1337
|
+
platform_rovo_inline_chat_missing_analytics_fix: createBooleanExperiment({
|
|
1338
|
+
productKeys: {
|
|
1339
|
+
confluence: 'platform_rovo_inline_chat_missing_analytics_fix'
|
|
1340
|
+
},
|
|
1341
|
+
param: 'isEnabled',
|
|
1342
|
+
defaultValue: false
|
|
1328
1343
|
})
|
|
1329
1344
|
};
|
|
@@ -364,6 +364,13 @@ export var editorExperimentsConfig = {
|
|
|
364
364
|
param: 'isEnabled',
|
|
365
365
|
defaultValue: false
|
|
366
366
|
}),
|
|
367
|
+
platform_editor_deduplicate_mark_diff: createBooleanExperiment({
|
|
368
|
+
productKeys: {
|
|
369
|
+
confluence: 'platform_editor_deduplicate_mark_diff'
|
|
370
|
+
},
|
|
371
|
+
param: 'isEnabled',
|
|
372
|
+
defaultValue: false
|
|
373
|
+
}),
|
|
367
374
|
// Added 2025-09-03
|
|
368
375
|
platform_editor_hydratable_ui: createBooleanExperiment({
|
|
369
376
|
productKeys: {
|
|
@@ -1325,5 +1332,13 @@ export var editorExperimentsConfig = {
|
|
|
1325
1332
|
},
|
|
1326
1333
|
param: 'isEnabled',
|
|
1327
1334
|
defaultValue: false
|
|
1335
|
+
}),
|
|
1336
|
+
// Added 2026-02-06
|
|
1337
|
+
platform_rovo_inline_chat_missing_analytics_fix: createBooleanExperiment({
|
|
1338
|
+
productKeys: {
|
|
1339
|
+
confluence: 'platform_rovo_inline_chat_missing_analytics_fix'
|
|
1340
|
+
},
|
|
1341
|
+
param: 'isEnabled',
|
|
1342
|
+
defaultValue: false
|
|
1328
1343
|
})
|
|
1329
1344
|
};
|
|
@@ -185,6 +185,12 @@ export declare const editorExperimentsConfig: {
|
|
|
185
185
|
productKeys?: ProductKeys;
|
|
186
186
|
typeGuard: IsBooleanType;
|
|
187
187
|
};
|
|
188
|
+
'platform_editor_deduplicate_mark_diff': {
|
|
189
|
+
defaultValue: boolean;
|
|
190
|
+
param: string;
|
|
191
|
+
productKeys?: ProductKeys;
|
|
192
|
+
typeGuard: IsBooleanType;
|
|
193
|
+
};
|
|
188
194
|
'nested-tables-in-tables': {
|
|
189
195
|
defaultValue: boolean;
|
|
190
196
|
param: string;
|
|
@@ -984,5 +990,11 @@ export declare const editorExperimentsConfig: {
|
|
|
984
990
|
productKeys?: ProductKeys;
|
|
985
991
|
typeGuard: IsBooleanType;
|
|
986
992
|
};
|
|
993
|
+
platform_rovo_inline_chat_missing_analytics_fix: {
|
|
994
|
+
defaultValue: boolean;
|
|
995
|
+
param: string;
|
|
996
|
+
productKeys?: ProductKeys;
|
|
997
|
+
typeGuard: IsBooleanType;
|
|
998
|
+
};
|
|
987
999
|
};
|
|
988
1000
|
export {};
|
|
@@ -185,6 +185,12 @@ export declare const editorExperimentsConfig: {
|
|
|
185
185
|
productKeys?: ProductKeys;
|
|
186
186
|
typeGuard: IsBooleanType;
|
|
187
187
|
};
|
|
188
|
+
'platform_editor_deduplicate_mark_diff': {
|
|
189
|
+
defaultValue: boolean;
|
|
190
|
+
param: string;
|
|
191
|
+
productKeys?: ProductKeys;
|
|
192
|
+
typeGuard: IsBooleanType;
|
|
193
|
+
};
|
|
188
194
|
'nested-tables-in-tables': {
|
|
189
195
|
defaultValue: boolean;
|
|
190
196
|
param: string;
|
|
@@ -984,5 +990,11 @@ export declare const editorExperimentsConfig: {
|
|
|
984
990
|
productKeys?: ProductKeys;
|
|
985
991
|
typeGuard: IsBooleanType;
|
|
986
992
|
};
|
|
993
|
+
platform_rovo_inline_chat_missing_analytics_fix: {
|
|
994
|
+
defaultValue: boolean;
|
|
995
|
+
param: string;
|
|
996
|
+
productKeys?: ProductKeys;
|
|
997
|
+
typeGuard: IsBooleanType;
|
|
998
|
+
};
|
|
987
999
|
};
|
|
988
1000
|
export {};
|
package/package.json
CHANGED