@atlaskit/tmp-editor-statsig 132.5.0 → 133.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,26 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 133.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`3e55e8eea5a11`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3e55e8eea5a11) -
|
|
8
|
+
Fixes reduced profile card exp flag name
|
|
9
|
+
|
|
10
|
+
## 132.6.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`4718ca6f37dbd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4718ca6f37dbd) -
|
|
15
|
+
[CCI-18026] Route Company Hub Concise Page Summary streaming requests to cc-smarts behind the
|
|
16
|
+
`cc_smarts_concise_page_summary_migration` experiment.
|
|
17
|
+
|
|
18
|
+
Usage:
|
|
19
|
+
|
|
20
|
+
```ts
|
|
21
|
+
expValEquals('cc_smarts_concise_page_summary_migration', 'useCcSmarts', true, false);
|
|
22
|
+
```
|
|
23
|
+
|
|
3
24
|
## 132.5.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
|
@@ -544,10 +544,10 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
544
544
|
defaultValue: false
|
|
545
545
|
}),
|
|
546
546
|
// Added 2026-07-09
|
|
547
|
-
|
|
547
|
+
platform_editor_reduced_agent_profile_cards: (0, _experimentBuilders.createBooleanExperiment)({
|
|
548
548
|
productKeys: {
|
|
549
|
-
confluence: '
|
|
550
|
-
jira: '
|
|
549
|
+
confluence: 'platform_editor_reduced_agent_profile_cards',
|
|
550
|
+
jira: 'platform_editor_reduced_agent_profile_cards'
|
|
551
551
|
},
|
|
552
552
|
param: 'isEnabled',
|
|
553
553
|
defaultValue: false
|
|
@@ -2426,6 +2426,13 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
2426
2426
|
param: 'useCcSmarts',
|
|
2427
2427
|
defaultValue: false
|
|
2428
2428
|
}),
|
|
2429
|
+
cc_smarts_concise_page_summary_migration: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2430
|
+
productKeys: {
|
|
2431
|
+
confluence: 'cc_smarts_concise_page_summary_migration'
|
|
2432
|
+
},
|
|
2433
|
+
param: 'useCcSmarts',
|
|
2434
|
+
defaultValue: false
|
|
2435
|
+
}),
|
|
2429
2436
|
// Added 2026-06-24 — HUBS-850 — gates the --ak-editor-extension-block-spacing block-margin hook
|
|
2430
2437
|
platform_editor_extension_block_spacing: (0, _experimentBuilders.createBooleanExperiment)({
|
|
2431
2438
|
productKeys: {
|
|
@@ -538,10 +538,10 @@ export const editorExperimentsConfig = {
|
|
|
538
538
|
defaultValue: false
|
|
539
539
|
}),
|
|
540
540
|
// Added 2026-07-09
|
|
541
|
-
|
|
541
|
+
platform_editor_reduced_agent_profile_cards: createBooleanExperiment({
|
|
542
542
|
productKeys: {
|
|
543
|
-
confluence: '
|
|
544
|
-
jira: '
|
|
543
|
+
confluence: 'platform_editor_reduced_agent_profile_cards',
|
|
544
|
+
jira: 'platform_editor_reduced_agent_profile_cards'
|
|
545
545
|
},
|
|
546
546
|
param: 'isEnabled',
|
|
547
547
|
defaultValue: false
|
|
@@ -2420,6 +2420,13 @@ export const editorExperimentsConfig = {
|
|
|
2420
2420
|
param: 'useCcSmarts',
|
|
2421
2421
|
defaultValue: false
|
|
2422
2422
|
}),
|
|
2423
|
+
cc_smarts_concise_page_summary_migration: createBooleanExperiment({
|
|
2424
|
+
productKeys: {
|
|
2425
|
+
confluence: 'cc_smarts_concise_page_summary_migration'
|
|
2426
|
+
},
|
|
2427
|
+
param: 'useCcSmarts',
|
|
2428
|
+
defaultValue: false
|
|
2429
|
+
}),
|
|
2423
2430
|
// Added 2026-06-24 — HUBS-850 — gates the --ak-editor-extension-block-spacing block-margin hook
|
|
2424
2431
|
platform_editor_extension_block_spacing: createBooleanExperiment({
|
|
2425
2432
|
productKeys: {
|
|
@@ -538,10 +538,10 @@ export var editorExperimentsConfig = {
|
|
|
538
538
|
defaultValue: false
|
|
539
539
|
}),
|
|
540
540
|
// Added 2026-07-09
|
|
541
|
-
|
|
541
|
+
platform_editor_reduced_agent_profile_cards: createBooleanExperiment({
|
|
542
542
|
productKeys: {
|
|
543
|
-
confluence: '
|
|
544
|
-
jira: '
|
|
543
|
+
confluence: 'platform_editor_reduced_agent_profile_cards',
|
|
544
|
+
jira: 'platform_editor_reduced_agent_profile_cards'
|
|
545
545
|
},
|
|
546
546
|
param: 'isEnabled',
|
|
547
547
|
defaultValue: false
|
|
@@ -2420,6 +2420,13 @@ export var editorExperimentsConfig = {
|
|
|
2420
2420
|
param: 'useCcSmarts',
|
|
2421
2421
|
defaultValue: false
|
|
2422
2422
|
}),
|
|
2423
|
+
cc_smarts_concise_page_summary_migration: createBooleanExperiment({
|
|
2424
|
+
productKeys: {
|
|
2425
|
+
confluence: 'cc_smarts_concise_page_summary_migration'
|
|
2426
|
+
},
|
|
2427
|
+
param: 'useCcSmarts',
|
|
2428
|
+
defaultValue: false
|
|
2429
|
+
}),
|
|
2423
2430
|
// Added 2026-06-24 — HUBS-850 — gates the --ak-editor-extension-block-spacing block-margin hook
|
|
2424
2431
|
platform_editor_extension_block_spacing: createBooleanExperiment({
|
|
2425
2432
|
productKeys: {
|
|
@@ -604,7 +604,7 @@ export declare const editorExperimentsConfig: {
|
|
|
604
604
|
productKeys?: ProductKeys;
|
|
605
605
|
typeGuard: IsBooleanType;
|
|
606
606
|
};
|
|
607
|
-
|
|
607
|
+
platform_editor_reduced_agent_profile_cards: {
|
|
608
608
|
defaultValue: boolean;
|
|
609
609
|
param: string;
|
|
610
610
|
productKeys?: ProductKeys;
|
|
@@ -1768,6 +1768,12 @@ export declare const editorExperimentsConfig: {
|
|
|
1768
1768
|
productKeys?: ProductKeys;
|
|
1769
1769
|
typeGuard: IsBooleanType;
|
|
1770
1770
|
};
|
|
1771
|
+
cc_smarts_concise_page_summary_migration: {
|
|
1772
|
+
defaultValue: boolean;
|
|
1773
|
+
param: string;
|
|
1774
|
+
productKeys?: ProductKeys;
|
|
1775
|
+
typeGuard: IsBooleanType;
|
|
1776
|
+
};
|
|
1771
1777
|
platform_editor_extension_block_spacing: {
|
|
1772
1778
|
defaultValue: boolean;
|
|
1773
1779
|
param: string;
|
package/package.json
CHANGED