@atlaskit/avatar-group 12.11.0 → 13.0.1
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 +35 -0
- package/package.json +22 -30
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @atlaskit/avatar-group
|
|
2
2
|
|
|
3
|
+
## 13.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
8
|
+
Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
9
|
+
gating.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 13.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
|
|
17
|
+
Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
|
|
18
|
+
|
|
19
|
+
Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
|
|
20
|
+
|
|
21
|
+
Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
|
|
22
|
+
|
|
23
|
+
```diff
|
|
24
|
+
- "typesVersions": {
|
|
25
|
+
- ">=4.5 <4.9": {
|
|
26
|
+
- "*": [
|
|
27
|
+
- "dist/types-ts4.5/*",
|
|
28
|
+
- "dist/types-ts4.5/index.d.ts"
|
|
29
|
+
- ]
|
|
30
|
+
- }
|
|
31
|
+
- },
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies
|
|
37
|
+
|
|
3
38
|
## 12.11.0
|
|
4
39
|
|
|
5
40
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/avatar-group",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.1",
|
|
4
4
|
"description": "An avatar group displays a number of avatars grouped together in a stack or grid.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,16 +31,17 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaskit/avatar": "^
|
|
35
|
-
"@atlaskit/css": "^0.
|
|
36
|
-
"@atlaskit/ds-lib": "^
|
|
37
|
-
"@atlaskit/menu": "^
|
|
38
|
-
"@atlaskit/motion": "^
|
|
39
|
-
"@atlaskit/platform-feature-flags": "^
|
|
40
|
-
"@atlaskit/popup": "^
|
|
41
|
-
"@atlaskit/tokens": "^
|
|
42
|
-
"@atlaskit/tooltip": "^
|
|
43
|
-
"@atlaskit/top-layer": "^0.
|
|
34
|
+
"@atlaskit/avatar": "^26.0.0",
|
|
35
|
+
"@atlaskit/css": "^1.0.0",
|
|
36
|
+
"@atlaskit/ds-lib": "^8.0.0",
|
|
37
|
+
"@atlaskit/menu": "^9.0.0",
|
|
38
|
+
"@atlaskit/motion": "^7.1.0",
|
|
39
|
+
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
40
|
+
"@atlaskit/popup": "^5.0.0",
|
|
41
|
+
"@atlaskit/tokens": "^15.0.0",
|
|
42
|
+
"@atlaskit/tooltip": "^23.0.0",
|
|
43
|
+
"@atlaskit/top-layer": "^1.0.0",
|
|
44
|
+
"@atlassian/react-compiler-gating": "^0.2.0",
|
|
44
45
|
"@babel/runtime": "^7.0.0",
|
|
45
46
|
"@compiled/react": "^0.20.0",
|
|
46
47
|
"bind-event-listener": "^3.0.0"
|
|
@@ -52,18 +53,17 @@
|
|
|
52
53
|
"@af/accessibility-testing": "workspace:^",
|
|
53
54
|
"@af/integration-testing": "workspace:^",
|
|
54
55
|
"@af/visual-regression": "workspace:^",
|
|
55
|
-
"@atlaskit/analytics-next": "^
|
|
56
|
-
"@atlaskit/button": "^
|
|
57
|
-
"@atlaskit/docs": "^
|
|
58
|
-
"@atlaskit/form": "^
|
|
59
|
-
"@atlaskit/icon": "^
|
|
60
|
-
"@atlaskit/link": "^
|
|
61
|
-
"@atlaskit/modal-dialog": "^
|
|
62
|
-
"@atlaskit/primitives": "^
|
|
63
|
-
"@atlaskit/section-message": "^
|
|
64
|
-
"@atlaskit/toggle": "^
|
|
56
|
+
"@atlaskit/analytics-next": "^12.0.0",
|
|
57
|
+
"@atlaskit/button": "^24.1.0",
|
|
58
|
+
"@atlaskit/docs": "^12.0.0",
|
|
59
|
+
"@atlaskit/form": "^16.0.0",
|
|
60
|
+
"@atlaskit/icon": "^36.0.0",
|
|
61
|
+
"@atlaskit/link": "^4.0.0",
|
|
62
|
+
"@atlaskit/modal-dialog": "^16.0.0",
|
|
63
|
+
"@atlaskit/primitives": "^20.0.0",
|
|
64
|
+
"@atlaskit/section-message": "^9.1.0",
|
|
65
|
+
"@atlaskit/toggle": "^17.0.0",
|
|
65
66
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
66
|
-
"@atlassian/react-compiler-gating": "workspace:^",
|
|
67
67
|
"@atlassian/ssr-tests": "workspace:^",
|
|
68
68
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
69
69
|
"@atlassian/testing-library": "^0.6.0",
|
|
@@ -98,14 +98,6 @@
|
|
|
98
98
|
]
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
|
-
"typesVersions": {
|
|
102
|
-
">=4.5 <4.9": {
|
|
103
|
-
"*": [
|
|
104
|
-
"dist/types-ts4.5/*",
|
|
105
|
-
"dist/types-ts4.5/index.d.ts"
|
|
106
|
-
]
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
101
|
"homepage": "https://atlassian.design/components/avatar-group/",
|
|
110
102
|
"platform-feature-flags": {
|
|
111
103
|
"platform-avatar-group-spacing-fix": {
|