vue2-smooth-scroll
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -0,2 +1,30 @@ | ||
v1.5.1 / 2021-08-31 | ||
================== | ||
* fix(package.json): 修复 main 入口错误指向 src 文件的问题 | ||
* deps: update package-lock | ||
* Merge pull request #41 from Yuliang-Lee/dependabot/npm_and_yarn/browserslist-4.16.6 | ||
* Merge pull request #40 from Yuliang-Lee/dependabot/npm_and_yarn/lodash-4.17.21 | ||
* Merge pull request #39 from Yuliang-Lee/dependabot/npm_and_yarn/ssri-6.0.2 | ||
* Merge pull request #38 from Yuliang-Lee/dependabot/npm_and_yarn/y18n-4.0.1 | ||
* Merge pull request #37 from Yuliang-Lee/dependabot/npm_and_yarn/elliptic-6.5.4 | ||
* Merge pull request #34 from Yuliang-Lee/dependabot/npm_and_yarn/ini-1.3.7 | ||
* Merge pull request #33 from Yuliang-Lee/dependabot/npm_and_yarn/yargs-parser-13.1.2 | ||
* Merge pull request #45 from Yuliang-Lee/dependabot/npm_and_yarn/path-parse-1.0.7 | ||
* docs: update | ||
* docs: 修改readme 指向新的包 | ||
* Merge pull request #29 from Yuliang-Lee/dependabot/npm_and_yarn/lodash-4.17.19 | ||
v1.5.0 / 2020-07-11 | ||
================== | ||
* feat: 增加easingFunction, 增加 husky 做提交检查 | ||
* Merge pull request #28 from qnp/feature/custom-easing-function | ||
* option to provide custom easing function | ||
* Merge pull request #25 from a-kriya/patch-1 | ||
* build | ||
* Merge pull request #27 from jwhitmarsh/fix/#26 | ||
* fix(index): first cut at fixing #26 | ||
* Update README to incorporate recent changes | ||
v1.4.2 / 2020-06-18 | ||
@@ -3,0 +31,0 @@ ================== |
{ | ||
"name": "vue2-smooth-scroll", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Simple vue smooth scroll", | ||
"main": "src/index.js", | ||
"main": "dist/vue-smooth-scroll.min.js", | ||
"typings": "types/index.d.ts", | ||
@@ -7,0 +7,0 @@ "scripts": { |
@@ -15,3 +15,6 @@ # Vue2 Smooth Scroll | ||
**This package compatible with Vue 2.x and Vue 1.x** | ||
**New package for Vue 3.x use this package [v-smooth-scroll](https://github.com/Yuliang-Lee/v-smooth-scroll)** | ||
## Features | ||
@@ -18,0 +21,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
145
13213
7
21