@egjs/vue-flicking
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/vue-flicking | ||
version: 4.2.1 | ||
version: 4.2.2 | ||
*/ | ||
@@ -296,3 +296,3 @@ 'use strict'; | ||
return __awaiter(this, void 0, void 0, function () { | ||
var strategy, flicking; | ||
var flicking; | ||
@@ -302,3 +302,2 @@ var _this = this; | ||
return __generator(this, function (_a) { | ||
strategy = this._renderingStrategy; | ||
flicking = this._flicking; | ||
@@ -308,4 +307,5 @@ if (!flicking) return [2 | ||
]; | ||
strategy.updateRenderingPanels(flicking); | ||
this._updateRenderingPanels(); | ||
this._vueFlicking.$forceUpdate(); | ||
@@ -605,3 +605,3 @@ | ||
var version = "4.2.1"; | ||
var version = "4.2.2"; | ||
@@ -608,0 +608,0 @@ var install = function (Vue) { |
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/vue-flicking | ||
version: 4.2.1 | ||
version: 4.2.2 | ||
*/ | ||
@@ -295,3 +295,3 @@ import ListDiffer from '@egjs/list-differ'; | ||
return __awaiter(this, void 0, void 0, function () { | ||
var strategy, flicking; | ||
var flicking; | ||
@@ -301,3 +301,2 @@ var _this = this; | ||
return __generator(this, function (_a) { | ||
strategy = this._renderingStrategy; | ||
flicking = this._flicking; | ||
@@ -307,4 +306,5 @@ if (!flicking) return [2 | ||
]; | ||
strategy.updateRenderingPanels(flicking); | ||
this._updateRenderingPanels(); | ||
this._vueFlicking.$forceUpdate(); | ||
@@ -604,3 +604,3 @@ | ||
var version = "4.2.1"; | ||
var version = "4.2.2"; | ||
@@ -607,0 +607,0 @@ var install = function (Vue) { |
{ | ||
"name": "@egjs/vue-flicking", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
@@ -39,3 +39,3 @@ "main": "dist/flicking.cjs.js", | ||
"dependencies": { | ||
"@egjs/flicking": "^4.2.1", | ||
"@egjs/flicking": "^4.2.2", | ||
"@egjs/list-differ": "^1.0.0", | ||
@@ -46,3 +46,3 @@ "vue-property-decorator": "^8.1.0" | ||
"@egjs/build-helper": "0.0.5", | ||
"@egjs/flicking-plugins": "^4.1.0-beta.1", | ||
"@egjs/flicking-plugins": "^4.2.0", | ||
"@types/chai": "^4.1.0", | ||
@@ -49,0 +49,0 @@ "@types/mocha": "^5.2.4", |
@@ -23,3 +23,2 @@ import { ExternalRenderer, PanelOptions, RendererOptions } from "@egjs/flicking"; | ||
public async render() { | ||
const strategy = this._renderingStrategy; | ||
const flicking = this._flicking; | ||
@@ -29,3 +28,3 @@ | ||
strategy.updateRenderingPanels(flicking); | ||
this._updateRenderingPanels(); | ||
this._vueFlicking.$forceUpdate(); | ||
@@ -32,0 +31,0 @@ |
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
90168
1447
Updated@egjs/flicking@^4.2.2