@atlaskit/tmp-editor-statsig 177.0.1 → 178.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,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 178.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`a793c755467e1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a793c755467e1) -
|
|
8
|
+
Clean up experiment `cc_smarts_concise_page_summary_migration`. The Concise Page Summary request
|
|
9
|
+
now always routes to the cc-smarts streaming endpoint.
|
|
10
|
+
|
|
3
11
|
## 177.0.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -1722,13 +1722,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1722
1722
|
param: 'isEnabled',
|
|
1723
1723
|
defaultValue: false
|
|
1724
1724
|
}),
|
|
1725
|
-
cc_smarts_concise_page_summary_migration: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1726
|
-
productKeys: {
|
|
1727
|
-
confluence: 'cc_smarts_concise_page_summary_migration'
|
|
1728
|
-
},
|
|
1729
|
-
param: 'useCcSmarts',
|
|
1730
|
-
defaultValue: false
|
|
1731
|
-
}),
|
|
1732
1725
|
// Added 2026-07-20
|
|
1733
1726
|
platform_editor_lovability_breakout_resizing_fixes: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1734
1727
|
productKeys: {
|
|
@@ -1716,13 +1716,6 @@ export const editorExperimentsConfig = {
|
|
|
1716
1716
|
param: 'isEnabled',
|
|
1717
1717
|
defaultValue: false
|
|
1718
1718
|
}),
|
|
1719
|
-
cc_smarts_concise_page_summary_migration: createBooleanExperiment({
|
|
1720
|
-
productKeys: {
|
|
1721
|
-
confluence: 'cc_smarts_concise_page_summary_migration'
|
|
1722
|
-
},
|
|
1723
|
-
param: 'useCcSmarts',
|
|
1724
|
-
defaultValue: false
|
|
1725
|
-
}),
|
|
1726
1719
|
// Added 2026-07-20
|
|
1727
1720
|
platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
|
|
1728
1721
|
productKeys: {
|
|
@@ -1716,13 +1716,6 @@ export var editorExperimentsConfig = {
|
|
|
1716
1716
|
param: 'isEnabled',
|
|
1717
1717
|
defaultValue: false
|
|
1718
1718
|
}),
|
|
1719
|
-
cc_smarts_concise_page_summary_migration: createBooleanExperiment({
|
|
1720
|
-
productKeys: {
|
|
1721
|
-
confluence: 'cc_smarts_concise_page_summary_migration'
|
|
1722
|
-
},
|
|
1723
|
-
param: 'useCcSmarts',
|
|
1724
|
-
defaultValue: false
|
|
1725
|
-
}),
|
|
1726
1719
|
// Added 2026-07-20
|
|
1727
1720
|
platform_editor_lovability_breakout_resizing_fixes: createBooleanExperiment({
|
|
1728
1721
|
productKeys: {
|
|
@@ -1245,12 +1245,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1245
1245
|
productKeys?: ProductKeys;
|
|
1246
1246
|
typeGuard: IsBooleanType;
|
|
1247
1247
|
};
|
|
1248
|
-
cc_smarts_concise_page_summary_migration: {
|
|
1249
|
-
defaultValue: boolean;
|
|
1250
|
-
param: string;
|
|
1251
|
-
productKeys?: ProductKeys;
|
|
1252
|
-
typeGuard: IsBooleanType;
|
|
1253
|
-
};
|
|
1254
1248
|
platform_editor_lovability_breakout_resizing_fixes: {
|
|
1255
1249
|
defaultValue: boolean;
|
|
1256
1250
|
param: string;
|
package/package.json
CHANGED