@atlaskit/popper 7.1.5 → 7.1.6
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 +7 -8
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/popper
|
|
2
2
|
|
|
3
|
+
## 7.1.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`16194129e5cdf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/16194129e5cdf) -
|
|
8
|
+
Refactor to use `noop` helper function over noop functions.
|
|
9
|
+
|
|
3
10
|
## 7.1.5
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -452,7 +459,6 @@
|
|
|
452
459
|
|
|
453
460
|
There are a number of major changes for consumers are listed below; ⚙️ indicates the change has
|
|
454
461
|
codemod support:
|
|
455
|
-
|
|
456
462
|
- **Component Props**:
|
|
457
463
|
- ⚙️ `offset` is no longer a string, but an array of two integers (i.e. '0px 8px' is now [0, 8])
|
|
458
464
|
- **Render Props**:
|
|
@@ -555,7 +561,6 @@
|
|
|
555
561
|
|
|
556
562
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
557
563
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
558
|
-
|
|
559
564
|
- @atlaskit/docs@8.3.2
|
|
560
565
|
- @atlaskit/button@13.3.7
|
|
561
566
|
- @atlaskit/theme@9.5.1
|
|
@@ -686,14 +691,12 @@
|
|
|
686
691
|
## 2.0.0
|
|
687
692
|
|
|
688
693
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
689
|
-
|
|
690
694
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
691
695
|
this package, please ensure you use at least this version of react and react-dom.
|
|
692
696
|
|
|
693
697
|
## 1.0.0
|
|
694
698
|
|
|
695
699
|
- [major][8b5f052003](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b5f052003):
|
|
696
|
-
|
|
697
700
|
- This major release indicates that this package is no longer under dev preview but is ready for
|
|
698
701
|
use
|
|
699
702
|
|
|
@@ -724,7 +727,6 @@
|
|
|
724
727
|
## 0.4.0
|
|
725
728
|
|
|
726
729
|
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
727
|
-
|
|
728
730
|
- Drop ES5 from all the flow modules
|
|
729
731
|
|
|
730
732
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -769,7 +771,6 @@
|
|
|
769
771
|
## 0.3.7
|
|
770
772
|
|
|
771
773
|
- [patch][efc35d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/efc35d1):
|
|
772
|
-
|
|
773
774
|
- Internal changes: - Adding react-dom and build utils as dev dependencies - Adding unit test for
|
|
774
775
|
server side rendering use-case - Adding unit test to cover Popper component
|
|
775
776
|
|
|
@@ -783,13 +784,11 @@
|
|
|
783
784
|
## 0.3.5
|
|
784
785
|
|
|
785
786
|
- [patch][82fc5f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/82fc5f5):
|
|
786
|
-
|
|
787
787
|
- Pinning react-popper to 1.0.2 to avoid recursive bug
|
|
788
788
|
|
|
789
789
|
## 0.3.4
|
|
790
790
|
|
|
791
791
|
- [patch][0a297ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a297ba):
|
|
792
|
-
|
|
793
792
|
- Packages should not be shown in the navigation, search and overview
|
|
794
793
|
|
|
795
794
|
## 0.3.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/popper",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.6",
|
|
4
4
|
"description": "A wrapper for React Popper for situations which require a bespoke popup where other ADS components are deemed unsuitable",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"@af/accessibility-testing": "workspace:^",
|
|
36
36
|
"@af/integration-testing": "workspace:^",
|
|
37
37
|
"@af/visual-regression": "workspace:^",
|
|
38
|
-
"@atlaskit/button": "^23.
|
|
39
|
-
"@atlaskit/docs": "^11.
|
|
40
|
-
"@atlaskit/ds-lib": "^5.
|
|
38
|
+
"@atlaskit/button": "^23.5.0",
|
|
39
|
+
"@atlaskit/docs": "^11.2.0",
|
|
40
|
+
"@atlaskit/ds-lib": "^5.1.0",
|
|
41
41
|
"@atlaskit/link": "^3.2.0",
|
|
42
42
|
"@atlaskit/section-message": "^8.7.0",
|
|
43
43
|
"@atlaskit/theme": "^21.0.0",
|
|
44
|
-
"@atlaskit/tokens": "^
|
|
44
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
45
45
|
"@atlassian/ssr-tests": "^0.3.0",
|
|
46
|
-
"@compiled/react": "^0.18.
|
|
46
|
+
"@compiled/react": "^0.18.6",
|
|
47
47
|
"@testing-library/react": "^13.4.0",
|
|
48
48
|
"@testing-library/user-event": "^14.4.3",
|
|
49
49
|
"react-dom": "^18.2.0",
|