embla-carousel-vue
Advanced tools
Comparing version 8.0.0-rc05 to 8.0.0-rc06
@@ -1336,11 +1336,10 @@ (function (global, factory) { | ||
options = optionsAtMedia(optionsBase); | ||
pluginList = withPlugins || pluginList; | ||
storeElements(); | ||
engine = Engine(root, container, slides, ownerDocument, ownerWindow, options, eventHandler, animations); | ||
if (!options.active) return deActivate(); | ||
engine.translate.to(engine.location.get()); | ||
pluginList = withPlugins || pluginList; | ||
pluginApis = pluginsHandler.init(pluginList, self); | ||
optionsMediaQueries([optionsBase, ...pluginList.map(({ | ||
options | ||
}) => options)]).forEach(query => mediaHandlers.add(query, 'change', reActivate)); | ||
if (!options.active) return; | ||
engine.translate.to(engine.location.get()); | ||
engine.eventHandler.init(self); | ||
@@ -1368,2 +1367,3 @@ engine.resizeHandler.init(self, options.watchResize); | ||
} | ||
pluginApis = pluginsHandler.init(pluginList, self); | ||
} | ||
@@ -1370,0 +1370,0 @@ function reActivate(withOptions, withPlugins) { |
{ | ||
"name": "embla-carousel-vue", | ||
"version": "8.0.0-rc05", | ||
"version": "8.0.0-rc06", | ||
"author": "David Jerleke", | ||
@@ -59,4 +59,4 @@ "description": "A lightweight carousel library with fluid motion and great swipe precision", | ||
"dependencies": { | ||
"embla-carousel": "8.0.0-rc05", | ||
"embla-carousel-reactive-utils": "8.0.0-rc05" | ||
"embla-carousel": "8.0.0-rc06", | ||
"embla-carousel-reactive-utils": "8.0.0-rc06" | ||
}, | ||
@@ -63,0 +63,0 @@ "peerDependencies": { |
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
56781
+ Addedembla-carousel@8.0.0-rc06(transitive)
+ Addedembla-carousel-reactive-utils@8.0.0-rc06(transitive)
- Removedembla-carousel@8.0.0-rc05(transitive)
- Removedembla-carousel-reactive-utils@8.0.0-rc05(transitive)
Updatedembla-carousel@8.0.0-rc06