Releases: johndatserakis/file-upload-with-preview
Releases · johndatserakis/file-upload-with-preview
v6.1.2
What's Changed
- Update build settings by @johndatserakis in #83
- Thank you @AshwinNema for raising the issue
- [README] Added Next.js example by @erwannbst in #79
New Contributors
- @erwannbst made their first contribution in #79
Full Changelog: v6.0.2...v6.1.2
Update build export
- Use vite as build tool
- Update package.json exports method
- Remove rollup
- Remove babel
- Fix issue with default input text not being reset after clear
- Fix build export issue
Fix click event on single upload
What's Changed
- Fix click event on single upload by @tasinttttttt in #63
Full Changelog: v5.0.7...v5.0.8
Fix accepts option support. Add webp support.
- Fix accept options support
- Add webp support
Add TypeScript, remove webpack, refactor logic, update deps
- Revamped library
- Added TypeScript
- Replaced webpack with vite for example
- Updated all deps
- Added prettier and updated eslint
- Simplified library logic
- Updated SCSS styling