Skip to content

Commit

Permalink
Release 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed Sep 18, 2023
1 parent bb91ebb commit 21879d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytescale/upload-widget-react",
"version": "4.6.0",
"version": "4.7.0",
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",
"description": "React File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐",
"license": "MIT",
Expand Down Expand Up @@ -74,7 +74,7 @@
"react": ">=16.3.0"
},
"dependencies": {
"@bytescale/upload-widget": "^4.10.0",
"@bytescale/upload-widget": "^4.11.0",
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
Expand Down
8 changes: 6 additions & 2 deletions src/UploadDropzone.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import React, { useLayoutEffect } from "react";
import { useElementRef } from "./hooks/UseElementRef";
import { useAutoUpdatingOptions } from "@bytescale/upload-widget-react/hooks/UseAutoUpdatingOptions";
import { UploadWidget, UploadWidgetConfig, UploadWidgetResult } from "@bytescale/upload-widget";
import { UploadWidgetOnUpdateEvent } from "@bytescale/upload-widget/dist/config/UploadWidgetOnUpdateEvent";
import {
UploadWidget,
UploadWidgetConfig,
UploadWidgetResult,
UploadWidgetOnUpdateEvent
} from "@bytescale/upload-widget";

interface Props {
className?: string;
Expand Down

0 comments on commit 21879d2

Please sign in to comment.