@spectrum-web-components/overlay
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/overlay@0.2.0...@spectrum-web-components/overlay@0.2.1) (2020-02-05) | ||
### Bug Fixes | ||
- **overlay:** override SpectrumCSS tip rules and process usage in popper ([aad3dec](https://github.com/adobe/spectrum-web-components/commit/aad3dec)) | ||
# [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/overlay@0.1.0...@spectrum-web-components/overlay@0.2.0) (2020-01-30) | ||
@@ -8,0 +14,0 @@ |
@@ -42,2 +42,4 @@ /* | ||
ref.state.styles.arrow.transform += ` rotate(${rotation}deg)`; | ||
// Manage Spectrum CSS usage of negative left margin for centering. | ||
ref.state.styles.arrow.marginLeft = '0'; | ||
return; | ||
@@ -44,0 +46,0 @@ } |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "", | ||
@@ -46,3 +46,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "1b17c4c27d73273f2479f0d8af40d187f2f194fa" | ||
"gitHead": "02944b5006325e4ddc72f0a5f21b230d61401f0c" | ||
} |
@@ -47,2 +47,4 @@ /* | ||
ref.state.styles.arrow.transform += ` rotate(${rotation}deg)`; | ||
// Manage Spectrum CSS usage of negative left margin for centering. | ||
ref.state.styles.arrow.marginLeft = '0'; | ||
@@ -49,0 +51,0 @@ return; |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
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
169728
2456
0