@atlaskit/editor-plugin-analytics 1.11.0 → 1.12.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,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-analytics
|
|
2
2
|
|
|
3
|
+
## 1.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#105322](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/105322)
|
|
8
|
+
[`8876083532adc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8876083532adc) -
|
|
9
|
+
Bumped editor-prosemirror version to 7.0.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 1.11.0
|
|
4
16
|
|
|
5
17
|
### 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.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "Analytics plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/adf-schema": "^46.1.0",
|
|
35
|
-
"@atlaskit/analytics-listeners": "^8.
|
|
36
|
-
"@atlaskit/analytics-next": "^10.
|
|
37
|
-
"@atlaskit/editor-common": "^99.
|
|
38
|
-
"@atlaskit/editor-plugin-feature-flags": "^1.
|
|
39
|
-
"@atlaskit/editor-prosemirror": "
|
|
40
|
-
"@atlaskit/editor-tables": "^2.
|
|
35
|
+
"@atlaskit/analytics-listeners": "^8.14.0",
|
|
36
|
+
"@atlaskit/analytics-next": "^10.3.0",
|
|
37
|
+
"@atlaskit/editor-common": "^99.10.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": {
|