Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

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

44 changes: 44 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,50 @@
"test": "npm run test --workspaces",
"prepare": "husky install"
},
"description": "React File Uploader. React component with uploading from multiple sources",
"keywords": [
"uploadcare",
"react",
"component",
"widget",
"uploader",
"file-uploader",
"image-uploader",
"upload-component",
"upload file",
"multipart-upload",
"image-picker",
"react-image-picker",
"react-upload",
"react-upload-component",
"react-file-upload-component",
"filepicker",
"file-picker",
"file-upload",
"file uploading",
"file",
"upload",
"input",
"dropzone",
"multi",
"multipart",
"ajax",
"xhr",
"dialog",
"store",
"files",
"image",
"images",
"use file upload",
"react file upload",
"react hook file upload",
"front-end",
"react-adapter",
"react-uploader",
"file-uploader-regular",
"file-uploader-inline",
"file-uploader-minimal"
],
"author": "",
"license": "ISC",
"workspaces": ["packages/react-adapter", "packages/react-uploader"],
Expand Down
10 changes: 10 additions & 0 deletions packages/react-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/uploadcare/react-components/compare/@uploadcare/react-uploader@0.2.0...@uploadcare/react-uploader@0.3.0) (2024-04-29)

### Bug Fixes

- renamed refUploadCtxProvider to apiRef ([4440e68](https://github.com/uploadcare/react-components/commit/4440e6864eb6f48e46fa2c7f21ffb5d0d986e4ae))

### Features

- updated getUserAgentIntegration ([71de0ff](https://github.com/uploadcare/react-components/commit/71de0ff73fd3216ec0a76cbfacede5f5d9489a2b))

# 0.2.0 (2024-04-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/react-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/react-uploader",
"version": "0.2.0",
"version": "0.3.0",
"private": false,
"type": "module",
"files": [
Expand Down