@atlaskit/popper
Advanced tools
Comparing version 5.6.0 to 6.0.0
# @atlaskit/popper | ||
## 6.0.0 | ||
### Major Changes | ||
- [#102675](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102675) | ||
[`5a358ae041de`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5a358ae041de) - | ||
Removing @atlaskit/in-product-testing and its usages. Entry point removals require a major bump. | ||
## 5.6.0 | ||
@@ -4,0 +12,0 @@ |
import React from 'react'; | ||
import { Placement, VirtualElement } from '@popperjs/core'; | ||
import { PopperChildrenProps, PopperProps } from 'react-popper'; | ||
import { type Placement, type VirtualElement } from '@popperjs/core'; | ||
import { type PopperChildrenProps, type PopperProps } from 'react-popper'; | ||
export { placements } from '@popperjs/core'; | ||
@@ -5,0 +5,0 @@ export type { Placement, VirtualElement } from '@popperjs/core'; |
import React from 'react'; | ||
import { Placement, VirtualElement } from '@popperjs/core'; | ||
import { PopperChildrenProps, PopperProps } from 'react-popper'; | ||
import { type Placement, type VirtualElement } from '@popperjs/core'; | ||
import { type PopperChildrenProps, type PopperProps } from 'react-popper'; | ||
export { placements } from '@popperjs/core'; | ||
@@ -5,0 +5,0 @@ export type { Placement, VirtualElement } from '@popperjs/core'; |
{ | ||
"name": "@atlaskit/popper", | ||
"version": "5.6.0", | ||
"version": "6.0.0", | ||
"description": "A wrapper for React Popper for situations which require a bespoke popup where other ADS components are deemed unsuitable", | ||
@@ -30,3 +30,2 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaskit/in-product-testing": "^0.2.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -92,4 +91,3 @@ "@popperjs/core": "^2.11.8", | ||
".": "./src/index.tsx", | ||
"./Popper": "./src/popper.tsx", | ||
"./in-product": "./src/in-product.tsx" | ||
"./Popper": "./src/popper.tsx" | ||
}, | ||
@@ -96,0 +94,0 @@ "homepage": "https://atlassian.design/components/popper", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
70761
23
1277
- Removed@atlaskit/in-product-testing@^0.2.0
- Removed@atlaskit/in-product-testing@0.2.4(transitive)