@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.pkgd.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() :
|
|
@@ -6625,6 +6625,7 @@ version: 4.10.0
|
|
|
6625
6625
|
});
|
|
6626
6626
|
this._panInput = new PanInput(flicking.viewport.element, {
|
|
6627
6627
|
inputType: flicking.inputType,
|
|
6628
|
+
threshold: 1,
|
|
6628
6629
|
iOSEdgeSwipeThreshold: flicking.iOSEdgeSwipeThreshold,
|
|
6629
6630
|
scale: flicking.horizontal ? [-1, 0] : [0, -1],
|
|
6630
6631
|
releaseOnScroll: true
|
|
@@ -14022,7 +14023,7 @@ version: 4.10.0
|
|
|
14022
14023
|
*/
|
|
14023
14024
|
|
|
14024
14025
|
|
|
14025
|
-
Flicking.VERSION = "4.10.
|
|
14026
|
+
Flicking.VERSION = "4.10.1";
|
|
14026
14027
|
return Flicking;
|
|
14027
14028
|
}(Component);
|
|
14028
14029
|
|