@atlaskit/dropdown-menu 12.15.0 → 12.16.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 +15 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/dropdown-menu
|
|
2
2
|
|
|
3
|
+
## 12.16.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`8b8090800a35d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b8090800a35d) -
|
|
8
|
+
Bump peer dependency for react-dom to include version 17 and 18.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 12.15.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
|
@@ -9,6 +20,10 @@
|
|
|
9
20
|
Accessibility changes. Add a new optional prop `returnFocusRef` for cases when we need to focus an
|
|
10
21
|
interactive element after closing DropdownMenu.
|
|
11
22
|
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
|
|
12
27
|
## 12.14.2
|
|
13
28
|
|
|
14
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/dropdown-menu",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.16.0",
|
|
4
4
|
"description": "A dropdown menu displays a list of actions or options to a user.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"@atlaskit/button": "^19.1.0",
|
|
31
31
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
32
32
|
"@atlaskit/ds-lib": "^2.3.0",
|
|
33
|
-
"@atlaskit/icon": "^22.
|
|
33
|
+
"@atlaskit/icon": "^22.10.0",
|
|
34
34
|
"@atlaskit/layering": "^0.3.0",
|
|
35
|
-
"@atlaskit/menu": "^2.
|
|
36
|
-
"@atlaskit/popup": "^1.
|
|
35
|
+
"@atlaskit/menu": "^2.10.0",
|
|
36
|
+
"@atlaskit/popup": "^1.21.0",
|
|
37
37
|
"@atlaskit/primitives": "^11.1.0",
|
|
38
38
|
"@atlaskit/spinner": "^16.2.0",
|
|
39
39
|
"@atlaskit/theme": "^12.11.0",
|
|
40
|
-
"@atlaskit/tokens": "^1.
|
|
40
|
+
"@atlaskit/tokens": "^1.57.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@emotion/react": "^11.7.1",
|
|
43
43
|
"bind-event-listener": "^3.0.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"react": "^16.8.0 || ^17.0.0 || ~18.2.0",
|
|
48
|
-
"react-dom": "^16.8.0"
|
|
48
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ~18.2.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@af/accessibility-testing": "*",
|