Skip to content

Commit 665429d

Browse files
chore: release v1.26.0 (#918)
* chore: release v1.26.0 * Update CHANGELOG for version 1.26.0 Updated CHANGELOG for version 1.26.0, highlighting features, potential breaking changes, and bug fixes. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Grenishin <nd0ut.me@gmail.com>
1 parent 4f25689 commit 665429d

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.26.0](https://github.com/uploadcare/file-uploader/compare/v1.25.0...v1.26.0) (2026-01-27)
2+
3+
## Highlights
4+
5+
* [SymbioteJS](https://symbiotejs.org/) was replaced with [Lit Element](https://lit.dev/).
6+
* All documented public API remains the same.
7+
8+
## Potential Breaking Changes (Minor Release)
9+
10+
Some internal / undocumented APIs may break.
11+
12+
In particular, the undocumented static `template` setter that could be used for template overrides is deprecated and has no effect.
13+
14+
See [migration guide](https://uploadcare.com/docs/file-uploader/migration-to-1.26.0/) for details.
15+
16+
### Bug Fixes
17+
18+
* Fixed thumbnail flicker
19+
* Fixed progress bar flicker
20+
121
# [1.25.0](https://github.com/uploadcare/file-uploader/compare/v1.24.8...v1.25.0) (2026-01-15)
222

323

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

0 commit comments

Comments
 (0)