@eeacms/volto-columns-block
Advanced tools
Comparing version 5.0.0 to 5.0.1
const fs = require('fs'); | ||
const path = require('path'); | ||
const projectRootPath = fs.realpathSync('./project'); // __dirname | ||
const projectRootPath = fs.existsSync('./project') | ||
? fs.realpathSync('./project') | ||
: fs.realpathSync('./../../../'); | ||
const packageJson = require(path.join(projectRootPath, 'package.json')); | ||
@@ -6,0 +8,0 @@ const jsConfig = require(path.join(projectRootPath, 'jsconfig.json')).compilerOptions; |
@@ -7,6 +7,24 @@ ### Changelog | ||
### [5.0.0](https://github.com/eea/volto-columns-block/compare/4.5.3...5.0.0) - 28 October 2022 | ||
### [5.0.1](https://github.com/eea/volto-columns-block/compare/5.0.0...5.0.1) - 16 November 2022 | ||
#### :bug: Bug Fixes | ||
- fix(eslint): config after upgrade to latest alpha of volto [David Ichim - [`f9d2f90`](https://github.com/eea/volto-columns-block/commit/f9d2f90846571b3329d7c1e0390c528ee3406b62)] | ||
#### :nail_care: Enhancements | ||
- change(columns): moved some css values to variables for cleaner customizations [David Ichim - [`bdf653b`](https://github.com/eea/volto-columns-block/commit/bdf653b4a7b493a0300554dcd8aa7c43b6802c9f)] | ||
- change(column-block): removing styling schema enhancer from current package [David Ichim - [`10a3cab`](https://github.com/eea/volto-columns-block/commit/10a3cab4a4cc177577d36ad56b233386fd4b36e2)] | ||
- change(column): wip adding styling schema as a block enhancer [David Ichim - [`85574a3`](https://github.com/eea/volto-columns-block/commit/85574a3002c3909c68b61fea40ddcb9c490b26e1)] | ||
#### :hammer_and_wrench: Others | ||
- test(estlint): Fix .project.eslintrc.js [Alin Voinea - [`20078a4`](https://github.com/eea/volto-columns-block/commit/20078a416bc802ef375c3dd299c6ed5a6925d409)] | ||
- lint fix [David Ichim - [`768f29c`](https://github.com/eea/volto-columns-block/commit/768f29c88d09f7cc9eb514bad7a026405c121396)] | ||
- Use BlockDataForm [Tiberiu Ichim - [`4df86f7`](https://github.com/eea/volto-columns-block/commit/4df86f76af6c79c1f3053a009d0d3e4d3c17ef85)] | ||
- test(cypress): Rename [Alin Voinea - [`ce0a4a5`](https://github.com/eea/volto-columns-block/commit/ce0a4a5a2cb4de9c6e9eb34e3feeaa872cc217be)] | ||
## [5.0.0](https://github.com/eea/volto-columns-block/compare/4.5.3...5.0.0) - 28 October 2022 | ||
#### :nail_care: Enhancements | ||
- refactor: Latest volto compatibility [Miu Razvan - [`4ff5bd7`](https://github.com/eea/volto-columns-block/commit/4ff5bd7e5e9fcec46b9bd4d508c7a2b162fdc667)] | ||
@@ -27,2 +45,4 @@ - refactor(volto-slate): Upgrade to @plone/volto-slate - refs #153447 [Alin Voinea - [`3df738f`](https://github.com/eea/volto-columns-block/commit/3df738fff97d0cdde38b513c300754577c48ef42)] | ||
- Update dependencies [Alin Voinea - [`976c380`](https://github.com/eea/volto-columns-block/commit/976c380bb1ca2d985b2bfb1a88d2144aa2c11028)] | ||
- Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`d978235`](https://github.com/eea/volto-columns-block/commit/d978235da3ab5dff38faba2673bb9a1afa7012a3)] | ||
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`c8daea6`](https://github.com/eea/volto-columns-block/commit/c8daea6cad87650895d063c8d852b01d74cfd326)] | ||
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - [`50ab9a0`](https://github.com/eea/volto-columns-block/commit/50ab9a0ff903badb677da43d913fd698f031895c)] | ||
@@ -41,2 +61,3 @@ ### [4.5.3](https://github.com/eea/volto-columns-block/compare/4.5.2...4.5.3) - 17 August 2022 | ||
- Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`bab4f31`](https://github.com/eea/volto-columns-block/commit/bab4f318a773ff4de42f9e1e095a2e7ae39f6b01)] | ||
### [4.5.0](https://github.com/eea/volto-columns-block/compare/4.4.15...4.5.0) - 11 April 2022 | ||
@@ -57,2 +78,4 @@ | ||
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`ff71f20`](https://github.com/eea/volto-columns-block/commit/ff71f2020b724e2dca5d5f5467f51fc619d5f404)] | ||
- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`a8becc0`](https://github.com/eea/volto-columns-block/commit/a8becc0159ab140dcf6bb1b2de7429bae81adb78)] | ||
### [4.4.14](https://github.com/eea/volto-columns-block/compare/4.4.13...4.4.14) - 21 January 2022 | ||
@@ -78,2 +101,3 @@ | ||
- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`a745845`](https://github.com/eea/volto-columns-block/commit/a745845507ed2a32b4f50280439875e7287793e0)] | ||
### [4.4.7](https://github.com/eea/volto-columns-block/compare/4.4.6...4.4.7) - 10 December 2021 | ||
@@ -84,2 +108,4 @@ | ||
- Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - [`eccf195`](https://github.com/eea/volto-columns-block/commit/eccf19562860a61812187a4e55dd0f03c6a727d7)] | ||
- Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - [`a04ee43`](https://github.com/eea/volto-columns-block/commit/a04ee430e1407f3aa39886e98f4f11fcbec70b66)] | ||
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - [`946133c`](https://github.com/eea/volto-columns-block/commit/946133c42004febadf2a1c8d330fbac6f820f160)] | ||
### [4.4.6](https://github.com/eea/volto-columns-block/compare/4.4.5...4.4.6) - 14 October 2021 | ||
@@ -94,2 +120,4 @@ | ||
- Add custom class for columns [kreafox - [`0e4783f`](https://github.com/eea/volto-columns-block/commit/0e4783f44d87c526dc0535874f75d41a85c5cf12)] | ||
- Add Sonarqube tag using sustainability-frontend addons list [EEA Jenkins - [`35aa796`](https://github.com/eea/volto-columns-block/commit/35aa79635a03778819365873fdad2937e79b4f5f)] | ||
- Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - [`ab3713a`](https://github.com/eea/volto-columns-block/commit/ab3713a9e696b31f90c57b7e39faab03c767196f)] | ||
### [4.4.5](https://github.com/eea/volto-columns-block/compare/4.4.4...4.4.5) - 13 August 2021 | ||
@@ -112,2 +140,5 @@ | ||
- Fix styles in quanta toolbar [Tiberiu Ichim - [`97cfc46`](https://github.com/eea/volto-columns-block/commit/97cfc46e617bc5a22795817f71b1dd826ed1faf5)] | ||
- Add Sonarqube tag using frontend addons list [EEA Jenkins - [`b26321b`](https://github.com/eea/volto-columns-block/commit/b26321bdf9eb2e4b5c1282210dfc8faa8849487f)] | ||
- Add Sonarqube tag using frontend addons list [EEA Jenkins - [`0809fcb`](https://github.com/eea/volto-columns-block/commit/0809fcb4bce8611e5e417aa2222a7e9b40ba5936)] | ||
- Add Sonarqube tag using frontend addons list [EEA Jenkins - [`36a4df2`](https://github.com/eea/volto-columns-block/commit/36a4df2cd83d48ddc2cefe9946a2c604798b9d6c)] | ||
### [4.4.3](https://github.com/eea/volto-columns-block/compare/4.4.2...4.4.3) - 27 May 2021 | ||
@@ -248,2 +279,3 @@ | ||
- Update docs [Alin Voinea - [`f698f3c`](https://github.com/eea/volto-columns-block/commit/f698f3ca05b3f5a8f240db409cde4d1ddeeed78b)] | ||
- yarn prettier [Alin Voinea - [`ae092f6`](https://github.com/eea/volto-columns-block/commit/ae092f6a101857cf068ed639c7d4686722db4d58)] | ||
### [0.3.7](https://github.com/eea/volto-columns-block/compare/0.3.6...0.3.7) - 9 November 2020 | ||
@@ -250,0 +282,0 @@ |
{ | ||
"name": "@eeacms/volto-columns-block", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "volto-columns-block: Volto add-on", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -7,3 +7,3 @@ import React from 'react'; | ||
import { SidebarPortal, BlocksToolbar, Icon } from '@plone/volto/components'; // BlocksForm, Icon, | ||
import InlineForm from '@plone/volto/components/manage/Form/InlineForm'; | ||
import { BlockDataForm } from '@plone/volto/components'; | ||
import { | ||
@@ -511,3 +511,3 @@ emptyBlocksForm, | ||
</Segment> | ||
<InlineForm | ||
<BlockDataForm | ||
schema={ColumnSchema} | ||
@@ -529,3 +529,3 @@ title={`${this.props.intl.formatMessage( | ||
) : ( | ||
<InlineForm | ||
<BlockDataForm | ||
schema={this.getColumnsBlockSchema()} | ||
@@ -532,0 +532,0 @@ title={this.props.intl.formatMessage( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
152178
3073