New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eeacms/volto-columns-block

Package Overview
Dependencies
Maintainers
8
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eeacms/volto-columns-block - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0

10

CHANGELOG.md

@@ -7,5 +7,15 @@ ### Changelog

#### [4.3.0](https://github.com/eea/volto-columns-block/compare/4.2.0...4.3.0)
- Add support for onInsertBlock with BlockChooser [`3f0e06d`](https://github.com/eea/volto-columns-block/commit/3f0e06d8958350902ade3653996ab5dd755ae6af)
- Revert "Add support for newId returned by onMutateBlock" [`212ef0f`](https://github.com/eea/volto-columns-block/commit/212ef0f38f8a2d10fb6dbc7af8542776fcacb698)
- Fix delete button visibility on columns block [`b78a5a5`](https://github.com/eea/volto-columns-block/commit/b78a5a591cd2a2e6310b6bffcd2821156995ccd7)
- Add support for newId returned by onMutateBlock [`4030d3c`](https://github.com/eea/volto-columns-block/commit/4030d3cc721c010841857a22c029bcf3a8cc5765)
#### [4.2.0](https://github.com/eea/volto-columns-block/compare/4.1.1...4.2.0)
> 5 April 2021
- Update docs [`8685368`](https://github.com/eea/volto-columns-block/commit/86853689fe594c2aa4e64af1b4df5f719bc87500)
- Release 4.2.0 [`d53cfb5`](https://github.com/eea/volto-columns-block/commit/d53cfb545051ab9fd931089c248230fc702117fe)
- Align columnsBlock style with Group block [`faae854`](https://github.com/eea/volto-columns-block/commit/faae854081da30e4a2d476f78709647304991383)

@@ -12,0 +22,0 @@ - Add fixedLayout settings [`38c9928`](https://github.com/eea/volto-columns-block/commit/38c9928fff5a7b31ef2fa7972c2f41b68d5bd9d8)

2

package.json
{
"name": "@eeacms/volto-columns-block",
"version": "4.2.0",
"version": "4.3.0",
"description": "volto-columns-block: Volto add-on",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -69,3 +69,5 @@ import React from 'react';

onDeleteBlock,
onInsertBlock,
onMutateBlock,
onSelectBlock,
selected,

@@ -143,5 +145,9 @@ } = blockProps;

onMutateBlock={(id, value) => {
onMutateBlock(id, value);
this.setState({ addNewBlockOpened: false });
onMutateBlock(id, value);
}}
onInsertBlock={(id, value) => {
onSelectBlock(onInsertBlock(id, value));
this.setState({ addNewBlockOpened: false });
}}
currentBlock={block}

@@ -148,0 +154,0 @@ allowedBlocks={allowedBlocks}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc