Skip to content

Commit e998309

Browse files
github-actions[bot]egordidenkond0ut
authored
chore: release v1.6.0 (#738)
* chore: release v1.6.0 * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Aleksandr Grenishin <[email protected]> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Egor Didenko <[email protected]> Co-authored-by: Aleksandr Grenishin <[email protected]>
1 parent 6fe5bcd commit e998309

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.6.0](https://github.com/uploadcare/file-uploader/compare/v1.5.2...v1.6.0) (2024-09-02)
2+
3+
### Features
4+
5+
- **a11y:** add `aria-live` attribute to the file item elements to make the uploading status observable by the screen readers ([#733](https://github.com/uploadcare/file-uploader/issues/733)) ([649db3b](https://github.com/uploadcare/file-uploader/commit/649db3bcdbc81e5fc2dfea1fcb34b4051bbd7e3b))
6+
- **output-file-entry:** add `source` property to the `OutputFileEntry` object. This property indicated from which upload source the file was added: local, camera, dropbox etc. ([#736](https://github.com/uploadcare/file-uploader/issues/736)) ([6fe5bcd](https://github.com/uploadcare/file-uploader/commit/6fe5bcd8c95894c26b0e747db5817a2247347dfe))
7+
18
## [1.5.2](https://github.com/uploadcare/file-uploader/compare/v1.5.1...v1.5.2) (2024-08-26)
29

310
### Bug Fixes

env.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/** Do not edit this file manually. It's generated during build process. */
22
export const PACKAGE_NAME = 'blocks';
3-
export const PACKAGE_VERSION = '1.5.2';
3+
export const PACKAGE_VERSION = '1.6.0';

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)