@egjs/react-flicking
Advanced tools
Comparing version 4.10.7 to 4.10.8
@@ -13,2 +13,3 @@ import { ExternalRenderer, PanelOptions, RendererOptions } from "@egjs/flicking"; | ||
forceRenderAllPanels(): Promise<void>; | ||
destroy(): void; | ||
protected _collectPanels(): void; | ||
@@ -15,0 +16,0 @@ protected _createPanel(externalComponent: StrictPanel | NonStrictPanel | HTMLDivElement, options: PanelOptions): import("@egjs/flicking/declaration/core/panel/Panel").default; |
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking | ||
version: 4.10.7 | ||
version: 4.10.8 | ||
*/ | ||
@@ -338,2 +338,8 @@ 'use strict'; | ||
__proto.destroy = function () { | ||
_super.prototype.destroy.call(this); | ||
this._reactFlicking.renderEmitter.off("render"); | ||
}; | ||
__proto._collectPanels = function () { | ||
@@ -340,0 +346,0 @@ var flicking = VanillaFlicking.getFlickingAttached(this._flicking); |
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking | ||
version: 4.10.7 | ||
version: 4.10.8 | ||
*/ | ||
@@ -338,2 +338,8 @@ import * as React from 'react'; | ||
__proto.destroy = function () { | ||
_super.prototype.destroy.call(this); | ||
this._reactFlicking.renderEmitter.off("render"); | ||
}; | ||
__proto._collectPanels = function () { | ||
@@ -340,0 +346,0 @@ var flicking = getFlickingAttached(this._flicking); |
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking | ||
version: 4.10.7 | ||
version: 4.10.8 | ||
*/ | ||
@@ -336,2 +336,8 @@ (function (global, factory) { | ||
__proto.destroy = function () { | ||
_super.prototype.destroy.call(this); | ||
this._reactFlicking.renderEmitter.off("render"); | ||
}; | ||
__proto._collectPanels = function () { | ||
@@ -338,0 +344,0 @@ var flicking = VanillaFlicking.getFlickingAttached(this._flicking); |
{ | ||
"name": "@egjs/react-flicking", | ||
"version": "4.10.7", | ||
"version": "4.10.8", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
@@ -5,0 +5,0 @@ "main": "dist/flicking.cjs.js", |
@@ -61,2 +61,7 @@ /* | ||
public destroy() { | ||
super.destroy(); | ||
this._reactFlicking.renderEmitter.off("render"); | ||
} | ||
protected _collectPanels() { | ||
@@ -63,0 +68,0 @@ const flicking = getFlickingAttached(this._flicking); |
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
216494
2872