@atlaskit/rovo-triggers 3.15.3 → 3.16.0

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/rovo-triggers
2
2
 
3
+ ## 3.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`1e470200487fe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1e470200487fe) -
8
+ Adds new `useGenericEditorSkill` optional property to be used with rovo context with editor. This
9
+ enables use of the generic editor minion
10
+
3
11
  ## 3.15.3
4
12
 
5
13
  ### Patch Changes
@@ -55,6 +55,7 @@ export type EditorContextPayloadData = {
55
55
  selectionFragment?: string;
56
56
  selectionLocalIds?: string;
57
57
  isViewMode?: boolean;
58
+ useGenericEditorSkill?: boolean;
58
59
  } | undefined;
59
60
  export type WhiteboardContextPayloadData = {
60
61
  type: 'image/svg+xml' | 'text/plain';
@@ -55,6 +55,7 @@ export type EditorContextPayloadData = {
55
55
  selectionFragment?: string;
56
56
  selectionLocalIds?: string;
57
57
  isViewMode?: boolean;
58
+ useGenericEditorSkill?: boolean;
58
59
  } | undefined;
59
60
  export type WhiteboardContextPayloadData = {
60
61
  type: 'image/svg+xml' | 'text/plain';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-triggers",
3
- "version": "3.15.3",
3
+ "version": "3.16.0",
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": {