Releases: kwesinavilot/shadcn-file-upload
Releases · kwesinavilot/shadcn-file-upload
v1.0.2
This release features:
- changed vague
mode
tolayout
- Added JSDocs for the FileUpload component
- Added support for Zod schema validation
- Added Validation page with detailed validation guide
Full Changelog: v1.0.1...v1.0.2
v1.0.1
The initial release of the shadcn-file-upload component features:
- Drag and drop interface
- Basic file upload functionality
- Support for single and multiple file uploads
- Support for vertical and horizontal layouts
- File type validation
- File size limit validation
- Error handling and display
- Full customizable styling using Tailwind CSS
- React hooks for easy integration
- Documentation and usage examples