doofinder
Advanced tools
Comparing version 5.6.1 to 5.6.2
{ | ||
"name": "doofinder", | ||
"description": "Javascript Library for Doofinder Search API", | ||
"version": "5.6.1", | ||
"version": "5.6.2", | ||
"main": "dist/doofinder.js", | ||
@@ -6,0 +6,0 @@ "authors": [ |
@@ -7,2 +7,6 @@ # Changelog | ||
## [5.6.2] - 2018-11-28 | ||
### Fixed | ||
- Pass offset option from ScrollDisplay to ScrollManager. | ||
## [5.6.1] - 2018-11-28 | ||
@@ -9,0 +13,0 @@ ### Fixed |
(function() { | ||
module.exports = { | ||
version: "5.6.1", | ||
version: "5.6.2", | ||
Client: require("./client"), | ||
@@ -5,0 +5,0 @@ Controller: require("./controller"), |
@@ -122,4 +122,5 @@ (function() { | ||
this.scrollManager = new ScrollManager(this.container, { | ||
throttle: this.options.throttle, | ||
horizontal: this.options.horizontal | ||
horizontal: this.options.horizontal, | ||
offset: this.options.offset, | ||
throttle: this.options.throttle | ||
}); | ||
@@ -126,0 +127,0 @@ this.scrollManager.on("scroll", (function(_this) { |
{ | ||
"name": "doofinder", | ||
"version": "5.6.1", | ||
"version": "5.6.2", | ||
"description": "Javascript Library for Doofinder Search API", | ||
@@ -5,0 +5,0 @@ "main": "lib/doofinder.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1052648
21042