@atlaskit/dropdown-menu 14.1.4 → 14.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +4 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/dropdown-menu
2
2
 
3
+ ## 14.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#154745](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154745)
8
+ [`7618d9837e247`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7618d9837e247) -
9
+ Tidy up design-system-closed-all-when-click-outside and sibling-dropdown-close-issue to provide
10
+ better keyboard navigation.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 14.1.4
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/dropdown-menu",
3
- "version": "14.1.4",
3
+ "version": "14.2.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/"
@@ -32,7 +32,7 @@
32
32
  "@atlaskit/layering": "^2.1.0",
33
33
  "@atlaskit/menu": "^5.0.0",
34
34
  "@atlaskit/platform-feature-flags": "^1.1.0",
35
- "@atlaskit/popup": "^4.1.0",
35
+ "@atlaskit/popup": "^4.2.0",
36
36
  "@atlaskit/primitives": "^14.7.0",
37
37
  "@atlaskit/spinner": "^18.0.0",
38
38
  "@atlaskit/theme": "^18.0.0",
@@ -51,14 +51,14 @@
51
51
  "@af/visual-regression": "workspace:^",
52
52
  "@atlaskit/app-provider": "^2.1.0",
53
53
  "@atlaskit/atlassian-navigation": "^5.1.0",
54
- "@atlaskit/avatar": "^25.0.0",
54
+ "@atlaskit/avatar": "^25.1.0",
55
55
  "@atlaskit/checkbox": "^17.1.0",
56
56
  "@atlaskit/docs": "^10.0.0",
57
57
  "@atlaskit/form": "^12.0.0",
58
58
  "@atlaskit/heading": "^5.2.0",
59
59
  "@atlaskit/link": "^3.1.0",
60
60
  "@atlaskit/lozenge": "^12.2.0",
61
- "@atlaskit/modal-dialog": "^14.1.0",
61
+ "@atlaskit/modal-dialog": "^14.2.0",
62
62
  "@atlaskit/section-message": "^8.2.0",
63
63
  "@atlaskit/textfield": "^8.0.0",
64
64
  "@atlaskit/toggle": "^15.0.0",
@@ -87,14 +87,6 @@
87
87
  "select-avoid-duplicated-registered-ref": {
88
88
  "type": "boolean"
89
89
  },
90
- "sibling-dropdown-close-issue": {
91
- "type": "boolean",
92
- "referenceOnly": true
93
- },
94
- "design-system-closed-all-when-click-outside": {
95
- "type": "boolean",
96
- "referenceOnly": true
97
- },
98
90
  "fix-dropdown-close-outside-iframe": {
99
91
  "type": "boolean",
100
92
  "referenceOnly": true