react-scroll-into-view
Advanced tools
Comparing version 1.5.4 to 1.6.0
{ | ||
"name": "react-scroll-into-view", | ||
"version": "1.5.4", | ||
"version": "1.6.0", | ||
"description": "Simple React element that when clicked scrolls to any element on page", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/index.js" | ||
], | ||
"scripts": { | ||
@@ -7,0 +10,0 @@ "build": "rollup -c", |
@@ -13,3 +13,3 @@ # React scroll-into-view | ||
## Demo | ||
See this [codesandbox](https://codesandbox.io/s/14lxm6jmm7) | ||
Check out that [codesandbox](https://codesandbox.io/s/14lxm6jmm7) example | ||
@@ -31,3 +31,3 @@ ## Installation | ||
Than use it | ||
Then use it | ||
``` | ||
@@ -54,5 +54,5 @@ <ScrollIntoView selector="#footer"> | ||
## Changelog | ||
See [releases](https://github.com/dominikbulaj/react-scroll-into-view/releases) tab | ||
Please check [releases](https://github.com/dominikbulaj/react-scroll-into-view/releases) tab for full details | ||
## TODO | ||
* support for all [element.scrollIntoView](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView) parameters |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
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
5394
4
3