@atlaskit/editor-plugin-analytics 1.11.0 → 1.12.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,25 @@
1
1
  # @atlaskit/editor-plugin-analytics
2
2
 
3
+ ## 1.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#112186](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112186)
8
+ [`9462d8ca2405a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9462d8ca2405a) -
9
+ Bump adf-schema to 47.2.1
10
+
11
+ ## 1.12.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
16
+ [`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
17
+ Bumped editor-prosemirror version to 7.0.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+
3
23
  ## 1.11.0
4
24
 
5
25
  ### Minor Changes
@@ -37,8 +37,6 @@ function createPlugin(options, featureFlags) {
37
37
  fireAnalytics: (0, _analytics.fireAnalyticsEvent)(options.createAnalyticsEvent)
38
38
  });
39
39
  },
40
- // Ignored via go/ees005
41
- // eslint-disable-next-line @typescript-eslint/max-params
42
40
  apply: function apply(tr, pluginState, _, state) {
43
41
  var _tr$getMeta;
44
42
  var _ref = (_tr$getMeta = tr.getMeta(_pluginKey.analyticsPluginKey)) !== null && _tr$getMeta !== void 0 ? _tr$getMeta : {},
@@ -23,8 +23,6 @@ function createPlugin(options, featureFlags) {
23
23
  fireAnalytics: fireAnalyticsEvent(options.createAnalyticsEvent)
24
24
  };
25
25
  },
26
- // Ignored via go/ees005
27
- // eslint-disable-next-line @typescript-eslint/max-params
28
26
  apply: (tr, pluginState, _, state) => {
29
27
  var _tr$getMeta;
30
28
  const {
@@ -29,8 +29,6 @@ function createPlugin(options, featureFlags) {
29
29
  fireAnalytics: _fireAnalyticsEvent(options.createAnalyticsEvent)
30
30
  });
31
31
  },
32
- // Ignored via go/ees005
33
- // eslint-disable-next-line @typescript-eslint/max-params
34
32
  apply: function apply(tr, pluginState, _, state) {
35
33
  var _tr$getMeta;
36
34
  var _ref = (_tr$getMeta = tr.getMeta(analyticsPluginKey)) !== null && _tr$getMeta !== void 0 ? _tr$getMeta : {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-analytics",
3
- "version": "1.11.0",
3
+ "version": "1.12.1",
4
4
  "description": "Analytics plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,13 +31,13 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/adf-schema": "^46.1.0",
35
- "@atlaskit/analytics-listeners": "^8.13.0",
36
- "@atlaskit/analytics-next": "^10.2.0",
37
- "@atlaskit/editor-common": "^99.5.0",
38
- "@atlaskit/editor-plugin-feature-flags": "^1.2.0",
39
- "@atlaskit/editor-prosemirror": "6.2.1",
40
- "@atlaskit/editor-tables": "^2.8.0",
34
+ "@atlaskit/adf-schema": "^47.2.1",
35
+ "@atlaskit/analytics-listeners": "^8.14.0",
36
+ "@atlaskit/analytics-next": "^10.3.0",
37
+ "@atlaskit/editor-common": "^99.14.0",
38
+ "@atlaskit/editor-plugin-feature-flags": "^1.3.0",
39
+ "@atlaskit/editor-prosemirror": "7.0.0",
40
+ "@atlaskit/editor-tables": "^2.9.0",
41
41
  "@babel/runtime": "^7.0.0"
42
42
  },
43
43
  "peerDependencies": {