File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
## master (unreleased)
2
2
3
+ ## 4.2.1
4
+
5
+ - Prevent error when clicking a link to an anchor that does not exist. Thanks to @SBRK contribution
6
+
3
7
## 4.2.0
4
8
5
9
- Implemented animation using ` requestAnimationFrame ` . Thanks to @kambing86 PR
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ _afterAnimate = () => {
167
167
### contributors
168
168
* Jean Chung <> [@jeanchung](https://github.com/jeanchung)
169
169
* Chua Kang Ming <> [@kambing86](https://github.com/kambing86)
170
+ * Benjamin MICHEL <> [@SBRK](https://github.com/SBRK)
170
171
171
172
## Contributing
172
173
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-scrollchor" ,
3
- "version" : " 4.2.0 " ,
3
+ "version" : " 4.2.1 " ,
4
4
"description" : " A React component for scroll to #hash links with smooth animations" ,
5
5
"files" : [
6
6
" lib"
33
33
"react" : " >=15.0.0" ,
34
34
"fbjs" : " *"
35
35
},
36
+ "dependencies" : {
37
+ "requestanimationframe-timer" : " ^1.0.2"
38
+ },
36
39
"devDependencies" : {
37
40
"babel-cli" : " 6.x.x" ,
38
41
"babel-eslint" : " 7.x.x" ,
54
57
"parser" : " babel-eslint"
55
58
},
56
59
"author" : " bySabi Files" ,
57
- "license" : " ISC" ,
58
- "dependencies" : {
59
- "requestanimationframe-timer" : " ^1.0.2"
60
- }
60
+ "license" : " ISC"
61
61
}
You can’t perform that action at this time.
0 commit comments