@atlaskit/rovo-triggers 9.2.2 → 9.3.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 +23 -1
- package/dist/types/types.d.ts +0 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/rovo-triggers
|
|
2
2
|
|
|
3
|
+
## 9.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`30314bb11ad77`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/30314bb11ad77) -
|
|
8
|
+
Cleanup experiment `enable_rovo_static_prompt_file_uploads`. Static prompt file uploads are now
|
|
9
|
+
permanently enabled.
|
|
10
|
+
|
|
11
|
+
## 9.3.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
16
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
17
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
18
|
+
|
|
19
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
20
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
21
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
22
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
23
|
+
corrected dependency.
|
|
24
|
+
|
|
3
25
|
## 9.2.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -14,7 +36,7 @@
|
|
|
14
36
|
### Patch Changes
|
|
15
37
|
|
|
16
38
|
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
17
|
-
Add @
|
|
39
|
+
Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
18
40
|
gating.
|
|
19
41
|
- Updated dependencies
|
|
20
42
|
|
package/dist/types/types.d.ts
CHANGED
|
@@ -343,7 +343,6 @@ export type InsertPromptPayload = PayloadCore<'insert-prompt', {
|
|
|
343
343
|
avatarUrl?: string;
|
|
344
344
|
/**
|
|
345
345
|
* Optional files to attach to the chat input alongside the prompt.
|
|
346
|
-
* Gated by the enable_rovo_static_prompt_file_uploads experiment.
|
|
347
346
|
*/
|
|
348
347
|
files?: UploadedFile[];
|
|
349
348
|
} & PlaceholderParam>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-triggers",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.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": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"react-compiler": {
|
|
11
11
|
"enabled": true,
|
|
12
12
|
"gating": {
|
|
13
|
-
"source": "@
|
|
13
|
+
"source": "@atlaskit/react-compiler-gating",
|
|
14
14
|
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/adf-schema": "^56.0.0",
|
|
32
32
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
33
|
-
"@
|
|
33
|
+
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
34
34
|
"@babel/runtime": "^7.0.0",
|
|
35
35
|
"bind-event-listener": "^3.0.0"
|
|
36
36
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@af/integration-testing": "workspace:^",
|
|
42
42
|
"@af/visual-regression": "workspace:^",
|
|
43
43
|
"@atlaskit/css": "^1.0.0",
|
|
44
|
-
"@atlaskit/primitives": "^20.
|
|
44
|
+
"@atlaskit/primitives": "^20.2.0",
|
|
45
45
|
"@atlaskit/ssr": "workspace:^",
|
|
46
46
|
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
47
47
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|