Skip to content

Commit

Permalink
chore: release v0.26.0 (#529)
Browse files Browse the repository at this point in the history
* chore: release v0.26.0

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Grenishin <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2023
1 parent 847d9ce commit da89f95
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [0.26.0](https://github.com/uploadcare/blocks/compare/v0.25.6...v0.26.0) (2023-10-03)

### Features

#### New option `cloudImageEditorTabs`

Defines the list of tabs in the cloud image editor. See the [configuration reference](https://uploadcare.com/docs/file-uploader/options/#cloud-image-editor-tabs) for more details.

- **cloud-image-editor:** add ability to hide unnecessary editor tabs (crop, tuning or filters) ([af15f51](https://github.com/uploadcare/blocks/commit/af15f514f8eb787d25409efbd392e8c17deae0db))

#### New option `cropPreset`

Defines the crop behavior. When uploading images, your users can select a crop area with defined aspect ratio. See the [configuration reference](https://uploadcare.com/docs/file-uploader/options/#crop-preset) for more details.

- **cloud-image-editor:** add crop preset setting ([923f4ca](https://github.com/uploadcare/blocks/commit/923f4ca975c6829fc5ca02271c053b2c427ba72c))
- **uploader:** force defined aspect ration for the output images ([26eda66](https://github.com/uploadcare/blocks/commit/26eda66729e230e2197a8c6a2d879cc9220e850b))

### Fixes

- **external-sources:** add files to the upload list after done button click ([0089370](https://github.com/uploadcare/blocks/commit/00893706332ab1a9de4d62e1fc9c51fba952ae08))

## [0.25.6](https://github.com/uploadcare/blocks/compare/v0.25.5...v0.25.6) (2023-09-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion env.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/** Do not edit this file manually. It's generated during build process. */
export const PACKAGE_NAME = 'blocks';
export const PACKAGE_VERSION = '0.25.6';
export const PACKAGE_VERSION = '0.26.0';
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/blocks",
"version": "0.25.6",
"version": "0.26.0",
"description": "Building blocks for Uploadcare products integration",
"keywords": [
"web components",
Expand Down

0 comments on commit da89f95

Please sign in to comment.