@eeacms/volto-clms-theme 1.1.251 → 1.1.252

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,11 +4,15 @@ 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.251](https://github.com/eea/volto-clms-theme/compare/1.1.250...1.1.251) - 16 September 2025
7
+ ### [1.1.252](https://github.com/eea/volto-clms-theme/compare/1.1.251...1.1.252) - 19 September 2025
8
8
 
9
- #### :bug: Bug Fixes
9
+ #### :hammer_and_wrench: Others
10
10
 
11
- - fix: file card not displaying fme task id when processed by FME [ana-oprea - [`1876f63`](https://github.com/eea/volto-clms-theme/commit/1876f635635705ccb0878a257023d2d9848647ff)]
11
+ - Refs #292256 - Remove volto-anchors dependency (it's already in volto-tabs-block). [GhitaB - [`cb5174e`](https://github.com/eea/volto-clms-theme/commit/cb5174e8161d75ef10abbe40562cb4d680b19816)]
12
+ - Refs #292256 - Try to fix test by adding volto-anchors in jest-addon.config. [GhitaB - [`0ace92e`](https://github.com/eea/volto-clms-theme/commit/0ace92ee45b423890d2f7203fd3d88818972ac64)]
13
+ - Refs #292256 - Try to fix test by adding volto-anchors. [GhitaB - [`3c0da0d`](https://github.com/eea/volto-clms-theme/commit/3c0da0d7f1b9b37f35de86d29fbe18ff5cc3a4da)]
14
+ - Refs #292256 - Upgrade volto-tabs-block to fix issue with Table of Contents inside tabs. [GhitaB - [`76a22ea`](https://github.com/eea/volto-clms-theme/commit/76a22ea3be3446b7141528ab76057560f21da244)]
15
+ ### [1.1.251](https://github.com/eea/volto-clms-theme/compare/1.1.250...1.1.251) - 16 September 2025
12
16
 
13
17
  ### [1.1.250](https://github.com/eea/volto-clms-theme/compare/1.1.249...1.1.250) - 10 September 2025
14
18
 
@@ -17,6 +17,8 @@ module.exports = {
17
17
  '<rootDir>/node_modules/@eeacms/volto-clms-utils/src/$1',
18
18
  '@eeacms/volto-tabs-block/(.*)$':
19
19
  '<rootDir>/node_modules/@eeacms/volto-tabs-block/src/$1',
20
+ '@eeacms/volto-anchors/(.*)$':
21
+ '<rootDir>/node_modules/@eeacms/volto-anchors/src/$1',
20
22
  '@kitconcept/volto-blocks-grid/(.*)$':
21
23
  '<rootDir>/node_modules/@kitconcept/volto-blocks-grid/src/$1',
22
24
  '@plone/volto-slate':
@@ -33,7 +35,7 @@ module.exports = {
33
35
  '^.+\\.(svg)$': './node_modules/@plone/volto/jest-svgsystem-transform.js',
34
36
  },
35
37
  transformIgnorePatterns: [
36
- 'node_modules/(?!(@eeacms/volto-clms-utils/|@eeacms/volto-tabs-block/|@plone/volto/|slick-carousel|react-input-range))',
38
+ 'node_modules/(?!(@eeacms/volto-clms-utils/|@eeacms/volto-tabs-block/|@eeacms/volto-anchors/|@plone/volto/|slick-carousel|react-input-range))',
37
39
  ],
38
40
  coverageThreshold: {
39
41
  global: {
@@ -43,6 +45,5 @@ module.exports = {
43
45
  statements: 5,
44
46
  },
45
47
  },
46
-
47
48
  setupFilesAfterEnv: ['<rootDir>/src/addons/volto-clms-theme/jest.setup.js'],
48
49
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.1.251",
3
+ "version": "1.1.252",
4
4
  "description": "volto-clms-theme: Volto theme for CLMS site",
5
5
  "main": "src/index.js",
6
6
  "author": "CodeSyntax for the European Environment Agency",
@@ -49,7 +49,7 @@
49
49
  "@eeacms/volto-react-table-widget": "0.1.3",
50
50
  "@eeacms/volto-resize-helper": "1.0.1",
51
51
  "@eeacms/volto-tableau": "1.3.0",
52
- "@eeacms/volto-tabs-block": "3.0.1",
52
+ "@eeacms/volto-tabs-block": "5.1.0",
53
53
  "@eeacms/volto-taxonomy": "5.1.0",
54
54
  "@elastic/search-ui": "1.21.2",
55
55
  "@fortawesome/fontawesome-svg-core": "1.2.35",