@atlaskit/editor-plugin-annotation 1.26.1 → 1.26.2
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/editor-plugin-annotation
|
|
2
2
|
|
|
3
|
+
## 1.26.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#175810](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/175810)
|
|
8
|
+
[`f7a9d71722c78`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f7a9d71722c78) -
|
|
9
|
+
ED-25989 adding analytic event for date inline node
|
|
10
|
+
|
|
3
11
|
## 1.26.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -134,8 +134,6 @@ var buildToolbar = exports.buildToolbar = function buildToolbar(editorAnalyticsA
|
|
|
134
134
|
eventType: _analytics.EVENT_TYPE.UI,
|
|
135
135
|
attributes: {
|
|
136
136
|
source: 'highlightActionsMenu',
|
|
137
|
-
// @ts-expect-error - Object literal may only specify known properties, and 'pageMode' does not exist in type
|
|
138
|
-
// This error was introduced after upgrading to TypeScript 5
|
|
139
137
|
pageMode: 'edit'
|
|
140
138
|
}
|
|
141
139
|
});
|
|
@@ -124,8 +124,6 @@ export const buildToolbar = editorAnalyticsAPI => ({
|
|
|
124
124
|
eventType: EVENT_TYPE.UI,
|
|
125
125
|
attributes: {
|
|
126
126
|
source: 'highlightActionsMenu',
|
|
127
|
-
// @ts-expect-error - Object literal may only specify known properties, and 'pageMode' does not exist in type
|
|
128
|
-
// This error was introduced after upgrading to TypeScript 5
|
|
129
127
|
pageMode: 'edit'
|
|
130
128
|
}
|
|
131
129
|
});
|
|
@@ -127,8 +127,6 @@ export var buildToolbar = function buildToolbar(editorAnalyticsAPI) {
|
|
|
127
127
|
eventType: EVENT_TYPE.UI,
|
|
128
128
|
attributes: {
|
|
129
129
|
source: 'highlightActionsMenu',
|
|
130
|
-
// @ts-expect-error - Object literal may only specify known properties, and 'pageMode' does not exist in type
|
|
131
|
-
// This error was introduced after upgrading to TypeScript 5
|
|
132
130
|
pageMode: 'edit'
|
|
133
131
|
}
|
|
134
132
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-annotation",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.2",
|
|
4
4
|
"description": "Annotation plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@atlaskit/editor-plugin-feature-flags": "^1.2.0",
|
|
40
40
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
41
41
|
"@atlaskit/icon": "^23.1.0",
|
|
42
|
-
"@atlaskit/onboarding": "^12.
|
|
42
|
+
"@atlaskit/onboarding": "^12.2.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
44
44
|
"@atlaskit/tmp-editor-statsig": "^2.23.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0"
|