@egjs/conveyer
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -6,2 +6,21 @@ # Change Log | ||
## [1.4.0](https://github.com/naver/egjs-conveyer/compare/@egjs/conveyer@1.3.1...@egjs/conveyer@1.4.0) (2022-08-04) | ||
### :rocket: New Features | ||
* add cfcs module (#17) ([6dc1715](https://github.com/naver/egjs-conveyer/commit/6dc17158b701fa9cf997bec9dff8dd7be4d79eaf)) | ||
### :bug: Bug Fix | ||
* fix isReachStart's default value (#18) ([9c49266](https://github.com/naver/egjs-conveyer/commit/9c492663a45ca2ec0eabdfae85892906003a6fe9)) | ||
### :mega: Other | ||
* update packages versions ([491417a](https://github.com/naver/egjs-conveyer/commit/491417a29531c18ecd8dc13b58debf75b3ba3292)) | ||
## [1.3.1](https://github.com/naver/egjs-conveyer/compare/@egjs/conveyer@1.3.0...@egjs/conveyer@1.3.1) (2022-07-01) | ||
@@ -8,0 +27,0 @@ |
{ | ||
"name": "@egjs/conveyer", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Conveyer adds Drag gestures to your Native Scroll.", | ||
@@ -33,2 +33,6 @@ "main": "./dist/conveyer.cjs.js", | ||
], | ||
"files": [ | ||
"./*", | ||
"dist/*" | ||
], | ||
"dependencies": { | ||
@@ -35,0 +39,0 @@ "@cfcs/core": "~0.0.4", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
487457
34
7131