@atlaskit/popup 4.3.8 → 4.3.10

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/popup
2
2
 
3
+ ## 4.3.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [`de6195f7484ce`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/de6195f7484ce) -
8
+ Update prop descriptions to reduce confusion
9
+
10
+ ## 4.3.9
11
+
12
+ ### Patch Changes
13
+
14
+ - [`31c57f650ba07`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31c57f650ba07) -
15
+ Improving tests for server side rendering and hydration
16
+ - Updated dependencies
17
+
3
18
  ## 4.3.8
4
19
 
5
20
  ### Patch Changes
@@ -73,7 +73,9 @@ export interface PopupComponentProps {
73
73
  */
74
74
  tabIndex: number | undefined;
75
75
  /**
76
- * The root element where the popup should be rendered.
76
+ * Controls whether the popup is rendered inline within its parent component or in a portal at the document root.
77
+ * `true` renders the popup in the DOM node closest to the trigger; focus is not trapped inside the element.
78
+ * `false` renders the popup in React.Portal and focus is trapped inside the element.
77
79
  * The default is `false`.
78
80
  */
79
81
  shouldRenderToParent?: boolean;
@@ -73,7 +73,9 @@ export interface PopupComponentProps {
73
73
  */
74
74
  tabIndex: number | undefined;
75
75
  /**
76
- * The root element where the popup should be rendered.
76
+ * Controls whether the popup is rendered inline within its parent component or in a portal at the document root.
77
+ * `true` renders the popup in the DOM node closest to the trigger; focus is not trapped inside the element.
78
+ * `false` renders the popup in React.Portal and focus is trapped inside the element.
77
79
  * The default is `false`.
78
80
  */
79
81
  shouldRenderToParent?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "4.3.8",
3
+ "version": "4.3.10",
4
4
  "description": "A popup displays brief content in an overlay.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,8 +43,8 @@
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/popper": "^7.1.0",
45
45
  "@atlaskit/portal": "^5.1.0",
46
- "@atlaskit/primitives": "^14.11.0",
47
- "@atlaskit/tokens": "^6.0.0",
46
+ "@atlaskit/primitives": "^14.12.0",
47
+ "@atlaskit/tokens": "^6.1.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@compiled/react": "^0.18.3",
50
50
  "bind-event-listener": "^3.0.0",
@@ -63,17 +63,17 @@
63
63
  "@atlaskit/button": "^23.4.0",
64
64
  "@atlaskit/code": "^17.2.0",
65
65
  "@atlaskit/docs": "^11.0.0",
66
- "@atlaskit/form": "^12.1.0",
66
+ "@atlaskit/form": "^12.2.0",
67
67
  "@atlaskit/heading": "^5.2.0",
68
- "@atlaskit/icon": "^28.0.0",
68
+ "@atlaskit/icon": "^28.1.0",
69
69
  "@atlaskit/link": "^3.2.0",
70
70
  "@atlaskit/modal-dialog": "^14.3.0",
71
- "@atlaskit/section-message": "^8.5.0",
71
+ "@atlaskit/section-message": "^8.6.0",
72
72
  "@atlaskit/ssr": "workspace:^",
73
73
  "@atlaskit/textfield": "^8.0.0",
74
74
  "@atlaskit/toggle": "^15.1.0",
75
75
  "@atlassian/feature-flags-test-utils": "^0.3.0",
76
- "@atlassian/ssr-tests": "^0.2.0",
76
+ "@atlassian/ssr-tests": "^0.3.0",
77
77
  "@testing-library/react": "^13.4.0",
78
78
  "@testing-library/react-hooks": "^8.0.1",
79
79
  "@testing-library/user-event": "^14.4.3",