react-image-gallery
Advanced tools
Comparing version 0.8.18 to 0.9.0
{ | ||
"name": "react-image-gallery", | ||
"version": "0.8.18", | ||
"version": "0.9.0", | ||
"description": "React carousel image gallery component with thumbnail and mobile support", | ||
@@ -47,3 +47,3 @@ "main": "./build/image-gallery.js", | ||
"browserify": "^13.1.1", | ||
"eslint": "^6.0.1", | ||
"eslint": "^5.3.0", | ||
"eslint-config-airbnb": "^17.1.1", | ||
@@ -62,3 +62,4 @@ "eslint-plugin-import": "^2.18.0", | ||
"gulp-uglify": "^1.5.3", | ||
"react-dom": "^16.4.0", | ||
"react": "^16.9.0", | ||
"react-dom": "^16.9.0", | ||
"vinyl-buffer": "^1.0.0", | ||
@@ -68,4 +69,6 @@ "vinyl-source-stream": "^1.1.0", | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.0.0" | ||
}, | ||
"dependencies": { | ||
"react": "^16.4.0", | ||
"lodash.debounce": "^4.0.8", | ||
@@ -72,0 +75,0 @@ "lodash.throttle": "^4.1.1", |
@@ -25,6 +25,7 @@ React Carousel Image Gallery | ||
> `react-image-gallery` requires React 16.0.0 and above. | ||
``` | ||
npm install react-image-gallery | ||
``` | ||
### Style import | ||
@@ -47,3 +48,5 @@ | ||
> When using webpack with css-loader, use `@import "~react-image-gallery/styles/scss/image-gallery.scss"` notation. [Read more abou it](https://github.com/webpack-contrib/css-loader#url) | ||
### Example | ||
@@ -240,2 +243,4 @@ Need more example? See [`example/app.js`](https://github.com/xiaolin/react-image-gallery/blob/master/example/app.js) | ||
The following functions can be accessed using [refs](https://reactjs.org/docs/refs-and-the-dom.html) | ||
* `play()`: plays the slides | ||
@@ -242,0 +247,0 @@ * `pause()`: pauses the slides |
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
131147
272
26
- Removedreact@^16.4.0