Skip to content

Commit

Permalink
docs: add next changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Dec 5, 2024
1 parent eb948dc commit 3b9ec93
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ All notable changes to this project will be documented in this file.

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

## [0.78.2](./#0.78.2) - 2024-12-05

### Fixed

- **File Upload**: Expose `acceptedFiles` and `rejectedFiles` to validate file method. This is useful for checking for
duplicate files.

- **DOM Query**: Fix issue where signature pad `getDataUrl(...)` doesn't render the correctly scaled image in Firefox

- **Date Picker**: Remove unimplemented `modal` prop in datepicker

- **Svelte**: Fix prop normalization issue where `viewBox` was incorrectly converted to `viewbox` and renders svg
incorrectly

## [0.78.1](./#0.78.1) - 2024-12-03

### Fixed
Expand Down

0 comments on commit 3b9ec93

Please sign in to comment.