@egjs/flicking 4.10.0 → 4.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/flicking.esm.js +3 -2
- package/dist/flicking.esm.js.map +1 -1
- package/dist/flicking.js +3 -2
- package/dist/flicking.js.map +1 -1
- package/dist/flicking.min.js +2 -2
- package/dist/flicking.min.js.map +1 -1
- package/dist/flicking.pkgd.js +3 -2
- package/dist/flicking.pkgd.js.map +1 -1
- package/dist/flicking.pkgd.min.js +2 -2
- package/dist/flicking.pkgd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/control/AxesController.ts +1 -0
package/dist/flicking.js
CHANGED
|
@@ -4,7 +4,7 @@ name: @egjs/flicking
|
|
|
4
4
|
license: MIT
|
|
5
5
|
author: NAVER Corp.
|
|
6
6
|
repository: https://github.com/naver/egjs-flicking
|
|
7
|
-
version: 4.10.
|
|
7
|
+
version: 4.10.1
|
|
8
8
|
*/
|
|
9
9
|
(function (global, factory) {
|
|
10
10
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@egjs/component'), require('@egjs/axes'), require('@egjs/imready')) :
|
|
@@ -2421,6 +2421,7 @@ version: 4.10.0
|
|
|
2421
2421
|
});
|
|
2422
2422
|
this._panInput = new Axes.PanInput(flicking.viewport.element, {
|
|
2423
2423
|
inputType: flicking.inputType,
|
|
2424
|
+
threshold: 1,
|
|
2424
2425
|
iOSEdgeSwipeThreshold: flicking.iOSEdgeSwipeThreshold,
|
|
2425
2426
|
scale: flicking.horizontal ? [-1, 0] : [0, -1],
|
|
2426
2427
|
releaseOnScroll: true
|
|
@@ -8801,7 +8802,7 @@ version: 4.10.0
|
|
|
8801
8802
|
*/
|
|
8802
8803
|
|
|
8803
8804
|
|
|
8804
|
-
Flicking.VERSION = "4.10.
|
|
8805
|
+
Flicking.VERSION = "4.10.1";
|
|
8805
8806
|
return Flicking;
|
|
8806
8807
|
}(Component);
|
|
8807
8808
|
|