@atlaskit/rovo-triggers 3.4.1 → 3.5.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,19 @@
1
1
  # @atlaskit/rovo-triggers
2
2
 
3
+ ## 3.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a2cd8c46a3e94`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a2cd8c46a3e94) -
8
+ EDITOR-1442 Bump adf-schema
9
+
10
+ ## 3.5.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`6f26b732b4fc0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6f26b732b4fc0) -
15
+ Include selectionFragment and selectionLocalIds on editor context payload
16
+
3
17
  ## 3.4.1
4
18
 
5
19
  ### Patch Changes
@@ -48,6 +48,8 @@ export type EditorContextPayloadData = {
48
48
  type: 'text/markdown' | 'text/plain';
49
49
  content: string;
50
50
  };
51
+ selectionFragment?: string;
52
+ selectionLocalIds?: string;
51
53
  } | undefined;
52
54
  export type WhiteboardContextPayloadData = {
53
55
  type: 'image/svg+xml' | 'text/plain';
@@ -48,6 +48,8 @@ export type EditorContextPayloadData = {
48
48
  type: 'text/markdown' | 'text/plain';
49
49
  content: string;
50
50
  };
51
+ selectionFragment?: string;
52
+ selectionLocalIds?: string;
51
53
  } | undefined;
52
54
  export type WhiteboardContextPayloadData = {
53
55
  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.4.1",
3
+ "version": "3.5.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": {
@@ -28,11 +28,8 @@
28
28
  "*.compiled.css"
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
- "af:exports": {
32
- ".": "./src/index.ts"
33
- },
34
31
  "dependencies": {
35
- "@atlaskit/adf-schema": "^50.2.1",
32
+ "@atlaskit/adf-schema": "^50.2.3",
36
33
  "@babel/runtime": "^7.0.0",
37
34
  "bind-event-listener": "^3.0.0"
38
35
  },
@@ -43,9 +40,8 @@
43
40
  "@af/integration-testing": "workspace:^",
44
41
  "@af/visual-regression": "workspace:^",
45
42
  "@atlaskit/css": "^0.12.0",
46
- "@atlaskit/primitives": "^14.11.0",
43
+ "@atlaskit/primitives": "^14.12.0",
47
44
  "@atlaskit/ssr": "workspace:^",
48
- "@atlaskit/visual-regression": "workspace:^",
49
45
  "@atlassian/feature-flags-test-utils": "^0.3.0",
50
46
  "@testing-library/react": "^13.4.0",
51
47
  "@testing-library/react-hooks": "^8.0.1",