Skip to content

Releases: kitconcept/volto-blocks-grid

8.0.3

05 Jul 16:44
f97da9a
Compare
Choose a tag to compare

8.0.3 (2023-07-05)

Bugfix

8.0.2

28 Jun 11:24
4713580
Compare
Choose a tag to compare

8.0.2 (2023-06-28)

Bugfix

  • Small CSS fix for compatibility when used along Volto 17a16 (Grid in core) @sneridagh #93

8.0.1

23 Jun 07:50
e6f6c7a
Compare
Choose a tag to compare

8.0.1 (2023-06-23)

Bugfix

  • Fix teaser Image Override when there is a custom Image component. @davisagli #91

8.0.0

09 Jun 14:14
fa86754
Compare
Choose a tag to compare

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

7.2.0

07 Jun 15:02
b536b5d
Compare
Choose a tag to compare

7.2.0 (2023-06-07)

Feature

  • Pass the blocks variation id as a classname to the edit in case it's present @steffenri #82
  • Enable popperjs based blockschooser @sneridagh #86

7.1.0

06 Jun 18:36
cd2d821
Compare
Choose a tag to compare

7.1.0 (2023-06-06)

Feature

  • Update Brazilian Portuguese translation @ericof #84

7.0.2

25 May 08:15
b12249f
Compare
Choose a tag to compare

7.0.2 (2023-05-25)

Bugfix

  • Fix edit mode in listings, adapting to the new listing block API @sneridagh #81

7.0.1

22 May 14:06
868d0c0
Compare
Choose a tag to compare

7.0.1 (2023-05-22)

Bugfix

6.2.1

06 Apr 18:27
ef000db
Compare
Choose a tag to compare

6.2.1 (2023-04-06)

Bugfix

7.0.0

23 Feb 18:27
92f598a
Compare
Choose a tag to compare

7.0.0 (2023-02-23)

Breaking

  • Move dataAdapter to the block config so it can also be overriden in nested blocks via blocksConfig @sneridagh #77