@atlaskit/rovo-triggers 5.35.0 → 5.36.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,20 @@
|
|
|
1
1
|
# @atlaskit/rovo-triggers
|
|
2
2
|
|
|
3
|
+
## 5.36.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`47b02f048ca4a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/47b02f048ca4a) -
|
|
8
|
+
Enrol search and ai-mate packages into the React Compiler with platform gating via
|
|
9
|
+
isReactCompilerActivePlatform.
|
|
10
|
+
|
|
11
|
+
## 5.36.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`a18d71d5d732c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a18d71d5d732c) -
|
|
16
|
+
Event tracking improvement for AI assisted JSM Journey creation
|
|
17
|
+
|
|
3
18
|
## 5.35.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-triggers",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.36.1",
|
|
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": {
|
|
7
7
|
"registry": "https://registry.npmjs.org/"
|
|
8
8
|
},
|
|
9
9
|
"atlassian": {
|
|
10
|
+
"react-compiler": {
|
|
11
|
+
"enabled": true,
|
|
12
|
+
"gating": {
|
|
13
|
+
"source": "@atlassian/react-compiler-gating",
|
|
14
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
10
17
|
"team": "AI Mate",
|
|
11
18
|
"singleton": true
|
|
12
19
|
},
|
|
@@ -45,6 +52,7 @@
|
|
|
45
52
|
"@atlaskit/ssr": "workspace:^",
|
|
46
53
|
"@atlassian/a11y-jest-testing": "^0.11.0",
|
|
47
54
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
55
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
48
56
|
"@testing-library/react": "^16.3.0",
|
|
49
57
|
"react-dom": "^18.2.0",
|
|
50
58
|
"wait-for-expect": "^1.2.0"
|