react-scroll
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "react-scroll", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "A scroll component for React.js", | ||
"main": "build/npm/modules", | ||
"main": "modules", | ||
"repository": { | ||
@@ -7,0 +7,0 @@ "type": "git", |
@@ -157,2 +157,4 @@ ## React Scroll | ||
> hashSpy - update hash based on spy. | ||
> smooth - animate the scrolling | ||
@@ -179,2 +181,3 @@ | ||
smooth={true} | ||
hashSpy={true} | ||
offset={50} | ||
@@ -332,3 +335,2 @@ duration={500} | ||
### Scroll Animations | ||
@@ -384,3 +386,3 @@ > Add a custom easing animation to the smooth option. This prop will accept a Boolean if you want the default, or any of the animations listed below | ||
#### Changelog | ||
> 1.6.0 | ||
> 1.6.1 | ||
- Ability to scroll overflown elements and using hashes for history. | ||
@@ -387,0 +389,0 @@ |
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
71600
440