We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5d246 commit f131fd0Copy full SHA for f131fd0
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
3
+## 1.0.1
4
+- Fix compatibility with WebKit which does not support the `scrollend` event.
5
+
6
## 1.0.0
7
Initial release
package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@axn/backtotop",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Simple back-to-top button library.",
"main": "index.js",
"scripts": {
0 commit comments