Skip to content

Releases: musama619/react-files-preview

v3.0.0

Choose a tag to compare

@musama619 musama619 released this 10 Apr 19:26
7f8b6d9

What's Changed

Full Changelog: v2.4.6...v3.0.0

v2.4.6

Choose a tag to compare

@musama619 musama619 released this 28 Jun 06:00

What's Changed

  • Updated package dependencies

Full Changelog: v2.4.4...v2.4.6

v2.4.4

Choose a tag to compare

@musama619 musama619 released this 27 Jun 18:40

Added

  • id prop 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

Choose a tag to compare

@musama619 musama619 released this 09 Jun 20:29

Release 2.4.2

Bug Fixes:

  • Fixed an issue where the download link was always rendered when downloadFile is false
  • Added conditional checks in the component to disable drag-and-drop actions when disabled is true

v2.4.1

Choose a tag to compare

@musama619 musama619 released this 03 Jun 17:39

Release 2.4.1

Bug Fixes:

  • Fixed an issue where the downloaded file's name would change to a random string.

react-photo-editor Dependency Update

Updated the react-photo-editor package dependency from version 1.20 to ^2.1.2.

v2.2.0

Choose a tag to compare

@musama619 musama619 released this 17 Aug 13:15

v1.2.4

Choose a tag to compare

@musama619 musama619 released this 31 Jul 12:28
  • Fixed right margin in full-screen SVG
  • Added package description in package.json

v1.2.3

Choose a tag to compare

@musama619 musama619 released this 26 Jul 10:01
  • refactored component storybook document file

v1.2.1

Choose a tag to compare

@musama619 musama619 released this 18 Jul 10:29
  • Improved resource management by adding revocation of object URLs

v1.2.0

Choose a tag to compare

@musama619 musama619 released this 22 Jun 07:05
  • Added disabled prop