diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef00bec3b..99dc88f455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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