Skip to content

Commit

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

* 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 Feb 5, 2024
1 parent 1a510d9 commit aef894f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
## [unreleased]
# [0.32.0](https://github.com/uploadcare/blocks/compare/v0.31.1...v0.32.0) (2024-02-05)

### Breaking changes

- Global events are removed. I.e. `window.addEventListener('LR_UPLOAD_FINISH', ...)` will not work anymore. Now you need to use `lr-upload-ctx-provider` block to subscribe to the events. See the [documentation](#) for more details.
- All existing events and their payloads are changed. See the [documentation](#) for more details.
- Global events are removed. I.e. `window.addEventListener('LR_UPLOAD_FINISH', ...)` will not work anymore. Now you need to use `lr-upload-ctx-provider` block to subscribe to the events. See the [migration guide](https://uploadcare.com/docs/file-uploader/migration-to-0.32.0/) for more details.
- All existing events and their payloads are changed. See the [migration guide](https://uploadcare.com/docs/file-uploader/migration-to-0.32.0/) for more details.
- `lr-data-output` block is removed.
- To handle HTML forms you need to use `lr-form-input` block.
- Groups output moved to the `lr-upload-ctx-provider` events
- Console debugging output now enabled with the `debug` attribute on `lr-config`
- `lr-message-box` block is removed.

See the [migration guide](https://uploadcare.com/docs/file-uploader/migration-to-0.32.0/) for more details.

## [0.31.1](https://github.com/uploadcare/blocks/compare/v0.31.0...v0.31.1) (2024-01-30)

### 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.31.1';
export const PACKAGE_VERSION = '0.32.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.31.1",
"version": "0.32.0",
"description": "Building blocks for Uploadcare products integration",
"keywords": [
"web components",
Expand Down

0 comments on commit aef894f

Please sign in to comment.