Skip to content

Commit

Permalink
docs: next changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Jan 1, 2025
1 parent ebd2796 commit b360159
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ All notable changes to this project will be documented in this file.

See the [Changesets](./.changeset) for the latest changes.

## [0.80.0](./#0.80.0) - 2025-01-01

### Fixed

- **File Upload**: Fix issue where hidden input isn't synced with the accepted files.

- **QR Code**: Fix issue where `getDataUrl` doesn't render the full sized QR code.

### Added

- **File Upload**

- Add support for preventing drop on document when the file upload is used. Use the `preventDropOnDocument` context
property. Set to `true` by default to prevent drop on document.

- Add `api.setClipboardFiles` method to set the files from the clipboard data.

## [0.79.3](./#0.79.3) - 2024-12-31

### Fixed
Expand Down

0 comments on commit b360159

Please sign in to comment.