Skip to content

Commit e771eb8

Browse files
chore: release v3.0.0 (#408)
* chore: release v3.0.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Grenishin <nd0ut.me@gmail.com>
1 parent c06e2cd commit e771eb8

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [3.0.0](https://github.com/uploadcare/react-widget/compare/v2.4.7...v3.0.0) (2025-07-28)
2+
3+
4+
* feat!: update uploadcare-widget to v3.23.3 and uploadcare-widget-tab-effects to v1.7.2 (#407) ([c06e2cd](https://github.com/uploadcare/react-widget/commit/c06e2cd1cbfb94ad34e01b5b012c4eeaea65161f)), closes [#407](https://github.com/uploadcare/react-widget/issues/407)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* the default value of `cdnCname` has changed from `http://ucarecdn.com` to `https://{{prefix}}.ucarecd.net`. If your integration depends on the previous value, it may break. If you want to set `https://ucarecdn.com`, you need to explicitly set it with `cdnCname` prop
10+
11+
112
## [2.4.7](https://github.com/uploadcare/react-widget/compare/v2.4.6...v2.4.7) (2024-08-27)
213

314

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/react-widget",
3-
"version": "2.4.7",
3+
"version": "3.0.0",
44
"description": "React File Uploader. React component with uploading from multiple sources",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)