@atlaskit/rovo-triggers 9.2.0 → 9.2.2
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 +18 -0
- package/dist/types/types.d.ts +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/rovo-triggers
|
|
2
2
|
|
|
3
|
+
## 9.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`a9ab7d65d11bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a9ab7d65d11bf) -
|
|
8
|
+
Allow `chat-new` events to include `taskModeEnabled` so Home pending-chat handoffs can preserve
|
|
9
|
+
Max mode.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 9.2.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
17
|
+
Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
18
|
+
gating.
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 9.2.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/dist/types/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-triggers",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.2",
|
|
4
4
|
"description": "Provides various trigger events to drive Rovo Chat functionality, such as a publish-subscribe and URL parameter hooks",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/adf-schema": "^56.0.0",
|
|
32
32
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
33
|
+
"@atlassian/react-compiler-gating": "^0.2.0",
|
|
33
34
|
"@babel/runtime": "^7.0.0",
|
|
34
35
|
"bind-event-listener": "^3.0.0"
|
|
35
36
|
},
|
|
@@ -42,9 +43,8 @@
|
|
|
42
43
|
"@atlaskit/css": "^1.0.0",
|
|
43
44
|
"@atlaskit/primitives": "^20.0.0",
|
|
44
45
|
"@atlaskit/ssr": "workspace:^",
|
|
45
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
46
|
+
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
46
47
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
47
|
-
"@atlassian/react-compiler-gating": "workspace:^",
|
|
48
48
|
"@testing-library/react": "^16.3.0",
|
|
49
49
|
"react": "^18.2.0",
|
|
50
50
|
"react-dom": "^18.2.0",
|