Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/file-uploader-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Since version 2.5.0, removing a file with the default remove button removes the entry from the file list immediately, instead of leaving it in the list greyed out. This matches how removal already worked when custom buttons are configured. This change was missing from the 2.5.0 release notes.

- We updated dependency react-dropzone from 14 to 20. This changes added paste-to-upload, fixing issues on dropped files, and improve accessibility of the drop area.

## [2.5.0] - 2026-06-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/file-uploader-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"mime-types": "^2.1.35",
"mobx": "6.12.3",
"mobx-react-lite": "4.0.7",
"react-dropzone": "^14.2.3"
"react-dropzone": "^20.1.1"
},
"devDependencies": {
"@mendix/automation-utils": "workspace:*",
Expand Down
4 changes: 4 additions & 0 deletions packages/pluggableWidgets/rich-text-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- We updated react-dropzone dependency from version 14 to 20.

## [5.0.0] - 2026-08-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/rich-text-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"katex": "^0.16.22",
"linkifyjs": "^4.3.2",
"lodash.merge": "^4.6.2",
"react-dropzone": "^14.3.8",
"react-dropzone": "^20.1.1",
"react-scroll-sync": "^1.0.2",
"react-simple-code-editor": "^0.14.1"
},
Expand Down
55 changes: 29 additions & 26 deletions patches/react-dropzone.patch

Large diffs are not rendered by default.

47 changes: 25 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading