@atlaskit/dropdown-menu 12.23.3 → 12.23.4
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 +8 -0
- package/package.json +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/dropdown-menu
|
|
2
2
|
|
|
3
|
+
## 12.23.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#181817](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/181817)
|
|
8
|
+
[`6876e5688ed14`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6876e5688ed14) -
|
|
9
|
+
Dropdown open in iframe should be closed when clicking outside of the iframe
|
|
10
|
+
|
|
3
11
|
## 12.23.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/dropdown-menu",
|
|
3
|
-
"version": "12.23.
|
|
3
|
+
"version": "12.23.4",
|
|
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/"
|
|
@@ -94,6 +94,10 @@
|
|
|
94
94
|
"design-system-closed-all-when-click-outside": {
|
|
95
95
|
"type": "boolean",
|
|
96
96
|
"referenceOnly": true
|
|
97
|
+
},
|
|
98
|
+
"fix-dropdown-close-outside-iframe": {
|
|
99
|
+
"type": "boolean",
|
|
100
|
+
"referenceOnly": true
|
|
97
101
|
}
|
|
98
102
|
},
|
|
99
103
|
"techstack": {
|