We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56eec1 commit 2656c4dCopy full SHA for 2656c4d
CHANGELOG.MD
@@ -1,3 +1,6 @@
1
+## 1.4.1 | 2021.12.10
2
+- Update perfect-scrollbar [#68](https://github.com/Binaryify/vue-custom-scrollbar/issues/68)
3
+
4
## 1.4.0 | 2020.10.05
5
- Fixed SSR support error
6
package.json
@@ -1,14 +1,14 @@
{
"name": "vue-custom-scrollbar",
- "version": "1.4.0",
+ "version": "1.4.2",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vueScrollbar src/vue-scrollbar.vue",
7
"docs:dev": "vuepress dev docs",
8
"docs:build": "vuepress build docs"
9
},
10
"dependencies": {
11
- "perfect-scrollbar": "^1.5.0",
+ "perfect-scrollbar": "^1.5.3",
12
"vue": "^2.6.11"
13
14
"main": "dist/vueScrollbar.umd.min.js",
0 commit comments