Skip to content

Commit 88b0195

Browse files
authored
File Uploader v2.2.1: Update changelog (#1588)
2 parents f66a6f5 + 9a3ce8d commit 88b0195

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/modules/file-uploader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.2.1] FileUploader - 2025-05-28
10+
11+
### [2.2.1] FileUploader
12+
13+
#### Fixed
14+
15+
- We updated file size display in the file uploader to show commonly used units (KB, MB, GB) instead of previously incorrect units (Kb, Mb, Gb). Instead of using technically correct binary units (KiB, MiB, GiB), we chose a format more familiar to users.
16+
917
## [2.2.0] FileUploader - 2025-05-07
1018

1119
### [2.2.0] FileUploader

packages/pluggableWidgets/file-uploader-web/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.2.1] - 2025-05-28
10+
911
### Fixed
1012

1113
- We updated file size display in the file uploader to show commonly used units (KB, MB, GB) instead of previously incorrect units (Kb, Mb, Gb). Instead of using technically correct binary units (KiB, MiB, GiB), we chose a format more familiar to users.

0 commit comments

Comments
 (0)