@atlaskit/popper 7.1.5 → 7.1.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -8
  2. package/package.json +8 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/popper
2
2
 
3
+ ## 7.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a60a82196851a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a60a82196851a) -
8
+ Internal refactors to remove unused variables. No functional or public changes.
9
+
10
+ ## 7.1.6
11
+
12
+ ### Patch Changes
13
+
14
+ - [`16194129e5cdf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/16194129e5cdf) -
15
+ Refactor to use `noop` helper function over noop functions.
16
+
3
17
  ## 7.1.5
4
18
 
5
19
  ### Patch Changes
@@ -452,7 +466,6 @@
452
466
 
453
467
  There are a number of major changes for consumers are listed below; ⚙️ indicates the change has
454
468
  codemod support:
455
-
456
469
  - **Component Props**:
457
470
  - ⚙️ `offset` is no longer a string, but an array of two integers (i.e. '0px 8px' is now [0, 8])
458
471
  - **Render Props**:
@@ -555,7 +568,6 @@
555
568
 
556
569
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
557
570
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
558
-
559
571
  - @atlaskit/docs@8.3.2
560
572
  - @atlaskit/button@13.3.7
561
573
  - @atlaskit/theme@9.5.1
@@ -686,14 +698,12 @@
686
698
  ## 2.0.0
687
699
 
688
700
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
689
-
690
701
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
691
702
  this package, please ensure you use at least this version of react and react-dom.
692
703
 
693
704
  ## 1.0.0
694
705
 
695
706
  - [major][8b5f052003](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b5f052003):
696
-
697
707
  - This major release indicates that this package is no longer under dev preview but is ready for
698
708
  use
699
709
 
@@ -724,7 +734,6 @@
724
734
  ## 0.4.0
725
735
 
726
736
  - [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
727
-
728
737
  - Drop ES5 from all the flow modules
729
738
 
730
739
  ### Dropping CJS support in all @atlaskit packages
@@ -769,7 +778,6 @@
769
778
  ## 0.3.7
770
779
 
771
780
  - [patch][efc35d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/efc35d1):
772
-
773
781
  - Internal changes: - Adding react-dom and build utils as dev dependencies - Adding unit test for
774
782
  server side rendering use-case - Adding unit test to cover Popper component
775
783
 
@@ -783,13 +791,11 @@
783
791
  ## 0.3.5
784
792
 
785
793
  - [patch][82fc5f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/82fc5f5):
786
-
787
794
  - Pinning react-popper to 1.0.2 to avoid recursive bug
788
795
 
789
796
  ## 0.3.4
790
797
 
791
798
  - [patch][0a297ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a297ba):
792
-
793
799
  - Packages should not be shown in the navigation, search and overview
794
800
 
795
801
  ## 0.3.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/popper",
3
- "version": "7.1.5",
3
+ "version": "7.1.7",
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,14 @@
35
35
  "@af/accessibility-testing": "workspace:^",
36
36
  "@af/integration-testing": "workspace:^",
37
37
  "@af/visual-regression": "workspace:^",
38
- "@atlaskit/button": "^23.4.0",
39
- "@atlaskit/docs": "^11.1.0",
40
- "@atlaskit/ds-lib": "^5.0.0",
38
+ "@atlaskit/button": "^23.6.0",
39
+ "@atlaskit/docs": "^11.2.0",
40
+ "@atlaskit/ds-lib": "^5.3.0",
41
41
  "@atlaskit/link": "^3.2.0",
42
- "@atlaskit/section-message": "^8.7.0",
43
- "@atlaskit/theme": "^21.0.0",
44
- "@atlaskit/tokens": "^6.3.0",
45
- "@atlassian/ssr-tests": "^0.3.0",
46
- "@compiled/react": "^0.18.3",
42
+ "@atlaskit/section-message": "^8.9.0",
43
+ "@atlaskit/tokens": "^8.4.0",
44
+ "@atlassian/ssr-tests": "workspace:^",
45
+ "@compiled/react": "^0.18.6",
47
46
  "@testing-library/react": "^13.4.0",
48
47
  "@testing-library/user-event": "^14.4.3",
49
48
  "react-dom": "^18.2.0",