@atlaskit/popper
Advanced tools
Comparing version 6.3.2 to 6.4.0
# @atlaskit/popper | ||
## 6.4.0 | ||
### Minor Changes | ||
- [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060) | ||
[`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) - | ||
Update `React` from v16 to v18 | ||
## 6.3.2 | ||
@@ -4,0 +12,0 @@ |
@@ -73,2 +73,4 @@ "use strict"; | ||
}) : []; | ||
// @ts-ignore Type errors from incompatible @popperjs/core versions between Jira and AFM Platform... we are using ts-ignore here because ts-expect-error will cause an "Unused '@ts-expect-error' directive." error | ||
return [].concat(constantModifiers, [preventOverflowModifier, offsetModifier], (0, _toConsumableArray2.default)(maxSizeModifiers)); | ||
@@ -75,0 +77,0 @@ }, [offsetX, offsetY, shouldFitViewport]); |
@@ -48,2 +48,4 @@ import React, { useMemo } from 'react'; | ||
}) : []; | ||
// @ts-ignore Type errors from incompatible @popperjs/core versions between Jira and AFM Platform... we are using ts-ignore here because ts-expect-error will cause an "Unused '@ts-expect-error' directive." error | ||
return [...constantModifiers, preventOverflowModifier, offsetModifier, ...maxSizeModifiers]; | ||
@@ -50,0 +52,0 @@ }, [offsetX, offsetY, shouldFitViewport]); |
@@ -57,2 +57,4 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray"; | ||
}) : []; | ||
// @ts-ignore Type errors from incompatible @popperjs/core versions between Jira and AFM Platform... we are using ts-ignore here because ts-expect-error will cause an "Unused '@ts-expect-error' directive." error | ||
return [].concat(constantModifiers, [preventOverflowModifier, offsetModifier], _toConsumableArray(maxSizeModifiers)); | ||
@@ -59,0 +61,0 @@ }, [offsetX, offsetY, shouldFitViewport]); |
{ | ||
"name": "@atlaskit/popper", | ||
"version": "6.3.2", | ||
"version": "6.4.0", | ||
"description": "A wrapper for React Popper for situations which require a bespoke popup where other ADS components are deemed unsuitable", | ||
@@ -39,3 +39,3 @@ "publishConfig": { | ||
"@af/visual-regression": "*", | ||
"@atlaskit/ds-lib": "^3.3.0", | ||
"@atlaskit/ds-lib": "^3.5.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -45,3 +45,3 @@ "@atlaskit/visual-regression": "*", | ||
"@emotion/styled": "^11.0.0", | ||
"@testing-library/react": "^12.1.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
@@ -51,3 +51,3 @@ "@types/jscodeshift": "^0.11.0", | ||
"jscodeshift": "^0.13.0", | ||
"react-dom": "^16.8.0", | ||
"react-dom": "^18.2.0", | ||
"react-lorem-component": "^0.13.0", | ||
@@ -54,0 +54,0 @@ "typescript": "~5.4.2" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
84349
0
27
1568