Skip to content

Commit

Permalink
Merge pull request #21 from eea/develop
Browse files Browse the repository at this point in the history
chore: remove override of RichTextWidget
  • Loading branch information
avoinea committed Jul 29, 2023
2 parents f1b07d4 + 675b148 commit 2b819e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 85 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [2.0.0](https://github.com/eea/volto-statistic-block/compare/1.3.1...2.0.0) - 25 July 2023
### [3.0.0](https://github.com/eea/volto-statistic-block/compare/2.0.0...3.0.0) - 28 July 2023

#### :house: Internal changes

- chore: remove override of RichTextWidget [Miu Razvan - [`31d3b80`](https://github.com/eea/volto-statistic-block/commit/31d3b8084aa50e7d98fb1050cac706408b248a99)]

#### :hammer_and_wrench: Others

- Release 3.0.0 [Alin Voinea - [`453f0e1`](https://github.com/eea/volto-statistic-block/commit/453f0e186940ee30e3f9fc1af6c1c7640d3bf6e6)]
## [2.0.0](https://github.com/eea/volto-statistic-block/compare/1.3.1...2.0.0) - 25 July 2023

#### :rocket: New Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-statistic-block",
"version": "2.0.0",
"version": "3.0.0",
"description": "@eeacms/volto-statistic-block: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
79 changes: 0 additions & 79 deletions src/RichTextWidget.jsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import installStatisticBlock from './StatisticBlock';
import RichTextWidget from './RichTextWidget';

const applyConfig = (config) => {
config.widgets.widget.slate = RichTextWidget;
config.widgets.widget.slate_richtext = RichTextWidget;

return [installStatisticBlock].reduce((acc, apply) => apply(acc), config);
};

Expand Down

0 comments on commit 2b819e4

Please sign in to comment.