@atlaskit/tmp-editor-statsig 61.0.0 → 61.0.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
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-statsig-tmp
|
|
2
2
|
|
|
3
|
+
## 61.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`58913fb961b08`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/58913fb961b08) -
|
|
8
|
+
[ux] Remove button/popup functionality from Rovo action CTA - just keep as icon for the inline
|
|
9
|
+
link.
|
|
10
|
+
|
|
3
11
|
## 61.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
|
@@ -1062,8 +1062,8 @@ var editorExperimentsConfig = exports.editorExperimentsConfig = {
|
|
|
1062
1062
|
// Added 2026-04-09 — Inline action nudge on resolved inline smart links
|
|
1063
1063
|
rovogrowth_640_inline_action_nudge: (0, _experimentBuilders.createBooleanExperiment)({
|
|
1064
1064
|
productKeys: {
|
|
1065
|
-
confluence: '
|
|
1066
|
-
jira: '
|
|
1065
|
+
confluence: 'rovogrowth-640-inline-action-nudge-exp',
|
|
1066
|
+
jira: 'rovogrowth-640-inline-action-nudge-exp'
|
|
1067
1067
|
},
|
|
1068
1068
|
param: 'isEnabled',
|
|
1069
1069
|
defaultValue: false
|
|
@@ -1056,8 +1056,8 @@ export const editorExperimentsConfig = {
|
|
|
1056
1056
|
// Added 2026-04-09 — Inline action nudge on resolved inline smart links
|
|
1057
1057
|
rovogrowth_640_inline_action_nudge: createBooleanExperiment({
|
|
1058
1058
|
productKeys: {
|
|
1059
|
-
confluence: '
|
|
1060
|
-
jira: '
|
|
1059
|
+
confluence: 'rovogrowth-640-inline-action-nudge-exp',
|
|
1060
|
+
jira: 'rovogrowth-640-inline-action-nudge-exp'
|
|
1061
1061
|
},
|
|
1062
1062
|
param: 'isEnabled',
|
|
1063
1063
|
defaultValue: false
|
|
@@ -1056,8 +1056,8 @@ export var editorExperimentsConfig = {
|
|
|
1056
1056
|
// Added 2026-04-09 — Inline action nudge on resolved inline smart links
|
|
1057
1057
|
rovogrowth_640_inline_action_nudge: createBooleanExperiment({
|
|
1058
1058
|
productKeys: {
|
|
1059
|
-
confluence: '
|
|
1060
|
-
jira: '
|
|
1059
|
+
confluence: 'rovogrowth-640-inline-action-nudge-exp',
|
|
1060
|
+
jira: 'rovogrowth-640-inline-action-nudge-exp'
|
|
1061
1061
|
},
|
|
1062
1062
|
param: 'isEnabled',
|
|
1063
1063
|
defaultValue: false
|
package/package.json
CHANGED