Skip to content

Commit

Permalink
chore: release v0.27.0 (#534)
Browse files Browse the repository at this point in the history
* chore: release v0.27.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 Oct 6, 2023
1 parent 8a4c007 commit c4a3c0c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [0.27.0](https://github.com/uploadcare/blocks/compare/v0.26.0...v0.27.0) (2023-10-06)

### Bug Fixes

- **drag-n-drop:** do not show drop cursor when it's not over the drop target ([05a08dc](https://github.com/uploadcare/blocks/commit/05a08dc7206b451e0d4fcd14599d4415f317631b))

### Features

- **simple-btn:** add flag to toggle drop-zone ([5f4fae2](https://github.com/uploadcare/blocks/commit/5f4fae27738e77dfeb11284ab8f38b4cdf3c57d5))

Example:

```js
class CustomSimpleBtn extends LR.SimpleBtn {
dropzone = false;
}

LR.registerBlocks({...LR, SimpleBtn: CustomSimpleBtn});
```

or

```html
<lr-simple-btn dropzone="false"></lr-simple-btn>
```

# [0.26.0](https://github.com/uploadcare/blocks/compare/v0.25.6...v0.26.0) (2023-10-03)

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

0 comments on commit c4a3c0c

Please sign in to comment.