scroll-into-view
Advanced tools
Comparing version 1.12.1 to 1.12.2
## 1.12.1 - Thu Oct 24 2019 | ||
Update package description - [ca09d990](korynunn@ca09d990047bdb796ba7dc4629da715f3b215ed1) | ||
## 1.12.0 - Thu Oct 24 2019 | ||
Fixed potential overflow bug, added maxSynchronousAlignments, cleaned package - [566a2480](korynunn@566a2480d7f707bea06c0cf92052b5e2cb3243f6) | ||
## 1.11.0 - Fri Oct 11 2019 | ||
Add cancellable option - [13ed1cb7](korynunn@13ed1cb79436908f68ba566be9c2ecc8f2e5f3e3) | ||
## 1.10.0 - Fri Oct 11 2019 | ||
Added isWindow option - [932a23a0](korynunn@932a23a0f0a4e5f8fcb6c74c9c4ff5ad726e765b) | ||
## 1.9.7 - Tue May 7 2019 | ||
@@ -3,0 +23,0 @@ |
{ | ||
"name": "scroll-into-view", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"description": "scrolls an elements into view, recursively aligning parents.", | ||
@@ -14,3 +14,3 @@ "main": "scrollIntoView.js", | ||
"scripts": { | ||
"test": "browserify ./test/test.js -d -o ./test/test.browser.js && google-chrome ./test/test.html", | ||
"test": "browserify ./test/test.js | tape-run", | ||
"build": "browserify ./example/index.js > ./example/index.browser.js & browserify --bare -g uglifyify ./standalone.js > ./scrollIntoView.min.js", | ||
@@ -29,6 +29,7 @@ "watchTest": "watchify ./test/test.js -d -o ./test/test.browser.js", | ||
"browserify": "^14.4.0", | ||
"chlogit": "^1.0.0", | ||
"chlogit": "^1.0.2", | ||
"crel": "^1.1.1", | ||
"pre-commit": "^1.2.2", | ||
"tape": "~2.1.0", | ||
"tape-run": "^6.0.1", | ||
"uglifyify": "^4.0.2", | ||
@@ -44,3 +45,10 @@ "watchify": "^3.9.0" | ||
"url": "https://opencollective.com/scroll-into-view" | ||
} | ||
}, | ||
"keywords": [ | ||
"scroll into view", | ||
"scrollIntoView", | ||
"scroll into view if needed", | ||
"smooth scroll", | ||
"scroll parents" | ||
] | ||
} |
@@ -0,3 +1,5 @@ | ||
![scroll-into-view](/scrollintoview.png) ![example-gif](/scrollIntoViewExample.gif) | ||
[![Build Status](https://travis-ci.org/KoryNunn/scroll-into-view.svg?branch=master)](https://travis-ci.org/KoryNunn/scroll-into-view) | ||
[![Backers on Open Collective](https://opencollective.com/scroll-into-view/backers/badge.svg)](#backers) | ||
@@ -4,0 +6,0 @@ [![Sponsors on Open Collective](https://opencollective.com/scroll-into-view/sponsors/badge.svg)](#sponsors) |
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
27561
146
8