@atlaskit/editor-plugin-mentions 16.1.2 → 16.1.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,19 @@
1
1
  # @atlaskit/editor-plugin-mentions
2
2
 
3
+ ## 16.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 16.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [`b8700e10d6391`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b8700e10d6391) -
14
+ Remove invalid experiment keys from Editor package feature gate manifests.
15
+ - Updated dependencies
16
+
3
17
  ## 16.1.2
4
18
 
5
19
  ### Patch Changes
@@ -67,7 +67,7 @@ var AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
67
67
  var AGENT_MENTION_INACTIVITY_MS = 3000;
68
68
  var MAX_PENDING_TYPED_AGENT_MENTION_FOCUS_DEFERS = 20;
69
69
  var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
70
- var PACKAGE_VERSION = "16.1.1";
70
+ var PACKAGE_VERSION = "16.1.3";
71
71
  var setProvider = function setProvider(provider) {
72
72
  return function (state, dispatch) {
73
73
  if (dispatch) {
@@ -321,7 +321,7 @@ var makeTransformMentionsToTypeAheadItems = function makeTransformMentionsToType
321
321
  currentQuery: query,
322
322
  onInviteItemMount: function onInviteItemMount() {
323
323
  var _mentionProvider$getS2;
324
- fireEvent((0, _analytics.buildTypeAheadInviteItemViewedPayload)(sessionId, contextIdentifierProvider, mentionProvider.userRole, (0, _platformFeatureFlags.fg)('jira_invites_auto_tag_new_user_in_mentions_fg') ? {
324
+ fireEvent((0, _analytics.buildTypeAheadInviteItemViewedPayload)(sessionId, contextIdentifierProvider, mentionProvider.userRole, (0, _platformFeatureFlags.fg)('inline_invite_from_mentions_kill_switch') ? {
325
325
  isInlineInviteMentionsEnabled: (_mentionProvider$getS2 = mentionProvider.getShouldEnableInlineInvite) === null || _mentionProvider$getS2 === void 0 ? void 0 : _mentionProvider$getS2.call(mentionProvider)
326
326
  } : {}));
327
327
  },
@@ -51,7 +51,7 @@ const AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
51
51
  const AGENT_MENTION_INACTIVITY_MS = 3000;
52
52
  const MAX_PENDING_TYPED_AGENT_MENTION_FOCUS_DEFERS = 20;
53
53
  const PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
54
- const PACKAGE_VERSION = "16.1.1";
54
+ const PACKAGE_VERSION = "16.1.3";
55
55
  const setProvider = provider => (state, dispatch) => {
56
56
  if (dispatch) {
57
57
  dispatch(state.tr.setMeta(mentionPluginKey, {
@@ -286,7 +286,7 @@ const makeTransformMentionsToTypeAheadItems = ({
286
286
  currentQuery: query,
287
287
  onInviteItemMount: () => {
288
288
  var _mentionProvider$getS2;
289
- fireEvent(buildTypeAheadInviteItemViewedPayload(sessionId, contextIdentifierProvider, mentionProvider.userRole, fg('jira_invites_auto_tag_new_user_in_mentions_fg') ? {
289
+ fireEvent(buildTypeAheadInviteItemViewedPayload(sessionId, contextIdentifierProvider, mentionProvider.userRole, fg('inline_invite_from_mentions_kill_switch') ? {
290
290
  isInlineInviteMentionsEnabled: (_mentionProvider$getS2 = mentionProvider.getShouldEnableInlineInvite) === null || _mentionProvider$getS2 === void 0 ? void 0 : _mentionProvider$getS2.call(mentionProvider)
291
291
  } : {}));
292
292
  },
@@ -58,7 +58,7 @@ var AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
58
58
  var AGENT_MENTION_INACTIVITY_MS = 3000;
59
59
  var MAX_PENDING_TYPED_AGENT_MENTION_FOCUS_DEFERS = 20;
60
60
  var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
61
- var PACKAGE_VERSION = "16.1.1";
61
+ var PACKAGE_VERSION = "16.1.3";
62
62
  var setProvider = function setProvider(provider) {
63
63
  return function (state, dispatch) {
64
64
  if (dispatch) {
@@ -312,7 +312,7 @@ var makeTransformMentionsToTypeAheadItems = function makeTransformMentionsToType
312
312
  currentQuery: query,
313
313
  onInviteItemMount: function onInviteItemMount() {
314
314
  var _mentionProvider$getS2;
315
- fireEvent(buildTypeAheadInviteItemViewedPayload(sessionId, contextIdentifierProvider, mentionProvider.userRole, fg('jira_invites_auto_tag_new_user_in_mentions_fg') ? {
315
+ fireEvent(buildTypeAheadInviteItemViewedPayload(sessionId, contextIdentifierProvider, mentionProvider.userRole, fg('inline_invite_from_mentions_kill_switch') ? {
316
316
  isInlineInviteMentionsEnabled: (_mentionProvider$getS2 = mentionProvider.getShouldEnableInlineInvite) === null || _mentionProvider$getS2 === void 0 ? void 0 : _mentionProvider$getS2.call(mentionProvider)
317
317
  } : {}));
318
318
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-mentions",
3
- "version": "16.1.2",
3
+ "version": "16.1.4",
4
4
  "description": "Mentions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "atlaskit:src": "src/index.ts",
23
23
  "dependencies": {
24
- "@atlaskit/adf-schema": "^56.6.0",
24
+ "@atlaskit/adf-schema": "^56.7.0",
25
25
  "@atlaskit/css": "^1.0.0",
26
26
  "@atlaskit/editor-plugin-analytics": "^14.0.0",
27
27
  "@atlaskit/editor-plugin-base": "^15.0.0",
@@ -41,11 +41,11 @@
41
41
  "@atlaskit/popup": "^6.0.0",
42
42
  "@atlaskit/portal": "^6.2.0",
43
43
  "@atlaskit/primitives": "^22.2.0",
44
- "@atlaskit/profilecard": "^26.16.0",
44
+ "@atlaskit/profilecard": "^26.17.0",
45
45
  "@atlaskit/teams-app-config": "^2.2.0",
46
46
  "@atlaskit/theme": "^28.0.0",
47
- "@atlaskit/tmp-editor-statsig": "^145.0.0",
48
- "@atlaskit/tokens": "^16.5.0",
47
+ "@atlaskit/tmp-editor-statsig": "^146.0.0",
48
+ "@atlaskit/tokens": "^16.6.0",
49
49
  "@atlaskit/tooltip": "^24.0.0",
50
50
  "@atlaskit/user-picker": "^13.8.0",
51
51
  "@babel/runtime": "^7.0.0",
@@ -56,7 +56,7 @@
56
56
  "uuid": "^3.1.0"
57
57
  },
58
58
  "peerDependencies": {
59
- "@atlaskit/editor-common": "^118.3.0",
59
+ "@atlaskit/editor-common": "^118.4.0",
60
60
  "react": "^18.2.0 || ^19.2.0",
61
61
  "react-dom": "^18.2.0 || ^19.2.0",
62
62
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
@@ -117,19 +117,12 @@
117
117
  "platform_editor_adf_with_localid": {
118
118
  "type": "boolean"
119
119
  },
120
- "jira_invites_auto_tag_new_user_in_mentions_fg": {
121
- "type": "boolean"
122
- },
123
120
  "inline_invite_from_mentions_kill_switch": {
124
121
  "type": "boolean"
125
122
  },
126
123
  "people-teams_migrate-user-profile-card": {
127
124
  "type": "boolean"
128
125
  },
129
- "rovo_chat_mention_agents": {
130
- "type": "experiment",
131
- "referenceOnly": true
132
- },
133
126
  "platform_editor_agent_mentions_drop_one_fixes": {
134
127
  "type": "boolean"
135
128
  }