@atlaskit/tmp-editor-statsig 89.0.0 → 89.1.1
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/exp-test-overrides.js +0 -1
- package/dist/cjs/experiments-config.js +8 -9
- package/dist/es2019/exp-test-overrides.js +0 -1
- package/dist/es2019/experiments-config.js +8 -9
- package/dist/esm/exp-test-overrides.js +0 -1
- package/dist/esm/experiments-config.js +8 -9
- package/dist/types/experiments-config.d.ts +6 -6
- package/dist/types-ts4.5/experiments-config.d.ts +6 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 89.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4b9e6f370d855`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4b9e6f370d855) -
|
|
8
|
+
Remove feature flag and experiment
|
|
9
|
+
|
|
10
|
+
## 89.1.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`0f434033d49b4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0f434033d49b4) -
|
|
15
|
+
Add remix, remix_edit, and inline_edit experience values to creation context payloads so frontend
|
|
16
|
+
requests can be logged and routed by experience.
|
|
17
|
+
|
|
3
18
|
## 89.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
|
@@ -22,7 +22,6 @@ var testBooleanOverrides = exports.testBooleanOverrides = {
|
|
|
22
22
|
linking_platform_track_non_primary_3p_clicks: false,
|
|
23
23
|
platform_sl_3p_auth_rovo_action: false,
|
|
24
24
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
25
|
-
'rovogrowth-640-inline-action-nudge-exp': true,
|
|
26
25
|
cwr_blank_object_experiment: false,
|
|
27
26
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
28
27
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -177,6 +177,14 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
177
177
|
param: 'isEnabled',
|
|
178
178
|
defaultValue: false
|
|
179
179
|
}),
|
|
180
|
+
// Added 2026-06-01
|
|
181
|
+
rovo_remix_experience_context: (0, _experimentBuilders.createBooleanExperiment)({
|
|
182
|
+
productKeys: {
|
|
183
|
+
confluence: 'rovo_remix_experience_context'
|
|
184
|
+
},
|
|
185
|
+
param: 'isEnabled',
|
|
186
|
+
defaultValue: false
|
|
187
|
+
}),
|
|
180
188
|
// Added 2026-04-28
|
|
181
189
|
'agent-managed_blocks_mvp': (0, _experimentBuilders.createBooleanExperiment)({
|
|
182
190
|
productKeys: {
|
|
@@ -1039,15 +1047,6 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1039
1047
|
param: 'isEnabled',
|
|
1040
1048
|
defaultValue: false
|
|
1041
1049
|
}),
|
|
1042
|
-
// Added 2026-04-09 — Inline action nudge on resolved inline smart links
|
|
1043
|
-
'rovogrowth-640-inline-action-nudge-exp': (0, _experimentBuilders.createBooleanExperiment)({
|
|
1044
|
-
productKeys: {
|
|
1045
|
-
confluence: 'rovogrowth-640-inline-action-nudge-exp',
|
|
1046
|
-
jira: 'rovogrowth-640-inline-action-nudge-exp'
|
|
1047
|
-
},
|
|
1048
|
-
param: 'isEnabled',
|
|
1049
|
-
defaultValue: false
|
|
1050
|
-
}),
|
|
1051
1050
|
// Added 2026-05-29 — Inline rovo action on resolved inline smart links
|
|
1052
1051
|
platform_sl_3p_auth_inline_tailored_cta: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1053
1052
|
productKeys: {
|
|
@@ -16,7 +16,6 @@ export const testBooleanOverrides = {
|
|
|
16
16
|
linking_platform_track_non_primary_3p_clicks: false,
|
|
17
17
|
platform_sl_3p_auth_rovo_action: false,
|
|
18
18
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
19
|
-
'rovogrowth-640-inline-action-nudge-exp': true,
|
|
20
19
|
cwr_blank_object_experiment: false,
|
|
21
20
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
22
21
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -171,6 +171,14 @@ export const editorExperimentsConfig = {
|
|
|
171
171
|
param: 'isEnabled',
|
|
172
172
|
defaultValue: false
|
|
173
173
|
}),
|
|
174
|
+
// Added 2026-06-01
|
|
175
|
+
rovo_remix_experience_context: createBooleanExperiment({
|
|
176
|
+
productKeys: {
|
|
177
|
+
confluence: 'rovo_remix_experience_context'
|
|
178
|
+
},
|
|
179
|
+
param: 'isEnabled',
|
|
180
|
+
defaultValue: false
|
|
181
|
+
}),
|
|
174
182
|
// Added 2026-04-28
|
|
175
183
|
'agent-managed_blocks_mvp': createBooleanExperiment({
|
|
176
184
|
productKeys: {
|
|
@@ -1033,15 +1041,6 @@ export const editorExperimentsConfig = {
|
|
|
1033
1041
|
param: 'isEnabled',
|
|
1034
1042
|
defaultValue: false
|
|
1035
1043
|
}),
|
|
1036
|
-
// Added 2026-04-09 — Inline action nudge on resolved inline smart links
|
|
1037
|
-
'rovogrowth-640-inline-action-nudge-exp': createBooleanExperiment({
|
|
1038
|
-
productKeys: {
|
|
1039
|
-
confluence: 'rovogrowth-640-inline-action-nudge-exp',
|
|
1040
|
-
jira: 'rovogrowth-640-inline-action-nudge-exp'
|
|
1041
|
-
},
|
|
1042
|
-
param: 'isEnabled',
|
|
1043
|
-
defaultValue: false
|
|
1044
|
-
}),
|
|
1045
1044
|
// Added 2026-05-29 — Inline rovo action on resolved inline smart links
|
|
1046
1045
|
platform_sl_3p_auth_inline_tailored_cta: createBooleanExperiment({
|
|
1047
1046
|
productKeys: {
|
|
@@ -16,7 +16,6 @@ export var testBooleanOverrides = {
|
|
|
16
16
|
linking_platform_track_non_primary_3p_clicks: false,
|
|
17
17
|
platform_sl_3p_auth_rovo_action: false,
|
|
18
18
|
platform_sl_3p_preauth_better_hovercard: true,
|
|
19
|
-
'rovogrowth-640-inline-action-nudge-exp': true,
|
|
20
19
|
cwr_blank_object_experiment: false,
|
|
21
20
|
cc_editor_hover_link_overlay_css_fix: false,
|
|
22
21
|
platform_editor_feedback_mandatory_rating: false,
|
|
@@ -171,6 +171,14 @@ export var editorExperimentsConfig = {
|
|
|
171
171
|
param: 'isEnabled',
|
|
172
172
|
defaultValue: false
|
|
173
173
|
}),
|
|
174
|
+
// Added 2026-06-01
|
|
175
|
+
rovo_remix_experience_context: createBooleanExperiment({
|
|
176
|
+
productKeys: {
|
|
177
|
+
confluence: 'rovo_remix_experience_context'
|
|
178
|
+
},
|
|
179
|
+
param: 'isEnabled',
|
|
180
|
+
defaultValue: false
|
|
181
|
+
}),
|
|
174
182
|
// Added 2026-04-28
|
|
175
183
|
'agent-managed_blocks_mvp': createBooleanExperiment({
|
|
176
184
|
productKeys: {
|
|
@@ -1033,15 +1041,6 @@ export var editorExperimentsConfig = {
|
|
|
1033
1041
|
param: 'isEnabled',
|
|
1034
1042
|
defaultValue: false
|
|
1035
1043
|
}),
|
|
1036
|
-
// Added 2026-04-09 — Inline action nudge on resolved inline smart links
|
|
1037
|
-
'rovogrowth-640-inline-action-nudge-exp': createBooleanExperiment({
|
|
1038
|
-
productKeys: {
|
|
1039
|
-
confluence: 'rovogrowth-640-inline-action-nudge-exp',
|
|
1040
|
-
jira: 'rovogrowth-640-inline-action-nudge-exp'
|
|
1041
|
-
},
|
|
1042
|
-
param: 'isEnabled',
|
|
1043
|
-
defaultValue: false
|
|
1044
|
-
}),
|
|
1045
1044
|
// Added 2026-05-29 — Inline rovo action on resolved inline smart links
|
|
1046
1045
|
platform_sl_3p_auth_inline_tailored_cta: createBooleanExperiment({
|
|
1047
1046
|
productKeys: {
|
|
@@ -33,6 +33,12 @@ export declare const editorExperimentsConfig: {
|
|
|
33
33
|
productKeys?: ProductKeys;
|
|
34
34
|
typeGuard: IsBooleanType;
|
|
35
35
|
};
|
|
36
|
+
rovo_remix_experience_context: {
|
|
37
|
+
defaultValue: boolean;
|
|
38
|
+
param: string;
|
|
39
|
+
productKeys?: ProductKeys;
|
|
40
|
+
typeGuard: IsBooleanType;
|
|
41
|
+
};
|
|
36
42
|
'databases-native-embeds-v2': {
|
|
37
43
|
defaultValue: boolean;
|
|
38
44
|
param: string;
|
|
@@ -736,12 +742,6 @@ export declare const editorExperimentsConfig: {
|
|
|
736
742
|
productKeys?: ProductKeys;
|
|
737
743
|
typeGuard: IsBooleanType;
|
|
738
744
|
};
|
|
739
|
-
'rovogrowth-640-inline-action-nudge-exp': {
|
|
740
|
-
defaultValue: boolean;
|
|
741
|
-
param: string;
|
|
742
|
-
productKeys?: ProductKeys;
|
|
743
|
-
typeGuard: IsBooleanType;
|
|
744
|
-
};
|
|
745
745
|
platform_sl_3p_post_auth_chat_open_exp: {
|
|
746
746
|
defaultValue: boolean;
|
|
747
747
|
param: string;
|
|
@@ -33,6 +33,12 @@ export declare const editorExperimentsConfig: {
|
|
|
33
33
|
productKeys?: ProductKeys;
|
|
34
34
|
typeGuard: IsBooleanType;
|
|
35
35
|
};
|
|
36
|
+
rovo_remix_experience_context: {
|
|
37
|
+
defaultValue: boolean;
|
|
38
|
+
param: string;
|
|
39
|
+
productKeys?: ProductKeys;
|
|
40
|
+
typeGuard: IsBooleanType;
|
|
41
|
+
};
|
|
36
42
|
'databases-native-embeds-v2': {
|
|
37
43
|
defaultValue: boolean;
|
|
38
44
|
param: string;
|
|
@@ -736,12 +742,6 @@ export declare const editorExperimentsConfig: {
|
|
|
736
742
|
productKeys?: ProductKeys;
|
|
737
743
|
typeGuard: IsBooleanType;
|
|
738
744
|
};
|
|
739
|
-
'rovogrowth-640-inline-action-nudge-exp': {
|
|
740
|
-
defaultValue: boolean;
|
|
741
|
-
param: string;
|
|
742
|
-
productKeys?: ProductKeys;
|
|
743
|
-
typeGuard: IsBooleanType;
|
|
744
|
-
};
|
|
745
745
|
platform_sl_3p_post_auth_chat_open_exp: {
|
|
746
746
|
defaultValue: boolean;
|
|
747
747
|
param: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tmp-editor-statsig",
|
|
3
|
-
"version": "89.
|
|
3
|
+
"version": "89.1.1",
|
|
4
4
|
"description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/feature-gate-js-client": "^5.7.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
|
-
"@atlaskit/react-ufo": "^6.
|
|
38
|
+
"@atlaskit/react-ufo": "^6.7.0",
|
|
39
39
|
"@babel/runtime": "^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"platform-feature-flags": {
|