@atlaskit/rovo-agent-components 7.4.1 → 7.4.3
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 +25 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-components
|
|
2
2
|
|
|
3
|
+
## 7.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`3459b8faed8ba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3459b8faed8ba) -
|
|
8
|
+
Clean up the shipped `rovo_chat_3p_app_discovery_m1_experiment` and the shadowed
|
|
9
|
+
`post-office_rovo-chat_thinking-deeper` menu path. This removes the obsolete ChatModeMenu UI, its
|
|
10
|
+
popup variants, and its spotlight code.
|
|
11
|
+
|
|
12
|
+
Breaking changes:
|
|
13
|
+
- Remove `changeChatModeMenuAlignmentToBottomStart` from `RovoChatPromptInput`. The `ChatModeMenu`
|
|
14
|
+
implementation it configured has been removed.
|
|
15
|
+
|
|
16
|
+
`showChatModeMenu`, `shouldRenderChatModeMenusInPortal`, `customSlotBeforeChatModeMenu`, and
|
|
17
|
+
`UIConfig.elements.chatModeMenuButton` remain supported. They now apply to the surviving source
|
|
18
|
+
and reasoning footer controls.
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
22
|
+
## 7.4.2
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
|
|
3
28
|
## 7.4.1
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.3",
|
|
4
4
|
"description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
|
|
5
5
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
|
|
6
6
|
"atlassian": {
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
41
41
|
"@atlaskit/flag": "^18.1.0",
|
|
42
42
|
"@atlaskit/heading": "^6.2.0",
|
|
43
|
-
"@atlaskit/icon": "^
|
|
43
|
+
"@atlaskit/icon": "^37.0.0",
|
|
44
44
|
"@atlaskit/link": "^4.1.0",
|
|
45
45
|
"@atlaskit/logo": "^21.4.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
47
|
-
"@atlaskit/primitives": "^20.
|
|
47
|
+
"@atlaskit/primitives": "^20.6.0",
|
|
48
48
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
49
49
|
"@atlaskit/rovo-agent-analytics": "^5.3.0",
|
|
50
|
-
"@atlaskit/skeleton": "^4.
|
|
50
|
+
"@atlaskit/skeleton": "^4.2.0",
|
|
51
51
|
"@atlaskit/spinner": "^20.1.0",
|
|
52
|
-
"@atlaskit/tokens": "^15.
|
|
52
|
+
"@atlaskit/tokens": "^15.6.0",
|
|
53
53
|
"@atlaskit/tooltip": "^23.1.0",
|
|
54
54
|
"@babel/runtime": "^7.0.0",
|
|
55
55
|
"@compiled/react": "^0.20.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@af/visual-regression": "workspace:^",
|
|
63
63
|
"@atlaskit/ssr": "workspace:^",
|
|
64
64
|
"@atlassian/agent-studio-test-utils": "workspace:^",
|
|
65
|
-
"@atlassian/feature-flags-test-utils": "^1.
|
|
65
|
+
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
66
66
|
"@atlassian/testing-library": "^0.11.0",
|
|
67
67
|
"@testing-library/react": "^16.3.0",
|
|
68
68
|
"@testing-library/user-event": "^14.4.3",
|