@atlaskit/popper 7.1.4 → 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 +14 -8
- package/offerings.json +33 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
10
|
+
## 7.1.5
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`248faa32d4835`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/248faa32d4835) -
|
|
15
|
+
Internal changes to how borders are applied.
|
|
16
|
+
|
|
3
17
|
## 7.1.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -445,7 +459,6 @@
|
|
|
445
459
|
|
|
446
460
|
There are a number of major changes for consumers are listed below; ⚙️ indicates the change has
|
|
447
461
|
codemod support:
|
|
448
|
-
|
|
449
462
|
- **Component Props**:
|
|
450
463
|
- ⚙️ `offset` is no longer a string, but an array of two integers (i.e. '0px 8px' is now [0, 8])
|
|
451
464
|
- **Render Props**:
|
|
@@ -548,7 +561,6 @@
|
|
|
548
561
|
|
|
549
562
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
550
563
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
551
|
-
|
|
552
564
|
- @atlaskit/docs@8.3.2
|
|
553
565
|
- @atlaskit/button@13.3.7
|
|
554
566
|
- @atlaskit/theme@9.5.1
|
|
@@ -679,14 +691,12 @@
|
|
|
679
691
|
## 2.0.0
|
|
680
692
|
|
|
681
693
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
682
|
-
|
|
683
694
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
684
695
|
this package, please ensure you use at least this version of react and react-dom.
|
|
685
696
|
|
|
686
697
|
## 1.0.0
|
|
687
698
|
|
|
688
699
|
- [major][8b5f052003](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b5f052003):
|
|
689
|
-
|
|
690
700
|
- This major release indicates that this package is no longer under dev preview but is ready for
|
|
691
701
|
use
|
|
692
702
|
|
|
@@ -717,7 +727,6 @@
|
|
|
717
727
|
## 0.4.0
|
|
718
728
|
|
|
719
729
|
- [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
720
|
-
|
|
721
730
|
- Drop ES5 from all the flow modules
|
|
722
731
|
|
|
723
732
|
### Dropping CJS support in all @atlaskit packages
|
|
@@ -762,7 +771,6 @@
|
|
|
762
771
|
## 0.3.7
|
|
763
772
|
|
|
764
773
|
- [patch][efc35d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/efc35d1):
|
|
765
|
-
|
|
766
774
|
- Internal changes: - Adding react-dom and build utils as dev dependencies - Adding unit test for
|
|
767
775
|
server side rendering use-case - Adding unit test to cover Popper component
|
|
768
776
|
|
|
@@ -776,13 +784,11 @@
|
|
|
776
784
|
## 0.3.5
|
|
777
785
|
|
|
778
786
|
- [patch][82fc5f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/82fc5f5):
|
|
779
|
-
|
|
780
787
|
- Pinning react-popper to 1.0.2 to avoid recursive bug
|
|
781
788
|
|
|
782
789
|
## 0.3.4
|
|
783
790
|
|
|
784
791
|
- [patch][0a297ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a297ba):
|
|
785
|
-
|
|
786
792
|
- Packages should not be shown in the navigation, search and overview
|
|
787
793
|
|
|
788
794
|
## 0.3.3
|
package/offerings.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Popper",
|
|
4
|
+
"package": "@atlaskit/popper",
|
|
5
|
+
"import": {
|
|
6
|
+
"name": "Popper",
|
|
7
|
+
"package": "@atlaskit/popper",
|
|
8
|
+
"type": "named"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["popper", "positioning", "tooltip", "popup", "overlay"],
|
|
11
|
+
"categories": ["utility"],
|
|
12
|
+
"shortDescription": "A component for positioning elements relative to other elements.",
|
|
13
|
+
"status": "general-availability",
|
|
14
|
+
"accessibilityGuidelines": [
|
|
15
|
+
"Ensure proper positioning and visibility",
|
|
16
|
+
"Consider screen reader accessibility",
|
|
17
|
+
"Use appropriate ARIA attributes",
|
|
18
|
+
"Handle focus management"
|
|
19
|
+
],
|
|
20
|
+
"usageGuidelines": [
|
|
21
|
+
"Use for positioning overlays and tooltips",
|
|
22
|
+
"Consider positioning constraints",
|
|
23
|
+
"Handle responsive positioning",
|
|
24
|
+
"Use appropriate z-index management"
|
|
25
|
+
],
|
|
26
|
+
"contentGuidelines": [
|
|
27
|
+
"Ensure positioned content is accessible",
|
|
28
|
+
"Use appropriate positioning strategies",
|
|
29
|
+
"Consider content visibility and readability"
|
|
30
|
+
],
|
|
31
|
+
"examples": ["./examples/00-basic-positioning.tsx"]
|
|
32
|
+
}
|
|
33
|
+
]
|
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",
|