Skip to content

Commit 62517e7

Browse files
chore: release v1.24.1 (#878)
* chore: release v1.24.1 * Update CHANGELOG for version 1.24.1 Added bug fixes for file-item and social-source components. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Grenishin <[email protected]>
1 parent 85b706b commit 62517e7

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.24.1](https://github.com/uploadcare/file-uploader/compare/v1.24.0...v1.24.1) (2025-10-30)
2+
3+
### Bug Fixes
4+
5+
- **file-item:** hide "waiting for social source" hint after successful upload ([#876](https://github.com/uploadcare/file-uploader/issues/876))
6+
- **social-source:** use specified `targetOrigin` for `postMessage` calls ([#876](https://github.com/uploadcare/file-uploader/issues/876))
7+
- **social-source:** toggle "Done" button visibility together with selection status block ([#876](https://github.com/uploadcare/file-uploader/issues/876))
8+
- **config:** run initial configuration side effects after all config keys have been processed ([#875](https://github.com/uploadcare/file-uploader/issues/875))
9+
110
# [1.24.0](https://github.com/uploadcare/file-uploader/compare/v1.23.1...v1.24.0) (2025-10-28)
211

312
## Highlights

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/file-uploader",
3-
"version": "1.24.0",
3+
"version": "1.24.1",
44
"description": "Building blocks for Uploadcare products integration",
55
"keywords": [
66
"web components",

0 commit comments

Comments
 (0)