@atlaskit/tmp-editor-statsig 45.1.0 → 46.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
|
+
## 46.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [`61f4e0dfbe267`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/61f4e0dfbe267) -
|
|
8
|
+
EDITOR-6067 - Tab to Improve Writing: Create new experiment for Confluence only
|
|
9
|
+
|
|
3
10
|
## 45.1.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -900,10 +900,9 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
900
900
|
defaultValue: false
|
|
901
901
|
}),
|
|
902
902
|
// Added 2026-03-03
|
|
903
|
-
|
|
903
|
+
platform_editor_ai_quick_prompt_iw_cc: (0, _experimentBuilders.createBooleanExperiment)({
|
|
904
904
|
productKeys: {
|
|
905
|
-
confluence: '
|
|
906
|
-
jira: 'platform_editor_ai_quick_prompt'
|
|
905
|
+
confluence: 'platform_editor_ai_quick_prompt_iw_cc'
|
|
907
906
|
},
|
|
908
907
|
param: 'isEnabled',
|
|
909
908
|
defaultValue: false
|
|
@@ -894,10 +894,9 @@ export const editorExperimentsConfig = {
|
|
|
894
894
|
defaultValue: false
|
|
895
895
|
}),
|
|
896
896
|
// Added 2026-03-03
|
|
897
|
-
|
|
897
|
+
platform_editor_ai_quick_prompt_iw_cc: createBooleanExperiment({
|
|
898
898
|
productKeys: {
|
|
899
|
-
confluence: '
|
|
900
|
-
jira: 'platform_editor_ai_quick_prompt'
|
|
899
|
+
confluence: 'platform_editor_ai_quick_prompt_iw_cc'
|
|
901
900
|
},
|
|
902
901
|
param: 'isEnabled',
|
|
903
902
|
defaultValue: false
|
|
@@ -894,10 +894,9 @@ export var editorExperimentsConfig = {
|
|
|
894
894
|
defaultValue: false
|
|
895
895
|
}),
|
|
896
896
|
// Added 2026-03-03
|
|
897
|
-
|
|
897
|
+
platform_editor_ai_quick_prompt_iw_cc: createBooleanExperiment({
|
|
898
898
|
productKeys: {
|
|
899
|
-
confluence: '
|
|
900
|
-
jira: 'platform_editor_ai_quick_prompt'
|
|
899
|
+
confluence: 'platform_editor_ai_quick_prompt_iw_cc'
|
|
901
900
|
},
|
|
902
901
|
param: 'isEnabled',
|
|
903
902
|
defaultValue: false
|
|
@@ -136,7 +136,7 @@ export declare const editorExperimentsConfig: {
|
|
|
136
136
|
productKeys?: ProductKeys;
|
|
137
137
|
typeGuard: IsBooleanType;
|
|
138
138
|
};
|
|
139
|
-
|
|
139
|
+
platform_editor_ai_quick_prompt_iw_cc: {
|
|
140
140
|
defaultValue: boolean;
|
|
141
141
|
param: string;
|
|
142
142
|
productKeys?: ProductKeys;
|
|
@@ -136,7 +136,7 @@ export declare const editorExperimentsConfig: {
|
|
|
136
136
|
productKeys?: ProductKeys;
|
|
137
137
|
typeGuard: IsBooleanType;
|
|
138
138
|
};
|
|
139
|
-
|
|
139
|
+
platform_editor_ai_quick_prompt_iw_cc: {
|
|
140
140
|
defaultValue: boolean;
|
|
141
141
|
param: string;
|
|
142
142
|
productKeys?: ProductKeys;
|
package/package.json
CHANGED