react-dropzone
Advanced tools
Comparing version 11.2.3 to 11.2.4
@@ -169,6 +169,9 @@ { | ||
}, | ||
"version": "11.2.3", | ||
"version": "11.2.4", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
}, | ||
"browserslist": [ | ||
"defaults" | ||
] | ||
} |
@@ -6,7 +6,7 @@ ![react-dropzone logo](https://raw.githubusercontent.com/react-dropzone/react-dropzone/master/logo/logo.png) | ||
[![npm](https://img.shields.io/npm/v/react-dropzone.svg?style=flat-square)](https://www.npmjs.com/package/react-dropzone) | ||
![Build Status](https://github.com/react-dropzone/react-dropzone/workflows/Test/badge.svg) | ||
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/react-dropzone/react-dropzone/Test?label=tests&style=flat-square)](https://github.com/react-dropzone/react-dropzone/actions?query=workflow%3ATest) | ||
[![codecov](https://img.shields.io/codecov/c/gh/react-dropzone/react-dropzone/master.svg?style=flat-square)](https://codecov.io/gh/react-dropzone/react-dropzone) | ||
[![Open Collective](https://img.shields.io/opencollective/backers/react-dropzone.svg?style=flat-square)](#backers) | ||
[![Open Collective](https://img.shields.io/opencollective/sponsors/react-dropzone.svg?style=flat-square)](#sponsors) | ||
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/react-dropzone/react-dropzone) | ||
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square)](https://gitpod.io/#https://github.com/react-dropzone/react-dropzone) | ||
@@ -296,3 +296,12 @@ Simple React hook to create a HTML5-compliant drag'n'drop zone for files. | ||
## Need image editing? | ||
React Dropzone integrates perfectly with [Doka Image Editor](https://pqina.nl/doka/?ref=react-dropzone), creating a modern image editing experience. Doka supports crop aspect ratios, resizing, rotating, cropping, annotating, filtering, and much more. | ||
Checkout the [integration example](https://react-dropzone.js.org/#!/Doka). | ||
## Supported Browsers | ||
We use [browserslist](https://github.com/browserslist/browserslist) config to state the browser support for this lib, so check it out on [browserslist.dev](https://browserslist.dev/?q=ZGVmYXVsdHM%3D). | ||
## Support | ||
@@ -299,0 +308,0 @@ |
@@ -9,2 +9,5 @@ /* eslint import/no-extraneous-dependencies: 0 */ | ||
styleguideDir: path.join(__dirname, 'styleguide'), | ||
template: { | ||
favicon: 'https://github.com/react-dropzone/react-dropzone/raw/master/logo/logo.png' | ||
}, | ||
webpackConfig: createConfig([babel(), css(), devServer({ | ||
@@ -16,8 +19,12 @@ disableHostCheck: true, | ||
usageMode: 'expand', | ||
showSidebar: false, | ||
showSidebar: true, | ||
serverPort: 8080, | ||
moduleAliases: { | ||
'react-dropzone': path.resolve(__dirname, './src') | ||
'react-dropzone': path.resolve(__dirname, './src'), | ||
'doka': path.resolve(__dirname, './vendor/doka/doka.esm.min.js') | ||
}, | ||
require: [path.join(__dirname, 'examples/theme.css')], | ||
require: [ | ||
path.join(__dirname, 'examples/theme.css'), | ||
path.join(__dirname, 'vendor/doka/doka.min.css'), | ||
], | ||
sections: [ | ||
@@ -74,4 +81,13 @@ { | ||
] | ||
}, | ||
{ | ||
name: 'Integrations', | ||
sections: [ | ||
{ | ||
name: 'Doka', | ||
content: 'examples/doka/README.md' | ||
} | ||
] | ||
} | ||
] | ||
} |
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
678082
48
6699
380
0