@atlaskit/editor-plugin-avatar-group 2.0.0 → 2.0.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 +15 -0
- package/dist/cjs/ui/invite-to-edit.js +1 -1
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-avatar-group
|
|
2
2
|
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 2.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#138118](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138118)
|
|
14
|
+
[`5e4d9eb1aefe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e4d9eb1aefe4) -
|
|
15
|
+
NOISSUE: Upgrades editor React peer dependencies to v18
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 2.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
|
@@ -12,7 +12,7 @@ var _uiMenu = require("@atlaskit/editor-common/ui-menu");
|
|
|
12
12
|
var _add = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/add"));
|
|
13
13
|
var _styles = require("./styles");
|
|
14
14
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
15
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u &&
|
|
15
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
16
|
/**
|
|
17
17
|
* @jsxRuntime classic
|
|
18
18
|
* @jsx jsx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-avatar-group",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Avatar Group plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -9,12 +9,11 @@
|
|
|
9
9
|
},
|
|
10
10
|
"atlassian": {
|
|
11
11
|
"team": "Editor: Collaboration",
|
|
12
|
-
"inPublicMirror": false,
|
|
13
|
-
"releaseModel": "continuous",
|
|
14
12
|
"website": {
|
|
15
13
|
"name": "EditorPluginAvatarGroup",
|
|
16
14
|
"category": "Components"
|
|
17
|
-
}
|
|
15
|
+
},
|
|
16
|
+
"runReact18": true
|
|
18
17
|
},
|
|
19
18
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
|
|
20
19
|
"main": "dist/cjs/index.js",
|
|
@@ -38,14 +37,14 @@
|
|
|
38
37
|
},
|
|
39
38
|
"dependencies": {
|
|
40
39
|
"@atlaskit/avatar-group": "^9.11.0",
|
|
41
|
-
"@atlaskit/editor-common": "^
|
|
40
|
+
"@atlaskit/editor-common": "^89.0.0",
|
|
42
41
|
"@atlaskit/editor-plugin-analytics": "^1.8.0",
|
|
43
|
-
"@atlaskit/editor-plugin-collab-edit": "^1.
|
|
42
|
+
"@atlaskit/editor-plugin-collab-edit": "^1.19.0",
|
|
44
43
|
"@atlaskit/editor-plugin-feature-flags": "^1.2.0",
|
|
45
44
|
"@atlaskit/editor-plugin-primary-toolbar": "^2.0.0",
|
|
46
45
|
"@atlaskit/editor-prosemirror": "5.0.1",
|
|
47
46
|
"@atlaskit/editor-shared-styles": "^2.13.0",
|
|
48
|
-
"@atlaskit/icon": "^22.
|
|
47
|
+
"@atlaskit/icon": "^22.16.0",
|
|
49
48
|
"@atlaskit/theme": "^13.0.0",
|
|
50
49
|
"@atlaskit/tokens": "^1.59.0",
|
|
51
50
|
"@babel/runtime": "^7.0.0",
|
|
@@ -54,7 +53,7 @@
|
|
|
54
53
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
55
54
|
},
|
|
56
55
|
"peerDependencies": {
|
|
57
|
-
"react": "^16.8.0"
|
|
56
|
+
"react": "^16.8.0 || ^17.0.0 || ~18.2.0"
|
|
58
57
|
},
|
|
59
58
|
"devDependencies": {
|
|
60
59
|
"typescript": "~5.4.2"
|