@uppy/react
Advanced tools
Comparing version 3.2.0 to 3.2.1
# @uppy/react | ||
## 3.2.1 | ||
Released: 2023-11-12 | ||
Included in: Uppy v3.19.1 | ||
- @uppy/react: Revert "@uppy/react: add useUppyState (#4711)" (Artur Paikin / #4789) | ||
## 3.2.0 | ||
@@ -4,0 +11,0 @@ |
@@ -7,3 +7,2 @@ export { default as Dashboard } from './Dashboard.js'; | ||
export { default as FileInput } from './FileInput.js'; | ||
export { default as useUppy } from './useUppy.js'; | ||
export { default as useUppyState } from './useUppyState.js'; | ||
export { default as useUppy } from './useUppy.js'; |
import { useEffect, useRef } from 'react'; | ||
import { Uppy as UppyCore } from '@uppy/core'; | ||
// TODO: remove in the next major | ||
/** | ||
@@ -7,0 +5,0 @@ * @deprecated Initialize Uppy outside of the component. |
{ | ||
"name": "@uppy/react", | ||
"description": "React component wrappers around Uppy's official UI plugins.", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"license": "MIT", | ||
@@ -33,4 +33,4 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"@uppy/core": "^3.7.0", | ||
"@uppy/dashboard": "^3.7.0", | ||
"@uppy/core": "^3.7.1", | ||
"@uppy/dashboard": "^3.7.1", | ||
"@uppy/drag-drop": "^3.0.3", | ||
@@ -37,0 +37,0 @@ "@uppy/file-input": "^3.0.4", |
@@ -8,2 +8,1 @@ export { default as Dashboard } from './Dashboard.js' | ||
export { default as useUppy } from './useUppy.js' | ||
export { default as useUppyState } from './useUppyState.js' |
import { useEffect, useRef } from 'react' | ||
import { Uppy as UppyCore } from '@uppy/core' | ||
// TODO: remove in the next major | ||
/** | ||
@@ -7,0 +5,0 @@ * @deprecated Initialize Uppy outside of the component. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
121130
66
1927