Skip to content

Releases: kwesinavilot/shadcn-file-upload

v1.0.2

13 Oct 01:09
Compare
Choose a tag to compare

This release features:

  • changed vague mode to layout
  • 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

11 Oct 11:01
Compare
Choose a tag to compare

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