@atlaskit/popup 4.4.3 → 4.4.5
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 +12 -8
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/popup
|
|
2
2
|
|
|
3
|
+
## 4.4.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 4.4.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 4.4.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -170,7 +182,6 @@
|
|
|
170
182
|
[`a832dd489aab3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a832dd489aab3) - -
|
|
171
183
|
Migrated from `@emotion/react` to `@compiled/react` in order to improve performance, align with
|
|
172
184
|
the rest of the Atlaskit techstack, and support React 18 Streaming SSR.
|
|
173
|
-
|
|
174
185
|
- Added a `className` prop for applying a focus ring to the custom popup container (Currently
|
|
175
186
|
controlled by the feature flag `platform-design-system-apply-popup-wrapper-focus`). See usage
|
|
176
187
|
example [here](https://atlassian.design/components/popup/examples#customization).
|
|
@@ -1348,12 +1359,10 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
1348
1359
|
well.
|
|
1349
1360
|
|
|
1350
1361
|
These changes have ⚙️ codemod support:
|
|
1351
|
-
|
|
1352
1362
|
- ⚙️ `offset` is no longer a string, but an array of two integers (i.e. '0px 8px' is now [0, 8])
|
|
1353
1363
|
- ⚙️ `boundariesElement` has been replaced with two props: `boundary` and `rootBoundary`. The
|
|
1354
1364
|
three supported values from the boundariesElement prop have been split between the two as
|
|
1355
1365
|
follows:
|
|
1356
|
-
|
|
1357
1366
|
- `boundariesElement = "scrollParents"` has been renamed: use `boundary = "clippingParents"`.
|
|
1358
1367
|
- `boundariesElement = "window"` has been renamed: use `rootBoundary = "document"`, and acts in
|
|
1359
1368
|
a similar fashion.
|
|
@@ -1361,7 +1370,6 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
1361
1370
|
- **✨new** the `boundary` prop now supports custom elements.
|
|
1362
1371
|
|
|
1363
1372
|
- Components passed into the `content` have a change to render props:
|
|
1364
|
-
|
|
1365
1373
|
- ⚙️ `scheduleUpdate`, for async updates, has been renamed to `update`, and now returns a
|
|
1366
1374
|
Promise.
|
|
1367
1375
|
|
|
@@ -1540,7 +1548,6 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
1540
1548
|
|
|
1541
1549
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
1542
1550
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
1543
|
-
|
|
1544
1551
|
- @atlaskit/docs@8.3.2
|
|
1545
1552
|
- @atlaskit/visual-regression@0.1.9
|
|
1546
1553
|
- @atlaskit/button@13.3.7
|
|
@@ -1574,7 +1581,6 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
1574
1581
|
### Minor Changes
|
|
1575
1582
|
|
|
1576
1583
|
- [minor][0946fdd319](https://bitbucket.org/atlassian/atlassian-frontend/commits/0946fdd319):
|
|
1577
|
-
|
|
1578
1584
|
- **BREAKING** - Changes `content` prop to expect render props instead of a component. This is
|
|
1579
1585
|
primarily to stop your components remounting when not having a stable reference.
|
|
1580
1586
|
|
|
@@ -1661,7 +1667,6 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
1661
1667
|
### Minor Changes
|
|
1662
1668
|
|
|
1663
1669
|
- [minor][6e0bcc75ac](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6e0bcc75ac):
|
|
1664
|
-
|
|
1665
1670
|
- Adds the ability to render class components as children of Popup.
|
|
1666
1671
|
- Removes redundatnt onOpen callback prop for Popup
|
|
1667
1672
|
|
|
@@ -1686,7 +1691,6 @@ _WRONG RELEASE TYPE - DON'T USE_
|
|
|
1686
1691
|
### Patch Changes
|
|
1687
1692
|
|
|
1688
1693
|
- [patch][28e9c65acd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28e9c65acd):
|
|
1689
|
-
|
|
1690
1694
|
- Add multiple popups example
|
|
1691
1695
|
- Add unit tests
|
|
1692
1696
|
- Add useCloseManager
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/popup",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.5",
|
|
4
4
|
"description": "A popup displays brief content in an overlay.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
39
39
|
"@atlaskit/popper": "^7.1.0",
|
|
40
40
|
"@atlaskit/portal": "^5.1.0",
|
|
41
|
-
"@atlaskit/primitives": "^
|
|
42
|
-
"@atlaskit/tokens": "^
|
|
41
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
42
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
|
-
"@compiled/react": "^0.18.
|
|
44
|
+
"@compiled/react": "^0.18.6",
|
|
45
45
|
"bind-event-listener": "^3.0.0",
|
|
46
46
|
"focus-trap": "^2.4.5",
|
|
47
47
|
"memoize-one": "^6.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@af/visual-regression": "workspace:^",
|
|
58
58
|
"@atlaskit/button": "^23.5.0",
|
|
59
59
|
"@atlaskit/code": "^17.2.0",
|
|
60
|
-
"@atlaskit/docs": "^11.
|
|
60
|
+
"@atlaskit/docs": "^11.2.0",
|
|
61
61
|
"@atlaskit/form": "^14.2.0",
|
|
62
62
|
"@atlaskit/heading": "^5.2.0",
|
|
63
63
|
"@atlaskit/icon": "^28.5.0",
|