@eeacms/volto-eea-website-theme 2.1.3 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/slate.js +0 -6
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
4
4
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
6
6
|
|
7
|
+
### [2.1.4](https://github.com/eea/volto-eea-website-theme/compare/2.1.3...2.1.4) - 30 July 2024
|
8
|
+
|
9
|
+
#### :bug: Bug Fixes
|
10
|
+
|
11
|
+
- fix(slate): don't customize slate li element, ref #269872 [Miu Razvan - [`945afa5`](https://github.com/eea/volto-eea-website-theme/commit/945afa5c1076de4779d46f602300a61adf41937d)]
|
12
|
+
|
7
13
|
### [2.1.3](https://github.com/eea/volto-eea-website-theme/compare/2.1.2...2.1.3) - 22 July 2024
|
8
14
|
|
9
15
|
### [2.1.2](https://github.com/eea/volto-eea-website-theme/compare/2.1.1...2.1.2) - 14 June 2024
|
package/package.json
CHANGED
package/src/slate.js
CHANGED
@@ -286,12 +286,6 @@ export default function installSlate(config) {
|
|
286
286
|
</List>
|
287
287
|
);
|
288
288
|
|
289
|
-
config.settings.slate.elements.li = ({ attributes, children }) => (
|
290
|
-
<List.Item as="li" {...attributes}>
|
291
|
-
{children}
|
292
|
-
</List.Item>
|
293
|
-
);
|
294
|
-
|
295
289
|
config.settings.slate.allowedHeadlineElements.push('zotero');
|
296
290
|
|
297
291
|
// Slate StyleMenu configuration
|