@atlaskit/editor-plugin-metrics 3.4.2 → 3.4.4

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/editor-plugin-metrics
2
2
 
3
+ ## 3.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.4.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#125435](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/125435)
14
+ [`3a6c9fa4e395a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3a6c9fa4e395a) -
15
+ Fix scrolling when activitySession event is fired
16
+ - Updated dependencies
17
+
3
18
  ## 3.4.2
4
19
 
5
20
  ### Patch Changes
@@ -66,6 +66,7 @@ var metricsPlugin = exports.metricsPlugin = function metricsPlugin(_ref) {
66
66
  tr.setMeta(_main.metricsKey, {
67
67
  stopActiveSession: true
68
68
  });
69
+ tr.setMeta('scrollIntoView', false);
69
70
  return tr;
70
71
  };
71
72
  },
@@ -56,6 +56,7 @@ export const metricsPlugin = ({
56
56
  tr.setMeta(metricsKey, {
57
57
  stopActiveSession: true
58
58
  });
59
+ tr.setMeta('scrollIntoView', false);
59
60
  return tr;
60
61
  },
61
62
  handleIntentToStartEdit: ({
@@ -60,6 +60,7 @@ export var metricsPlugin = function metricsPlugin(_ref) {
60
60
  tr.setMeta(metricsKey, {
61
61
  stopActiveSession: true
62
62
  });
63
+ tr.setMeta('scrollIntoView', false);
63
64
  return tr;
64
65
  };
65
66
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-metrics",
3
- "version": "3.4.2",
3
+ "version": "3.4.4",
4
4
  "description": "Metrics plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/adf-schema": "^47.6.0",
36
- "@atlaskit/editor-common": "^102.0.0",
37
- "@atlaskit/editor-plugin-analytics": "^2.1.0",
36
+ "@atlaskit/editor-common": "^103.0.0",
37
+ "@atlaskit/editor-plugin-analytics": "^2.2.0",
38
38
  "@atlaskit/editor-prosemirror": "7.0.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@babel/runtime": "^7.0.0",