@egjs/react-flicking
Advanced tools
Comparing version 3.0.0-beta to 3.0.0-beta2
/* | ||
Copyright (c) 2015-present NAVER Corp. | ||
name: react-flicking | ||
license: undefined | ||
name: @egjs/react-flicking | ||
license: MIT | ||
author: NAVER Corp. | ||
repository: https://github.com/naver/egjs-flicking | ||
version: 3.0.0-beta | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking | ||
version: 3.0.0-beta2 | ||
*/ | ||
@@ -120,3 +120,5 @@ 'use strict'; | ||
}; | ||
_this.options = __assign({}, NativeFlicking.DEFAULT_OPTIONS); // differ | ||
_this.options = __assign({}, NativeFlicking.DEFAULT_OPTIONS, { | ||
renderExternal: true | ||
}); // differ | ||
@@ -214,3 +216,5 @@ _this.pluginsDiffer = new ListDiffer(); | ||
__proto.componentWillUnmount = function () { | ||
this.destroy(); | ||
this.destroy({ | ||
preserveUI: true | ||
}); | ||
}; // private | ||
@@ -217,0 +221,0 @@ |
/* | ||
Copyright (c) 2015-present NAVER Corp. | ||
name: react-flicking | ||
license: undefined | ||
name: @egjs/react-flicking | ||
license: MIT | ||
author: NAVER Corp. | ||
repository: https://github.com/naver/egjs-flicking | ||
version: 3.0.0-beta | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking | ||
version: 3.0.0-beta2 | ||
*/ | ||
@@ -118,3 +118,5 @@ import NativeFlicking, { DEFAULT_OPTIONS, withFlickingMethods } from '@egjs/flicking'; | ||
}; | ||
_this.options = __assign({}, DEFAULT_OPTIONS); // differ | ||
_this.options = __assign({}, DEFAULT_OPTIONS, { | ||
renderExternal: true | ||
}); // differ | ||
@@ -212,3 +214,5 @@ _this.pluginsDiffer = new ListDiffer(); | ||
__proto.componentWillUnmount = function () { | ||
this.destroy(); | ||
this.destroy({ | ||
preserveUI: true | ||
}); | ||
}; // private | ||
@@ -215,0 +219,0 @@ |
{ | ||
"name": "@egjs/react-flicking", | ||
"version": "3.0.0-beta", | ||
"version": "3.0.0-beta2", | ||
"description": "A module used to implement flicking interactions. With this module, you can make flicking gestures, which are ways to navigate left and right to move between panels arranged side by side.", | ||
"main": "dist/flicking.cjs.js", | ||
"module": "dist/flicking.esm.js", | ||
"sideEffects": false, | ||
"es2015": "dist/flicking.esm.js", | ||
"types": "declaration/index.d.ts", | ||
"main": "dist/flicking.cjs.js", | ||
"module": "dist/flicking.esm.js", | ||
"sideEffects": false, | ||
"es2015": "dist/flicking.esm.js", | ||
"types": "declaration/index.d.ts", | ||
"dependencies": { | ||
"@egjs/flicking": "^3.1.1", | ||
"@egjs/flicking": "^3.2.0", | ||
"@egjs/list-differ": "^0.0.1", | ||
"@egjs/react-children-differ": "^0.0.2" | ||
@@ -30,3 +31,3 @@ }, | ||
"type": "git", | ||
"url": "https://github.com/naver/egjs-flicking" | ||
"url": "https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking" | ||
}, | ||
@@ -39,3 +40,3 @@ "author": { | ||
}, | ||
"homepage": "https://github.com/naver/egjs-flicking", | ||
"homepage": "https://naver.github.io/egjs-flicking", | ||
"bugs": { | ||
@@ -42,0 +43,0 @@ "url": "https://github.com/naver/egjs-flicking/issues" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
436277
2320
1
3
+ Added@egjs/list-differ@^0.0.1
Updated@egjs/flicking@^3.2.0