@atlaskit/editor-common 110.36.6 → 110.36.7
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-common
|
|
2
2
|
|
|
3
|
+
## 110.36.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`2cbe9332dcaad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2cbe9332dcaad) -
|
|
8
|
+
Added isStreamingEnded attribute in discard and dismissed analytics event.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 110.36.6
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -53,4 +53,4 @@ export { type TelepointerClickPayload } from './types/telepointer-events';
|
|
|
53
53
|
export { type NcsSessionStepEventAEP, type NcsSessionStepMetrics, } from './types/ncs-session-step-events';
|
|
54
54
|
export type { BlockMenuEventPayload } from './types/block-menu-events';
|
|
55
55
|
export type { BreakoutEventPayload, BreakoutSupportedNodes } from './types/breakout-events';
|
|
56
|
-
export type { RendererSyncBlockEventPayload, SyncBlockEventPayload } from './types/sync-block-events';
|
|
56
|
+
export type { RendererSyncBlockEventPayload, SyncBlockEventPayload, } from './types/sync-block-events';
|
|
@@ -10,6 +10,11 @@ export type AIUnifiedCommonAttributes = {
|
|
|
10
10
|
aiInteractionID: string;
|
|
11
11
|
invokedFrom?: string;
|
|
12
12
|
isAIFeature: 1;
|
|
13
|
+
/**
|
|
14
|
+
* Remove below flag when AIFC is fully rolled out in Jira, only required for old experience in Jira.
|
|
15
|
+
* Because in AFIC, if dismissed event is fired, it means the streaming has not ended.
|
|
16
|
+
*/
|
|
17
|
+
isStreamingEnded?: boolean;
|
|
13
18
|
/**
|
|
14
19
|
* Nudge metrics will be used passed in analytics events.
|
|
15
20
|
* It is currently only set when "Improve writing" is triggered from the
|
|
@@ -53,4 +53,4 @@ export { type TelepointerClickPayload } from './types/telepointer-events';
|
|
|
53
53
|
export { type NcsSessionStepEventAEP, type NcsSessionStepMetrics, } from './types/ncs-session-step-events';
|
|
54
54
|
export type { BlockMenuEventPayload } from './types/block-menu-events';
|
|
55
55
|
export type { BreakoutEventPayload, BreakoutSupportedNodes } from './types/breakout-events';
|
|
56
|
-
export type { RendererSyncBlockEventPayload, SyncBlockEventPayload } from './types/sync-block-events';
|
|
56
|
+
export type { RendererSyncBlockEventPayload, SyncBlockEventPayload, } from './types/sync-block-events';
|
|
@@ -10,6 +10,11 @@ export type AIUnifiedCommonAttributes = {
|
|
|
10
10
|
aiInteractionID: string;
|
|
11
11
|
invokedFrom?: string;
|
|
12
12
|
isAIFeature: 1;
|
|
13
|
+
/**
|
|
14
|
+
* Remove below flag when AIFC is fully rolled out in Jira, only required for old experience in Jira.
|
|
15
|
+
* Because in AFIC, if dismissed event is fired, it means the streaming has not ended.
|
|
16
|
+
*/
|
|
17
|
+
isStreamingEnded?: boolean;
|
|
13
18
|
/**
|
|
14
19
|
* Nudge metrics will be used passed in analytics events.
|
|
15
20
|
* It is currently only set when "Improve writing" is triggered from the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "110.36.
|
|
3
|
+
"version": "110.36.7",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -74,14 +74,14 @@
|
|
|
74
74
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
75
75
|
"@atlaskit/react-ufo": "^4.15.0",
|
|
76
76
|
"@atlaskit/section-message": "^8.9.0",
|
|
77
|
-
"@atlaskit/smart-card": "^43.
|
|
77
|
+
"@atlaskit/smart-card": "^43.12.0",
|
|
78
78
|
"@atlaskit/smart-user-picker": "^8.4.0",
|
|
79
79
|
"@atlaskit/spinner": "^19.0.0",
|
|
80
80
|
"@atlaskit/status": "^3.0.0",
|
|
81
81
|
"@atlaskit/task-decision": "^19.2.0",
|
|
82
82
|
"@atlaskit/textfield": "^8.1.0",
|
|
83
83
|
"@atlaskit/theme": "^21.0.0",
|
|
84
|
-
"@atlaskit/tmp-editor-statsig": "^14.
|
|
84
|
+
"@atlaskit/tmp-editor-statsig": "^14.3.0",
|
|
85
85
|
"@atlaskit/tokens": "^8.4.0",
|
|
86
86
|
"@atlaskit/tooltip": "^20.10.0",
|
|
87
87
|
"@atlaskit/width-detector": "^5.0.0",
|