@atlaskit/tmp-editor-statsig 169.0.0 → 170.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,12 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 170.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`a945d3cbd6408`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a945d3cbd6408) -
|
|
8
|
+
Clean up experiment `platform_editor_ai_template_localids`
|
|
9
|
+
|
|
3
10
|
## 169.0.0
|
|
4
11
|
|
|
5
12
|
### Major Changes
|
|
@@ -1734,14 +1734,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1734
1734
|
param: 'isEnabled',
|
|
1735
1735
|
defaultValue: false
|
|
1736
1736
|
}),
|
|
1737
|
-
// Added 2026-06-17
|
|
1738
|
-
platform_editor_ai_template_localids: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1739
|
-
productKeys: {
|
|
1740
|
-
confluence: 'platform_editor_ai_template_localids'
|
|
1741
|
-
},
|
|
1742
|
-
param: 'isEnabled',
|
|
1743
|
-
defaultValue: false
|
|
1744
|
-
}),
|
|
1745
1737
|
// Added 2026-04-30
|
|
1746
1738
|
platform_editor_insert_menu_ai: (0, _createBooleanExperiment.createBooleanExperiment)({
|
|
1747
1739
|
productKeys: {
|
|
@@ -1728,14 +1728,6 @@ export const editorExperimentsConfig = {
|
|
|
1728
1728
|
param: 'isEnabled',
|
|
1729
1729
|
defaultValue: false
|
|
1730
1730
|
}),
|
|
1731
|
-
// Added 2026-06-17
|
|
1732
|
-
platform_editor_ai_template_localids: createBooleanExperiment({
|
|
1733
|
-
productKeys: {
|
|
1734
|
-
confluence: 'platform_editor_ai_template_localids'
|
|
1735
|
-
},
|
|
1736
|
-
param: 'isEnabled',
|
|
1737
|
-
defaultValue: false
|
|
1738
|
-
}),
|
|
1739
1731
|
// Added 2026-04-30
|
|
1740
1732
|
platform_editor_insert_menu_ai: createBooleanExperiment({
|
|
1741
1733
|
productKeys: {
|
|
@@ -1728,14 +1728,6 @@ export var editorExperimentsConfig = {
|
|
|
1728
1728
|
param: 'isEnabled',
|
|
1729
1729
|
defaultValue: false
|
|
1730
1730
|
}),
|
|
1731
|
-
// Added 2026-06-17
|
|
1732
|
-
platform_editor_ai_template_localids: createBooleanExperiment({
|
|
1733
|
-
productKeys: {
|
|
1734
|
-
confluence: 'platform_editor_ai_template_localids'
|
|
1735
|
-
},
|
|
1736
|
-
param: 'isEnabled',
|
|
1737
|
-
defaultValue: false
|
|
1738
|
-
}),
|
|
1739
1731
|
// Added 2026-04-30
|
|
1740
1732
|
platform_editor_insert_menu_ai: createBooleanExperiment({
|
|
1741
1733
|
productKeys: {
|
|
@@ -1238,12 +1238,6 @@ export declare const editorExperimentsConfig: {
|
|
|
1238
1238
|
productKeys?: ProductKeys;
|
|
1239
1239
|
typeGuard: IsBooleanType;
|
|
1240
1240
|
};
|
|
1241
|
-
platform_editor_ai_template_localids: {
|
|
1242
|
-
defaultValue: boolean;
|
|
1243
|
-
param: string;
|
|
1244
|
-
productKeys?: ProductKeys;
|
|
1245
|
-
typeGuard: IsBooleanType;
|
|
1246
|
-
};
|
|
1247
1241
|
confluence_fe_disable_comment_if_offline_fix: {
|
|
1248
1242
|
defaultValue: boolean;
|
|
1249
1243
|
param: string;
|
package/package.json
CHANGED