Skip to content

Commit

Permalink
chore(@mendix/file-uploader): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
uicontent committed Feb 13, 2025
1 parent 07ffbac commit acffc8e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/modules/file-uploader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.0.2] FileUploader - 2025-02-13

### Added

- We added a module user role that have permissions to upload files and images.

### [1.0.2] FileUploader

#### Fixed

- We fixed an issue where an error occurred when uploading multiple files on a newly created context object.

- We fixed an issue where, in image mode, users could upload unsupported image formats.

#### Added

- We improved handling of the File/Image creation action. It is now easier to spot misconfigured actions through console warnings.

- We added timeout functionality for the File/Image creation action. It will abort the file uploading process if an object is not created within a certain time.

- We added a setting to enable read-only mode.

## [1.0.1] FileUploader - 2025-12-19

### [1.0.1] FileUploader
Expand Down
5 changes: 5 additions & 0 deletions packages/pluggableWidgets/file-uploader-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.0.2] - 2025-02-13

### Fixed

- We fixed an issue where an error occurred when uploading multiple files on a newly created context object.

- We fixed an issue where, in image mode, users could upload unsupported image formats.

### Added

- We improved handling of the File/Image creation action. It is now easier to spot misconfigured actions through console warnings.

- We added timeout functionality for the File/Image creation action. It will abort the file uploading process if an object is not created within a certain time.

- We added a setting to enable read-only mode.

## [1.0.1] - 2024-12-19
Expand Down

0 comments on commit acffc8e

Please sign in to comment.