Releases: musama619/react-files-preview
Releases · musama619/react-files-preview
Release list
v3.0.0
What's Changed
- build(deps-dev): bump vite from 5.3.2 to 5.3.5 by @dependabot in #133
- build(deps-dev): bump webpack from 5.92.1 to 5.94.0 by @dependabot in #147
- Release v3.0.0 by @musama619 in #195
Full Changelog: v2.4.6...v3.0.0
v2.4.6
v2.4.4
Added
idprop for ReactFilePreview Component: Added an optional id prop to the ReactFilePreview component. If id is not provided, a unique id is generated using Date.now(). This change ensures that multiple instances of the component do not conflict with each other.
Fixed
- File Naming Issue: Corrected the use of the nullish coalescing operator (??) in file naming logic to prevent it from always returning the left operand.
Chore
- Dependencies Update: Updated various package dependencies to their latest versions to ensure compatibility and security improvements.
Full Changelog: v2.4.2...v2.4.4
v2.4.2
v2.4.1
v2.2.0
- Updated
react-photo-editorversion in dependency - Added community standard files