Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jun 9, 2023
1 parent 3a0b1f3 commit fa86754
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@

<!-- towncrier release notes start -->

## 8.0.0 (2023-06-09)

### Breaking

- Refactor to use `@dnd-kit` library for the internal drag and drop @sneridagh

## Breaking notes:

The Grid block edit component has been heavily refactored, we changed the drag and drop library that the block is using.
Instead of using `react-beautiful-dnd` library now it uses `@dnd-kit` library.
You should expect HTML structure and classe name changes inside this component due to this change.
Please make sure that you haven't customized anything relying in neither structure or class names (such as styling).
Also, we splitted the internal components below the edit component of the Grid block.
If you've customized any of them for some reason, your component should still work, but without the refactoring, it will be still using `react-beautiful-dnd` library.
If you want to update your customization, you'll need to update them appropiately following the changes made in the #87 PR. [#87](https://github.com/kitconcept/volto-export/pull/87)


## 7.2.0 (2023-06-07)

### Feature
Expand Down
11 changes: 0 additions & 11 deletions news/87.breaking

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitconcept/volto-blocks-grid",
"version": "7.2.0",
"version": "8.0.0",
"description": "kitconcept's Volto Grids add-on - Unidimensional grids FTW",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit fa86754

Please sign in to comment.