@atlaskit/mention 27.3.0 → 27.5.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 +26 -0
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/esm/util/analytics.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @atlaskit/mention
|
|
2
2
|
|
|
3
|
+
## 27.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
8
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
9
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
10
|
+
|
|
11
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
12
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
13
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
14
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
15
|
+
corrected dependency.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
21
|
+
## 27.4.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- [`6d48bbf99477b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d48bbf99477b) -
|
|
26
|
+
Update i18n NPM package versions for editor,editor-extensions,activity-platform,media,elements
|
|
27
|
+
(Group 3)
|
|
28
|
+
|
|
3
29
|
## 27.3.0
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|
|
@@ -12,7 +12,7 @@ var _types = require("../types");
|
|
|
12
12
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
13
13
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
14
14
|
var packageName = "@atlaskit/mention";
|
|
15
|
-
var packageVersion = "27.
|
|
15
|
+
var packageVersion = "27.4.0";
|
|
16
16
|
var SLI_EVENT_TYPE = exports.SLI_EVENT_TYPE = 'sli';
|
|
17
17
|
var SMART_EVENT_TYPE = exports.SMART_EVENT_TYPE = 'smart';
|
|
18
18
|
var fireAnalyticsMentionTypeaheadEvent = exports.fireAnalyticsMentionTypeaheadEvent = function fireAnalyticsMentionTypeaheadEvent(props) {
|
|
@@ -2,7 +2,7 @@ import { OPERATIONAL_EVENT_TYPE, UI_EVENT_TYPE } from '@atlaskit/analytics-gas-t
|
|
|
2
2
|
import { ELEMENTS_CHANNEL } from '../_constants';
|
|
3
3
|
import { ComponentNames, isSpecialMentionText } from '../types';
|
|
4
4
|
const packageName = "@atlaskit/mention";
|
|
5
|
-
const packageVersion = "27.
|
|
5
|
+
const packageVersion = "27.4.0";
|
|
6
6
|
export const SLI_EVENT_TYPE = 'sli';
|
|
7
7
|
export const SMART_EVENT_TYPE = 'smart';
|
|
8
8
|
export const fireAnalyticsMentionTypeaheadEvent = props => (action, duration, userIds = [], query) => {
|
|
@@ -5,7 +5,7 @@ import { OPERATIONAL_EVENT_TYPE, UI_EVENT_TYPE } from '@atlaskit/analytics-gas-t
|
|
|
5
5
|
import { ELEMENTS_CHANNEL } from '../_constants';
|
|
6
6
|
import { ComponentNames, isSpecialMentionText } from '../types';
|
|
7
7
|
var packageName = "@atlaskit/mention";
|
|
8
|
-
var packageVersion = "27.
|
|
8
|
+
var packageVersion = "27.4.0";
|
|
9
9
|
export var SLI_EVENT_TYPE = 'sli';
|
|
10
10
|
export var SMART_EVENT_TYPE = 'smart';
|
|
11
11
|
export var fireAnalyticsMentionTypeaheadEvent = function fireAnalyticsMentionTypeaheadEvent(props) {
|
package/package.json
CHANGED
|
@@ -26,23 +26,23 @@
|
|
|
26
26
|
"access": "public"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@atlaskit/afm-i18n-platform-elements-mention": "2.
|
|
29
|
+
"@atlaskit/afm-i18n-platform-elements-mention": "2.168.0",
|
|
30
30
|
"@atlaskit/analytics-gas-types": "^6.0.0",
|
|
31
|
-
"@atlaskit/analytics-next": "^12.
|
|
32
|
-
"@atlaskit/avatar": "^26.
|
|
33
|
-
"@atlaskit/focus-ring": "^4.
|
|
34
|
-
"@atlaskit/heading": "^6.
|
|
35
|
-
"@atlaskit/icon": "^36.
|
|
36
|
-
"@atlaskit/lozenge": "^14.
|
|
31
|
+
"@atlaskit/analytics-next": "^12.1.0",
|
|
32
|
+
"@atlaskit/avatar": "^26.1.0",
|
|
33
|
+
"@atlaskit/focus-ring": "^4.1.0",
|
|
34
|
+
"@atlaskit/heading": "^6.1.0",
|
|
35
|
+
"@atlaskit/icon": "^36.1.0",
|
|
36
|
+
"@atlaskit/lozenge": "^14.1.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
38
|
-
"@atlaskit/primitives": "^20.
|
|
38
|
+
"@atlaskit/primitives": "^20.1.0",
|
|
39
39
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
40
|
-
"@atlaskit/tag": "^15.
|
|
41
|
-
"@atlaskit/teams-avatar": "^3.
|
|
42
|
-
"@atlaskit/tokens": "^15.
|
|
43
|
-
"@atlaskit/tooltip": "^23.
|
|
40
|
+
"@atlaskit/tag": "^15.1.0",
|
|
41
|
+
"@atlaskit/teams-avatar": "^3.1.0",
|
|
42
|
+
"@atlaskit/tokens": "^15.1.0",
|
|
43
|
+
"@atlaskit/tooltip": "^23.1.0",
|
|
44
44
|
"@atlaskit/ufo": "^1.0.0",
|
|
45
|
-
"@atlaskit/util-service-support": "^7.
|
|
45
|
+
"@atlaskit/util-service-support": "^7.1.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@emotion/react": "^11.7.1",
|
|
48
48
|
"@emotion/styled": "^11.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
58
58
|
"@atlassian/a11y-playwright-testing": "^0.10.0",
|
|
59
59
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
60
|
-
"@atlassian/testing-library": "^0.
|
|
60
|
+
"@atlassian/testing-library": "^0.7.0",
|
|
61
61
|
"@testing-library/react": "^16.3.0",
|
|
62
62
|
"@testing-library/user-event": "^14.4.3",
|
|
63
63
|
"@types/query-string": "^4.3.1",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
"types": "dist/types/index.d.ts",
|
|
120
|
-
"version": "27.
|
|
120
|
+
"version": "27.5.0"
|
|
121
121
|
}
|