seamless-scroll-polyfill
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0
{ | ||
"branches": [ | ||
"+([0-9])?(.{+([0-9]),x}).x", | ||
"master", | ||
"next", | ||
"next-major", | ||
{ "name": "beta", "prerelease": true }, | ||
{ "name": "alpha", "prerelease": true } | ||
], | ||
"plugins": [ | ||
@@ -3,0 +11,0 @@ "@semantic-release/commit-analyzer", |
@@ -1,2 +0,2 @@ | ||
# [2.0.0-beta.1](https://github.com/magic-akari/seamless-scroll-polyfill/compare/v1.2.4...v2.0.0-beta.1) (2021-08-22) | ||
# [2.0.0](https://github.com/magic-akari/seamless-scroll-polyfill/compare/v1.2.4...v2.0.0) (2021-08-22) | ||
@@ -6,4 +6,3 @@ | ||
* **ci:** set Release HUSKY env ([283b99f](https://github.com/magic-akari/seamless-scroll-polyfill/commit/283b99f0a14f5d9be4164d4f2becc12e42ff8287)) | ||
* ci Release ([c0af638](https://github.com/magic-akari/seamless-scroll-polyfill/commit/c0af6388dd1e26e3bbdbc6b52ae6ac4239552418)) | ||
* **prettier:** update prettier config ([1578df9](https://github.com/magic-akari/seamless-scroll-polyfill/commit/1578df9a4de46d4dafac3777f59655e19a9e9662)) | ||
@@ -13,3 +12,6 @@ | ||
* change project structre ([819266f](https://github.com/magic-akari/seamless-scroll-polyfill/commit/819266f8a99dddf9ebf6faba8633c4e7d81371da)) | ||
* for consistency, windowScroll series function parameters changed ([f7b76d0](https://github.com/magic-akari/seamless-scroll-polyfill/commit/f7b76d0577e4ece242fd798d2fc52a49ae98cc8a)) | ||
* reorganize scroll and polyfill functions ([f82af52](https://github.com/magic-akari/seamless-scroll-polyfill/commit/f82af529ac5101119fba555f9b69c6f45dabda01)) | ||
* the `ScrollConfig` is separated from the `ScrollOptions` as the third parameter ([c29b463](https://github.com/magic-akari/seamless-scroll-polyfill/commit/c29b4637d7741e66d2a2db769848ab87aaf7472b)) | ||
* **rollup:** remove auto-polyfill ([7ea74f7](https://github.com/magic-akari/seamless-scroll-polyfill/commit/7ea74f7691be17091963b4708ec311ef892727ea)) | ||
@@ -19,7 +21,8 @@ | ||
* 1) no more `auto polyfill`, all modules only export functions, no more side | ||
effects. 2) `windowScroll`, `windowScrollTo` and `windowScrollBy` accept `window` as first | ||
parameter. 3) The export location changed from `dist` to `lib`, you can import functions from | ||
`seamless-scroll-polyfill` instead the nested path. 4) The config is separated from the | ||
ScrollOptions as the third parameter. 5) Only provide esm (es2021 syntax with es5 API) and umd | ||
exports. | ||
* The output format is only esm(es2021 syntax + es5 lib) and umd. The output file is | ||
changed from `dist` to `lib` location. You can import functions directly from the package name | ||
instead of nested paths. | ||
* The `ScrollConfig` is separated from the `ScrollOptions` as the third parameter. | ||
* `windowScroll`, `windowScrollTo` and `windowScrollBy` now accept `window` as the | ||
first parameter. | ||
* **rollup:** There is no more `auto-polyfill`. This package is no sideEffects now. |
@@ -5,3 +5,3 @@ { | ||
"description": "Smooth Scroll behavior polyfill", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "Dustan Kasten", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
492490
2979
0