@eeacms/volto-marine-policy 1.1.10 → 1.1.12

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 CHANGED
@@ -4,7 +4,19 @@ 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
- ### [1.1.10](https://github.com/eea/volto-marine-policy/compare/1.1.9...1.1.10) - 29 May 2024
7
+ ### [1.1.12](https://github.com/eea/volto-marine-policy/compare/1.1.11...1.1.12) - 30 May 2024
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: updated wm_dpsir_type field name [laszlocseh - [`80afa40`](https://github.com/eea/volto-marine-policy/commit/80afa401683223ab60c44a0ddd4f458c9b089ef8)]
12
+
13
+ ### [1.1.11](https://github.com/eea/volto-marine-policy/compare/1.1.10...1.1.11) - 30 May 2024
14
+
15
+ #### :rocket: New Features
16
+
17
+ - feat: added indicator_theme facet for Indicators table [laszlocseh - [`1f29862`](https://github.com/eea/volto-marine-policy/commit/1f298620a41d58c19d9d312f24b7714c1efed713)]
18
+
19
+ ### [1.1.10](https://github.com/eea/volto-marine-policy/compare/1.1.9...1.1.10) - 30 May 2024
8
20
 
9
21
  #### :rocket: New Features
10
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-marine-policy",
3
- "version": "1.1.10",
3
+ "version": "1.1.12",
4
4
  "description": "@eeacms/volto-marine-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -53,6 +53,14 @@ const facets = [
53
53
  iconsFamily: 'WISE topics',
54
54
  alwaysVisible: false,
55
55
  }),
56
+ multiTermFacet({
57
+ field: 'indicator_theme.keyword',
58
+ isFilterable: false,
59
+ isMulti: true,
60
+ label: 'Theme',
61
+ iconsFamily: 'WISE topics',
62
+ alwaysVisible: false,
63
+ }),
56
64
  multiTermFacet({
57
65
  field: 'legislative_reference.keyword',
58
66
  isFilterable: false,
@@ -38,7 +38,7 @@ export default {
38
38
  },
39
39
  {
40
40
  title: 'Type',
41
- field: 'dpsir_type',
41
+ field: 'wm_dpsir_type',
42
42
  },
43
43
  {
44
44
  title: 'Theme',