Skip to content

Commit 8447364

Browse files
chore: release v1.27.0 (#939)
* chore: release v1.27.0 * Update CHANGELOG for version 1.27.0 features Added a new feature for clipboard-based file input handling and updated the changelog for version 1.27.0. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Egor Didenko <egor.didenko.work@gmail.com>
1 parent 869c118 commit 8447364

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.27.0](https://github.com/uploadcare/file-uploader/compare/v1.26.3...v1.27.0) (2026-02-11)
2+
3+
4+
### Features
5+
* **clipboard:** added handling of clipboard-based file input, enabling reliable processing of pasted files. See the [documentation](https://uploadcare.com/docs/file-uploader/options/#paste-scope) for details.
6+
7+
### Bug Fixes
8+
9+
* **api/initFlow:** `initFlow` doesn't work right after `sourceList` config update ([#937](https://github.com/uploadcare/file-uploader/issues/937)) ([ab51f07](https://github.com/uploadcare/file-uploader/commit/ab51f07afd2009f2cd0c1b10d369e0ba1802f4ba))
10+
11+
12+
113
## [1.26.3](https://github.com/uploadcare/file-uploader/compare/v1.26.2...v1.26.3) (2026-02-04)
214

315

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.26.3",
3+
"version": "1.27.0",
44
"description": "Building blocks for Uploadcare products integration",
55
"keywords": [
66
"web components",

0 commit comments

Comments
 (0)