@eeacms/volto-eea-website-theme 3.19.1 → 4.0.0

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.
Files changed (112) hide show
  1. package/.eslintrc.js +7 -6
  2. package/CHANGELOG.md +19 -26
  3. package/DEVELOP.md +19 -17
  4. package/README.md +19 -7
  5. package/docker-compose.yml +1 -1
  6. package/jest-addon.config.js +8 -4
  7. package/package.json +1 -1
  8. package/src/actions/navigation.js +1 -1
  9. package/src/components/manage/Blocks/ContextNavigation/ContextNavigationEdit.jsx +4 -2
  10. package/src/components/manage/Blocks/ContextNavigation/ContextNavigationEdit.test.jsx +25 -19
  11. package/src/components/manage/Blocks/ContextNavigation/ContextNavigationView.jsx +2 -1
  12. package/src/components/manage/Blocks/ContextNavigation/ContextNavigationView.test.jsx +6 -4
  13. package/src/components/manage/Blocks/ContextNavigation/variations/Accordion.jsx +2 -2
  14. package/src/components/manage/Blocks/ContextNavigation/variations/ReportNavigation.jsx +4 -2
  15. package/src/components/manage/Blocks/ContextNavigation/variations/ReportNavigation.test.jsx +1 -1
  16. package/src/components/manage/Blocks/GroupBlockTemplate/FlexGroup/FlexGroup.jsx +12 -44
  17. package/src/components/manage/Blocks/GroupBlockTemplate/FlexGroup/RenderBlocks.jsx +5 -4
  18. package/src/components/manage/Blocks/GroupBlockTemplate/FlexGroup/editor-flex.less +45 -4
  19. package/src/components/manage/Blocks/LayoutSettings/LayoutSettingsEdit.jsx +2 -1
  20. package/src/components/manage/Blocks/LayoutSettings/LayoutSettingsEdit.test.jsx +12 -4
  21. package/src/components/manage/Blocks/LayoutSettings/LayoutSettingsView.jsx +1 -1
  22. package/src/components/manage/Blocks/Title/Edit.jsx +3 -3
  23. package/src/components/manage/Blocks/Title/View.jsx +2 -1
  24. package/src/components/manage/Blocks/Title/variations/WebReport.jsx +2 -2
  25. package/src/components/manage/Blocks/Title/variations/WebReport.test.jsx +6 -4
  26. package/src/components/manage/Blocks/Title/variations/WebReportPage.jsx +2 -2
  27. package/src/components/manage/Blocks/Title/variations/WebReportPage.test.jsx +6 -4
  28. package/src/components/theme/Banner/View.jsx +1 -1
  29. package/src/components/theme/BaseTag.jsx +2 -1
  30. package/src/components/theme/BaseTag.test.jsx +7 -2
  31. package/src/components/theme/DraftBackground/DraftBackground.jsx +2 -1
  32. package/src/components/theme/Homepage/HomePageInverseView.jsx +3 -3
  33. package/src/components/theme/Homepage/HomePageInverseView.test.jsx +1 -1
  34. package/src/components/theme/Homepage/HomePageView.jsx +3 -3
  35. package/src/components/theme/Homepage/HomePageView.test.jsx +1 -1
  36. package/src/components/theme/Logo.jsx +3 -3
  37. package/src/components/theme/NotFound/GoneView.jsx +3 -2
  38. package/src/components/theme/NotFound/GoneView.test.jsx +5 -4
  39. package/src/components/theme/NotFound/NotFound.jsx +1 -1
  40. package/src/components/theme/NotFound/NotFound.test.jsx +3 -2
  41. package/src/components/theme/PrintLoader/PrintLoader.test.jsx +1 -1
  42. package/src/components/theme/SubsiteClass.jsx +6 -4
  43. package/src/components/theme/SubsiteClass.test.jsx +3 -2
  44. package/src/components/theme/WebReport/WebReportSectionView.jsx +2 -2
  45. package/src/components/theme/WebReport/WebReportSectionView.test.jsx +10 -5
  46. package/src/components/theme/Widgets/ADUserGroupSelectWidget.jsx +2 -2
  47. package/src/components/theme/Widgets/ContributorsViewWidget.jsx +1 -1
  48. package/src/components/theme/Widgets/CreatableSelectWidget.jsx +7 -4
  49. package/src/components/theme/Widgets/CreatorsViewWidget.jsx +1 -1
  50. package/src/components/theme/Widgets/DateWidget.jsx +1 -1
  51. package/src/components/theme/Widgets/DateWidget.test.js +1 -1
  52. package/src/components/theme/Widgets/DatetimeWidget.jsx +1 -1
  53. package/src/components/theme/Widgets/DatetimeWidget.test.js +1 -1
  54. package/src/components/theme/Widgets/ImageViewWidget.jsx +1 -0
  55. package/src/components/theme/Widgets/NavigationBehaviorWidget.jsx +7 -3
  56. package/src/components/theme/Widgets/NavigationBehaviorWidget.test.jsx +51 -46
  57. package/src/components/theme/Widgets/UserSelectWidget.jsx +13 -10
  58. package/src/customizations/@plone/volto-slate/blocks/Table/TableBlockView.jsx +3 -3
  59. package/src/customizations/@plone/volto-slate/blocks/Text/TextBlockView.jsx +2 -2
  60. package/src/customizations/@plone/volto-slate/editor/SlateEditor.jsx +23 -10
  61. package/src/customizations/@plone/volto-slate/editor/render.jsx +7 -3
  62. package/src/customizations/@plone/volto-slate/utils/blocks.js +11 -8
  63. package/src/customizations/volto/components/manage/Blocks/Grid/View.jsx +2 -2
  64. package/src/customizations/volto/components/manage/Blocks/Image/Edit.jsx +30 -27
  65. package/src/customizations/volto/components/manage/Blocks/Image/Edit.test.jsx +244 -246
  66. package/src/customizations/volto/components/manage/Blocks/Image/View.jsx +23 -25
  67. package/src/customizations/volto/components/manage/Blocks/LeadImage/Edit.jsx +6 -4
  68. package/src/customizations/volto/components/manage/Blocks/LeadImage/LeadImageSidebar.jsx +4 -2
  69. package/src/customizations/volto/components/manage/Blocks/LeadImage/View.jsx +2 -2
  70. package/src/customizations/volto/components/manage/Controlpanels/Groups/RenderGroups.jsx +1 -1
  71. package/src/customizations/volto/components/manage/Controlpanels/Groups/RenderGroups.test.jsx +108 -42
  72. package/src/customizations/volto/components/manage/Diff/DiffField.jsx +4 -3
  73. package/src/customizations/volto/components/manage/Display/Display.jsx +8 -7
  74. package/src/customizations/volto/components/manage/Sidebar/ObjectBrowserBody.jsx +42 -21
  75. package/src/customizations/volto/components/manage/Sidebar/ObjectBrowserNav.jsx +2 -1
  76. package/src/customizations/volto/components/manage/Sidebar/SidebarPopup.jsx +46 -24
  77. package/src/customizations/volto/components/manage/Sidebar/objectBrowserSelection.js +58 -0
  78. package/src/customizations/volto/components/manage/Toolbar/More.jsx +8 -10
  79. package/src/customizations/volto/components/manage/Widgets/NumberWidget.jsx +1 -1
  80. package/src/customizations/volto/components/manage/Widgets/NumberWidget.test.jsx +6 -1
  81. package/src/customizations/volto/components/manage/Widgets/ObjectBrowserWidget.jsx +66 -12
  82. package/src/customizations/volto/components/manage/Workflow/Workflow.jsx +10 -9
  83. package/src/customizations/volto/components/theme/Breadcrumbs/Breadcrumbs.jsx +3 -2
  84. package/src/customizations/volto/components/theme/Comments/Comments.jsx +9 -8
  85. package/src/customizations/volto/components/theme/Comments/Comments.test.jsx +29 -7
  86. package/src/customizations/volto/components/theme/ContactForm/ContactForm.jsx +1 -1
  87. package/src/customizations/volto/components/theme/ContactForm/ContactForm.test.js +5 -0
  88. package/src/customizations/volto/components/theme/ContentMetadataTags/ContentMetadataTags.jsx +5 -7
  89. package/src/customizations/volto/components/theme/EventDetails/EventDetails.jsx +2 -2
  90. package/src/customizations/volto/components/theme/Footer/Footer.jsx +1 -1
  91. package/src/customizations/volto/components/theme/Header/Header.jsx +10 -8
  92. package/src/customizations/volto/components/theme/Header/Header.test.jsx +1 -1
  93. package/src/customizations/volto/components/theme/Header/LanguageSwitcher.jsx +3 -3
  94. package/src/customizations/volto/components/theme/Image/Image.jsx +4 -3
  95. package/src/customizations/volto/components/theme/Unauthorized/Unauthorized.jsx +1 -1
  96. package/src/customizations/volto/components/theme/View/DefaultView.jsx +4 -3
  97. package/src/customizations/volto/components/theme/View/EventView.jsx +3 -2
  98. package/src/customizations/volto/helpers/Html/Html.jsx +16 -6
  99. package/src/customizations/volto/helpers/Html/Readme.md +7 -1
  100. package/src/customizations/volto/reducers/breadcrumbs/breadcrumbs.js +3 -6
  101. package/src/customizations/volto/server.jsx +10 -10
  102. package/src/helpers/schema-utils.js +1 -1
  103. package/src/helpers/schema-utils.test.js +1 -1
  104. package/src/hocs/withErrorBoundary.jsx +1 -1
  105. package/src/hocs/withErrorBoundary.test.jsx +4 -11
  106. package/src/hocs/withRootNavigation.jsx +3 -2
  107. package/src/hocs/withRootNavigation.test.jsx +18 -14
  108. package/src/index.js +3 -3
  109. package/src/slate.js +1 -1
  110. package/src/customizations/volto/components/manage/Blocks/LeadImage/AlignChooser.jsx +0 -76
  111. package/src/customizations/volto/components/manage/Blocks/LeadImage/AlignChooser.test.js +0 -50
  112. package/src/customizations/volto/components/manage/Sidebar/SidebarPopup copy.jsx +0 -82
package/.eslintrc.js CHANGED
@@ -16,16 +16,16 @@ if (configFile) {
16
16
  voltoPath = `./${jsConfig.baseUrl}/${pathsConfig['@plone/volto'][0]}`;
17
17
  }
18
18
 
19
- const AddonConfigurationRegistry = require(`${voltoPath}/addon-registry.js`);
20
- const reg = new AddonConfigurationRegistry(projectRootPath);
19
+ const { AddonRegistry } = require('@plone/registry/addon-registry');
20
+ const { registry } = AddonRegistry.init(projectRootPath);
21
21
 
22
22
  // Extends ESlint configuration for adding the aliases to `src` directories in Volto addons
23
- const addonAliases = Object.keys(reg.packages).map((o) => [
23
+ const addonAliases = Object.keys(registry.packages).map((o) => [
24
24
  o,
25
- reg.packages[o].modulePath,
25
+ registry.packages[o].modulePath,
26
26
  ]);
27
27
 
28
- const addonExtenders = reg.getEslintExtenders().map((m) => require(m));
28
+ const addonExtenders = registry.getEslintExtenders().map((m) => require(m));
29
29
 
30
30
  const defaultConfig = {
31
31
  extends: `${voltoPath}/.eslintrc`,
@@ -34,7 +34,7 @@ const defaultConfig = {
34
34
  alias: {
35
35
  map: [
36
36
  ['@plone/volto', '@plone/volto/src'],
37
- ['@plone/volto-slate', '@plone/volto/packages/volto-slate/src'],
37
+ ['@plone/volto-slate', '@plone/volto-slate/src'],
38
38
  ...addonAliases,
39
39
  ['@package', `${__dirname}/src`],
40
40
  ['@root', `${__dirname}/src`],
@@ -48,6 +48,7 @@ const defaultConfig = {
48
48
  },
49
49
  },
50
50
  rules: {
51
+ 'react/jsx-filename-extension': [1, { extensions: ['.js', '.jsx'] }],
51
52
  'react/jsx-no-target-blank': [
52
53
  'error',
53
54
  {
package/CHANGELOG.md CHANGED
@@ -4,6 +4,25 @@ 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
+ ### [4.0.0](https://github.com/eea/volto-eea-website-theme/compare/3.19.1...4.0.0) - 7 April 2026
8
+
9
+ #### :rocket: New Features
10
+
11
+ - feat: Volto 18 support - refs #301881 [Alin Voinea - [`ef848a8`](https://github.com/eea/volto-eea-website-theme/commit/ef848a8810d4b92942c775aabb31ac239ea57798)]
12
+
13
+ #### :bug: Bug Fixes
14
+
15
+ - fix: Replace barrel imports for webpack 5 compatibility - refs #301881 [Teodor Voicu - [`6cdc446`](https://github.com/eea/volto-eea-website-theme/commit/6cdc446889a51c5747a209b77119e25fdf984226)]
16
+ - fix: enforce object browser selection limit and stabilize defaults - refs #301881 [Alin Voinea - [`c3d6b97`](https://github.com/eea/volto-eea-website-theme/commit/c3d6b97ab6b057c692ea2dbe6bc3e4d252c695f7)]
17
+ - fix: make test [Alin V. (Claudiu) - [`69bdf9a`](https://github.com/eea/volto-eea-website-theme/commit/69bdf9a1ef5e72f39ab0d2bde56581f3f642a252)]
18
+
19
+ #### :house: Internal changes
20
+
21
+ - chore: Volto 18 eslint update - refs #301881 [Alin Voinea - [`b3d5677`](https://github.com/eea/volto-eea-website-theme/commit/b3d5677106c2de6c4c2e4a48f144d457ac9ce14d)]
22
+
23
+ #### :hammer_and_wrench: Others
24
+
25
+ - tests: Fix Sonar Qube tags - refs #297339 [Alin Voinea - [`13a95bf`](https://github.com/eea/volto-eea-website-theme/commit/13a95bf33f8c94232b682c204ae33118911778d7)]
7
26
  ### [3.19.1](https://github.com/eea/volto-eea-website-theme/compare/3.19.0...3.19.1) - 24 February 2026
8
27
 
9
28
  #### :bug: Bug Fixes
@@ -12,8 +31,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
12
31
 
13
32
  #### :house: Internal changes
14
33
 
15
- - chore: [JENKINSFILE] add package version in sonarqube [valentinab25 - [`b15b302`](https://github.com/eea/volto-eea-website-theme/commit/b15b302ff88ec6afa6901ee7e1726cc4e04a8739)]
16
- - chore: [JENKINSFILE] use sonarqube branches [EEA Jenkins - [`36f2e1e`](https://github.com/eea/volto-eea-website-theme/commit/36f2e1e176471b3753d77ab8aaf0cba577b43b36)]
17
34
 
18
35
  ### [3.19.0](https://github.com/eea/volto-eea-website-theme/compare/3.18.1...3.19.0) - 11 February 2026
19
36
 
@@ -76,7 +93,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
76
93
  #### :hammer_and_wrench: Others
77
94
 
78
95
  - Release 3.12.0 [Alin Voinea - [`ea1e961`](https://github.com/eea/volto-eea-website-theme/commit/ea1e96144684b2a8238ae476fd8d47de82ff42b4)]
79
- - Add Sonarqube tag using bise-frontend addons list [EEA Jenkins - [`2cac56e`](https://github.com/eea/volto-eea-website-theme/commit/2cac56e22e580e042d368b69254172539ed33b65)]
80
96
  ### [3.11.0](https://github.com/eea/volto-eea-website-theme/compare/3.10.1...3.11.0) - 29 September 2025
81
97
 
82
98
  #### :bug: Bug Fixes
@@ -170,8 +186,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
170
186
 
171
187
  #### :hammer_and_wrench: Others
172
188
 
173
- - Add Sonarqube tag using fise-frontend addons list [EEA Jenkins - [`3d50874`](https://github.com/eea/volto-eea-website-theme/commit/3d50874281ebcb91a1ae3727248f656a6f26c603)]
174
- - Add Sonarqube tag using ied-frontend addons list [EEA Jenkins - [`a3f7676`](https://github.com/eea/volto-eea-website-theme/commit/a3f76767d99cb6dd93cc7fa0eafdea57e9000b2c)]
175
189
  ### [3.5.4](https://github.com/eea/volto-eea-website-theme/compare/3.5.3...3.5.4) - 30 January 2025
176
190
 
177
191
  #### :bug: Bug Fixes
@@ -272,7 +286,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
272
286
 
273
287
  #### :hammer_and_wrench: Others
274
288
 
275
- - Add Sonarqube tag using bise-frontend addons list [EEA Jenkins - [`e417f83`](https://github.com/eea/volto-eea-website-theme/commit/e417f839312045c56b67ab8134fe5b0622b3e2c3)]
276
289
  ## [3.0.0](https://github.com/eea/volto-eea-website-theme/compare/2.4.0...3.0.0) - 21 October 2024
277
290
 
278
291
  #### :nail_care: Enhancements
@@ -358,7 +371,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
358
371
  - Refs #269520 - other_organisation test [Tripon Eugen - [`7558b27`](https://github.com/eea/volto-eea-website-theme/commit/7558b27a9d1cd6d3480a32b296c7325c796006c9)]
359
372
  - Refs #269520 - other_organisation token widget edit mode [Tripon Eugen - [`b6df127`](https://github.com/eea/volto-eea-website-theme/commit/b6df127bd91b6f55dda8f468e1107037d43752ff)]
360
373
  - Refs #269520 - other_organisation token widget [Tripon Eugen - [`6fd7543`](https://github.com/eea/volto-eea-website-theme/commit/6fd7543894bd2c593a1729116befd95c82ea3c8f)]
361
- - Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - [`cbc36c7`](https://github.com/eea/volto-eea-website-theme/commit/cbc36c74dfcd5f7cb1013a4c673d9c02e0023766)]
362
374
  ### [2.1.1](https://github.com/eea/volto-eea-website-theme/compare/2.1.0...2.1.1) - 28 May 2024
363
375
 
364
376
  #### :bug: Bug Fixes
@@ -443,7 +455,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
443
455
 
444
456
  #### :hammer_and_wrench: Others
445
457
 
446
- - Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`adc6730`](https://github.com/eea/volto-eea-website-theme/commit/adc6730e21a37afb865b842182624401de6a29f5)]
447
458
  ### [1.33.1](https://github.com/eea/volto-eea-website-theme/compare/1.33.0...1.33.1) - 4 April 2024
448
459
 
449
460
  #### :bug: Bug Fixes
@@ -577,8 +588,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
577
588
 
578
589
  - bump version [Razvan - [`721e939`](https://github.com/eea/volto-eea-website-theme/commit/721e939d12e324b459ebfa78a2e656ee7142a3d6)]
579
590
  - merge master into this branch [Razvan - [`586c8f9`](https://github.com/eea/volto-eea-website-theme/commit/586c8f910bac55a043bd8dda60e9444bd2ae1663)]
580
- - Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - [`fd90044`](https://github.com/eea/volto-eea-website-theme/commit/fd9004442a9d1d465f7601ecdefe3e23c61e6a9c)]
581
- - Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - [`4bc3dd3`](https://github.com/eea/volto-eea-website-theme/commit/4bc3dd3ae412a66befd04b5b80fab3716c929240)]
582
591
  - test: Update jest,Jenkinsfile,lint to volto-addons-template PR30 [valentinab25 - [`c4dbd28`](https://github.com/eea/volto-eea-website-theme/commit/c4dbd289358205bc2d849aab7edb11ccf3b89cee)]
583
592
  - fix tests [Razvan - [`042330b`](https://github.com/eea/volto-eea-website-theme/commit/042330bc97d32ffe7ba769b4f2453f71cffed706)]
584
593
  - remove RemoveSchema logic [Razvan - [`08d10f8`](https://github.com/eea/volto-eea-website-theme/commit/08d10f8bf6f75478260e4e4c66d7316ba87b907a)]
@@ -673,11 +682,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
673
682
  - test: Add real image to cypress test [Alin Voinea - [`4ff591a`](https://github.com/eea/volto-eea-website-theme/commit/4ff591ae3318c9588b4e2114582c0fa6cfdf31ae)]
674
683
  - test: Add cypress tests for Image block styling position and align [Alin Voinea - [`7341ef7`](https://github.com/eea/volto-eea-website-theme/commit/7341ef7b92714fc0cc3ab0c31c39033e7b3e19e7)]
675
684
  - Revert "change(tests): commented out rss test since title block config is missing" [Alin Voinea - [`fb61191`](https://github.com/eea/volto-eea-website-theme/commit/fb611918d6ca380b89b594f283dcf9f685a4b294)]
676
- - test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - [`6a3be30`](https://github.com/eea/volto-eea-website-theme/commit/6a3be3092589411af7808a235f76de5222fd3868)]
677
- - test: [JENKINS] Run cypress in started frontend container [valentinab25 - [`c3978f2`](https://github.com/eea/volto-eea-website-theme/commit/c3978f23375ef066e9fd6f6c2e34ba6c1c058f69)]
678
- - test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - [`f672779`](https://github.com/eea/volto-eea-website-theme/commit/f672779e845bec9240ccc901e9f53ec80c5a1819)]
679
- - test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - [`ae5d8e3`](https://github.com/eea/volto-eea-website-theme/commit/ae5d8e3f4e04dc2808d47ce2ee886e1b23b528da)]
680
- - test: [JENKINS] Improve cypress time [valentinab25 - [`170ff0c`](https://github.com/eea/volto-eea-website-theme/commit/170ff0c8e3b30e69479bdf1117e811fea94f1027)]
681
685
  ### [1.23.0](https://github.com/eea/volto-eea-website-theme/compare/1.22.1...1.23.0) - 2 November 2023
682
686
 
683
687
  #### :rocket: New Features
@@ -690,7 +694,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
690
694
 
691
695
  #### :house: Internal changes
692
696
 
693
- - chore: [JENKINS] Refactor automated testing [valentinab25 - [`f28fce3`](https://github.com/eea/volto-eea-website-theme/commit/f28fce3d1eb815f95fb9aa40de42b10b7e8e30c5)]
694
697
  - chore: husky, lint-staged use fixed versions [valentinab25 - [`6d15088`](https://github.com/eea/volto-eea-website-theme/commit/6d150886c5aeb2ca0b569270486e60f7cc274e2c)]
695
698
  - chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - [`20c0323`](https://github.com/eea/volto-eea-website-theme/commit/20c032380b33c0077c869a05136f93e2fb68e5d4)]
696
699
 
@@ -876,7 +879,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
876
879
 
877
880
  #### :house: Internal changes
878
881
 
879
- - chore: [JENKINS] Deprecate circularity website [valentinab25 - [`370dcbf`](https://github.com/eea/volto-eea-website-theme/commit/370dcbfbf1a8135ce7b1b3b271b004552a631837)]
880
882
 
881
883
  #### :hammer_and_wrench: Others
882
884
 
@@ -1032,7 +1034,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1032
1034
 
1033
1035
  #### :hammer_and_wrench: Others
1034
1036
 
1035
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`6c5e2f8`](https://github.com/eea/volto-eea-website-theme/commit/6c5e2f80456e2061d9e9c15fd0a0b91b9ac70568)]
1036
1037
  ### [1.9.1](https://github.com/eea/volto-eea-website-theme/compare/1.9.0...1.9.1) - 28 February 2023
1037
1038
 
1038
1039
  #### :bug: Bug Fixes
@@ -1179,7 +1180,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1179
1180
 
1180
1181
  - For some reasons types is a string [Alin Voinea - [`3769a09`](https://github.com/eea/volto-eea-website-theme/commit/3769a0981181d5b633f3498daebbe96be8b4b833)]
1181
1182
  - Fix(redirect): o.filter - refs #157627 [Alin Voinea - [`deb23da`](https://github.com/eea/volto-eea-website-theme/commit/deb23da846444cc96539697fd798429ae0abe89e)]
1182
- - Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`f1fffc5`](https://github.com/eea/volto-eea-website-theme/commit/f1fffc5db96725440863d545580b4e76cce4b796)]
1183
1183
  ### [1.5.0](https://github.com/eea/volto-eea-website-theme/compare/1.4.2...1.5.0) - 9 January 2023
1184
1184
 
1185
1185
  #### :hammer_and_wrench: Others
@@ -1213,7 +1213,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1213
1213
 
1214
1214
  - Release 1.4.0 [Alin Voinea - [`bd42a0d`](https://github.com/eea/volto-eea-website-theme/commit/bd42a0d26e928cac5d99933194755da3db06b341)]
1215
1215
  - bump version to use as volto-eea-design-system [David Ichim - [`f4be047`](https://github.com/eea/volto-eea-website-theme/commit/f4be047328b46399b03b612d378b18aaf82e7dc1)]
1216
- - Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - [`9b7cfef`](https://github.com/eea/volto-eea-website-theme/commit/9b7cfefb4d34fc1c948015e491feb370f9795bd8)]
1217
1216
  - test(Jenkins): Run tests and cypress with latest canary @plone/volto [Alin Voinea - [`df252a9`](https://github.com/eea/volto-eea-website-theme/commit/df252a9bfed0bb86cadf53c59dd1603b1e2cd822)]
1218
1217
  ### [1.3.2](https://github.com/eea/volto-eea-website-theme/compare/1.3.1...1.3.2) - 16 December 2022
1219
1218
 
@@ -1223,7 +1222,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1223
1222
 
1224
1223
  #### :hammer_and_wrench: Others
1225
1224
 
1226
- - Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - [`a43c658`](https://github.com/eea/volto-eea-website-theme/commit/a43c658a7920c8df95e763b9a637f38ce77eba2c)]
1227
1225
  - Better razzle.config [Tiberiu Ichim - [`81dbf48`](https://github.com/eea/volto-eea-website-theme/commit/81dbf48815fb27facb4f82c9b764540fdf188b2e)]
1228
1226
  - Better razzle.config [Tiberiu Ichim - [`7bc9da2`](https://github.com/eea/volto-eea-website-theme/commit/7bc9da2cd837ab62a95cd29979cdd9b0055b7d67)]
1229
1227
  ### [1.3.1](https://github.com/eea/volto-eea-website-theme/compare/1.3.0...1.3.1) - 28 November 2022
@@ -1234,7 +1232,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1234
1232
 
1235
1233
  #### :hammer_and_wrench: Others
1236
1234
 
1237
- - yarn 3 [Alin Voinea - [`ea7a709`](https://github.com/eea/volto-eea-website-theme/commit/ea7a7094945312776e9b6f44e371178603e92139)]
1238
1235
  ### [1.3.0](https://github.com/eea/volto-eea-website-theme/compare/1.2.0...1.3.0) - 22 November 2022
1239
1236
 
1240
1237
  #### :rocket: New Features
@@ -1275,7 +1272,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1275
1272
  - Add subsite class to body [Tiberiu Ichim - [`74d700f`](https://github.com/eea/volto-eea-website-theme/commit/74d700fbfd6249a8604762a7e4e49cce857db0f3)]
1276
1273
  - Add subsite info to header [Tiberiu Ichim - [`47daf8b`](https://github.com/eea/volto-eea-website-theme/commit/47daf8bb6374a1222040626b19d4154df7ba1b83)]
1277
1274
  - fix eslint [Miu Razvan - [`eb8d0a7`](https://github.com/eea/volto-eea-website-theme/commit/eb8d0a790bc70c0aae256c6ff35f63c4885f338e)]
1278
- - Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - [`cc578a4`](https://github.com/eea/volto-eea-website-theme/commit/cc578a413b205a8e61e091fab3a88f94cedefc89)]
1279
1275
  ### [1.1.0](https://github.com/eea/volto-eea-website-theme/compare/1.0.0...1.1.0) - 28 October 2022
1280
1276
 
1281
1277
  #### :nail_care: Enhancements
@@ -1323,7 +1319,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1323
1319
 
1324
1320
  #### :hammer_and_wrench: Others
1325
1321
 
1326
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`33b56ac`](https://github.com/eea/volto-eea-website-theme/commit/33b56acb13fbaf0c5b79e8fc6e13c4b699c79c90)]
1327
1322
  ### [0.7.3](https://github.com/eea/volto-eea-website-theme/compare/0.7.2...0.7.3) - 22 September 2022
1328
1323
 
1329
1324
  #### :hammer_and_wrench: Others
@@ -1591,7 +1586,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1591
1586
  - Header refactor, add custom logo #5 [ichim-david - [`4950235`](https://github.com/eea/volto-eea-website-theme/commit/49502358105437cfeac3b144e6d301cb59aa2346)]
1592
1587
  - Update footer.config with new publication card component [ichim-david - [`2e38e9a`](https://github.com/eea/volto-eea-website-theme/commit/2e38e9a417f835009d60c80d4eb4b30229f55e45)]
1593
1588
  - feature(breadcrumbs): implement eea-design-system breadcrumb as Volto component #32 #7 [ichim-david - [`181af41`](https://github.com/eea/volto-eea-website-theme/commit/181af4125ce2b9ddac56dab4723cb11c26633221)]
1594
- - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`da8ceb6`](https://github.com/eea/volto-eea-website-theme/commit/da8ceb68ea68bfbc9504e48ccd4d68277f11ab9a)]
1595
1589
  - use breadcrumbs from eea-design-system [nileshgulia1 - [`db2f9e9`](https://github.com/eea/volto-eea-website-theme/commit/db2f9e9a4327420a3cce9a9903cd88549b129eab)]
1596
1590
  - Update theme.config [ichim-david - [`8eca4f4`](https://github.com/eea/volto-eea-website-theme/commit/8eca4f40397a4aeca6d39029c92db78968d37064)]
1597
1591
  - Added keyContent component to theme.config [ichim-david - [`d86f202`](https://github.com/eea/volto-eea-website-theme/commit/d86f202d0274d839487a88b51cae9a0e899beb23)]
@@ -1633,5 +1627,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1633
1627
 
1634
1628
  #### :hammer_and_wrench: Others
1635
1629
 
1636
- - yarn bootstrap [Alin Voinea - [`6995e9e`](https://github.com/eea/volto-eea-website-theme/commit/6995e9e091f21fdbbdffa8a44fc0e2c626f6d46a)]
1637
1630
  - Initial commit [Alin Voinea - [`6a9c03a`](https://github.com/eea/volto-eea-website-theme/commit/6a9c03a7cebe71ca87e82cf58c42904063e9d8d3)]
package/DEVELOP.md CHANGED
@@ -26,21 +26,20 @@
26
26
 
27
27
  ### Or add @eeacms/volto-eea-website-theme to your Volto project
28
28
 
29
- Before starting make sure your development environment is properly set. See [Volto Developer Documentation](https://docs.voltocms.com/getting-started/install/)
29
+ Before starting make sure your development environment is properly set. See the official Plone documentation for [creating a project with Cookieplone](https://6.docs.plone.org/install/create-project-cookieplone.html) and [installing an add-on in development mode in Volto 18 and 19](https://6.docs.plone.org/volto/development/add-ons/install-an-add-on-dev-18.html).
30
30
 
31
- 1. Make sure you have installed `yo`, `@plone/generator-volto` and `mrs-developer`
31
+ For new Volto 18+ projects, use Cookieplone. It includes `mrs-developer` by default.
32
32
 
33
- npm install -g yo @plone/generator-volto mrs-developer
33
+ 1. Create a new Volto project with Cookieplone
34
34
 
35
- 1. Create new volto app
36
-
37
- yo @plone/volto my-volto-project --addon @eeacms/volto-eea-website-theme --skip-install
38
- cd my-volto-project
35
+ uvx cookieplone project
36
+ cd project-title
39
37
 
40
38
  1. Add the following to `mrs.developer.json`:
41
39
 
42
40
  {
43
41
  "volto-eea-website-theme": {
42
+ "output": "packages",
44
43
  "url": "https://github.com/eea/volto-eea-website-theme.git",
45
44
  "package": "@eeacms/volto-eea-website-theme",
46
45
  "branch": "develop",
@@ -48,28 +47,31 @@ Before starting make sure your development environment is properly set. See [Vol
48
47
  }
49
48
  }
50
49
 
51
- 1. Install
50
+ 1. Add `@eeacms/volto-eea-website-theme` to the `addons` key in your project `package.json`
51
+
52
+ 1. Install or refresh the project setup
52
53
 
53
- make develop
54
- yarn
54
+ make install
55
55
 
56
- 1. Start backend
56
+ 1. Start backend in one terminal
57
57
 
58
- docker run --pull always -it --rm --name plone -p 8080:8080 -e SITE=Plone plone/plone-backend
58
+ make backend-start
59
59
 
60
- ...wait for backend to setup and start - `Ready to handle requests`:
60
+ ...wait for backend to setup and start, ending with `Ready to handle requests`
61
61
 
62
62
  ...you can also check http://localhost:8080/Plone
63
63
 
64
- 1. Start frontend
64
+ 1. Start frontend in a second terminal
65
65
 
66
- yarn start
66
+ make frontend-start
67
67
 
68
68
  1. Go to http://localhost:3000
69
69
 
70
70
  1. Happy hacking!
71
71
 
72
- cd src/addons/volto-eea-website-theme/
72
+ cd packages/volto-eea-website-theme
73
+
74
+ For legacy Volto 17 projects, keep using the yarn-based workflow from the Volto 17 documentation.
73
75
 
74
76
  ## Cypress
75
77
 
@@ -81,7 +83,7 @@ project where you added `volto-eea-website-theme` to `mrs.developer.json`
81
83
  Go to:
82
84
 
83
85
  ```BASH
84
- cd src/addons/volto-eea-website-theme/
86
+ cd packages/volto-eea-website-theme/
85
87
  ```
86
88
 
87
89
  Start:
package/README.md CHANGED
@@ -54,6 +54,11 @@ See [Storybook](https://eea.github.io/eea-storybook/).
54
54
 
55
55
  Go to http://localhost:3000
56
56
 
57
+ `make start` now defaults to Volto 18. To run the same setup against Volto 17, use:
58
+
59
+ VOLTO_VERSION=17 make
60
+ VOLTO_VERSION=17 make start
61
+
57
62
  ### Add volto-eea-website-theme to your Volto project
58
63
 
59
64
  1. Make sure you have a [Plone backend](https://plone.org/download) up-and-running at http://localhost:8080/Plone
@@ -76,21 +81,28 @@ Go to http://localhost:3000
76
81
  }
77
82
  ```
78
83
 
79
- - If not, create one:
84
+ - If not, create one with Cookieplone, as recommended by the official Plone documentation for Volto 18+:
80
85
 
81
86
  ```
82
- npm install -g yo @plone/generator-volto
83
- yo @plone/volto my-volto-project --canary --addon @eeacms/volto-eea-website-theme
84
- cd my-volto-project
87
+ uvx cookieplone project
88
+ cd project-title
85
89
  ```
86
90
 
87
- 1. Install new add-ons and restart Volto:
91
+ 1. Install or update dependencies, then start the project:
88
92
 
89
93
  ```
90
- yarn
91
- yarn start
94
+ make install
92
95
  ```
93
96
 
97
+ For a Cookieplone project, start the backend and frontend in separate terminals:
98
+
99
+ ```
100
+ make backend-start
101
+ make frontend-start
102
+ ```
103
+
104
+ For a legacy Volto 17 project, install the package with `yarn` and restart the frontend as usual.
105
+
94
106
  1. Go to http://localhost:3000
95
107
 
96
108
  1. Happy editing!
@@ -14,7 +14,7 @@ services:
14
14
  args:
15
15
  ADDON_NAME: "${ADDON_NAME}"
16
16
  ADDON_PATH: "${ADDON_PATH}"
17
- VOLTO_VERSION: ${VOLTO_VERSION:-17}
17
+ VOLTO_VERSION: ${VOLTO_VERSION:-18-yarn}
18
18
  ports:
19
19
  - "3000:3000"
20
20
  - "3001:3001"
@@ -19,6 +19,12 @@ const path = require('path');
19
19
  const fs = require('fs');
20
20
  const fg = require('fast-glob');
21
21
 
22
+ const voltoSlatePath = fs.existsSync(
23
+ path.join(__dirname, '../../../node_modules/@plone/volto-slate/src'),
24
+ )
25
+ ? '<rootDir>/node_modules/@plone/volto-slate/src'
26
+ : '<rootDir>/node_modules/@plone/volto/packages/volto-slate/src';
27
+
22
28
  // Get the addon name from the current file path
23
29
  const pathParts = __filename.split(path.sep);
24
30
  const addonsIdx = pathParts.lastIndexOf('addons');
@@ -428,10 +434,8 @@ module.exports = {
428
434
  // This ensures tests use the local development version instead of node_modules
429
435
  [`^@eeacms/${addonName}/(.*)$`]: `<rootDir>/src/addons/${addonName}/src/$1`,
430
436
  '@eeacms/(.*?)/(.*)$': '<rootDir>/node_modules/@eeacms/$1/src/$2',
431
- '@plone/volto-slate$':
432
- '<rootDir>/node_modules/@plone/volto/packages/volto-slate/src',
433
- '@plone/volto-slate/(.*)$':
434
- '<rootDir>/node_modules/@plone/volto/packages/volto-slate/src/$1',
437
+ '@plone/volto-slate$': voltoSlatePath,
438
+ '@plone/volto-slate/(.*)$': `${voltoSlatePath}/$1`,
435
439
  '~/(.*)$': '<rootDir>/src/$1',
436
440
  'load-volto-addons':
437
441
  '<rootDir>/node_modules/@plone/volto/jest-addons-loader.js',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-eea-website-theme",
3
- "version": "3.19.1",
3
+ "version": "4.0.0",
4
4
  "description": "@eeacms/volto-eea-website-theme: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -1,4 +1,4 @@
1
- import { flattenToAppURL } from '@plone/volto/helpers';
1
+ import { flattenToAppURL } from '@plone/volto/helpers/Url/Url';
2
2
  import { GET_NAVIGATION_SETTINGS } from '../constants/ActionTypes';
3
3
 
4
4
  export const getNavigationSettings = (url = '') => {
@@ -1,12 +1,14 @@
1
1
  import React from 'react';
2
2
  import { EditSchema } from './schema';
3
- import { SidebarPortal } from '@plone/volto/components';
3
+ import SidebarPortal from '@plone/volto/components/manage/Sidebar/SidebarPortal';
4
4
  import BlockDataForm from '@plone/volto/components/manage/Form/BlockDataForm';
5
5
 
6
6
  import ContextNavigationView from './ContextNavigationView';
7
7
 
8
8
  import { useSelector, shallowEqual } from 'react-redux';
9
9
 
10
+ const EMPTY_TYPES = Object.freeze([]);
11
+
10
12
  function arePropsEqual(oldProps, newProps) {
11
13
  return (
12
14
  newProps.selected === oldProps.selected &&
@@ -17,7 +19,7 @@ function arePropsEqual(oldProps, newProps) {
17
19
 
18
20
  const ContextNavigationFillEdit = (props) => {
19
21
  const contentTypes = useSelector(
20
- (state) => state.types?.types || [],
22
+ (state) => state.types?.types ?? EMPTY_TYPES,
21
23
  shallowEqual,
22
24
  );
23
25
 
@@ -5,22 +5,16 @@ import { Router } from 'react-router-dom';
5
5
  import { Provider } from 'react-intl-redux';
6
6
  import configureStore from 'redux-mock-store';
7
7
  import { createMemoryHistory } from 'history';
8
- import '@testing-library/jest-dom/extend-expect';
8
+ import '@testing-library/jest-dom';
9
9
 
10
- jest.mock('@plone/volto/components', () => ({
11
- InlineForm: ({ onChangeField }) => (
10
+ jest.mock('@plone/volto/components/manage/Form/BlockDataForm', () => ({
11
+ __esModule: true,
12
+ default: ({ onChangeField }) => (
12
13
  <div>
13
- <p>InlineForm</p>
14
+ <p>BlockDataForm</p>
14
15
  <input id="test" onChange={onChangeField} />
15
16
  </div>
16
17
  ),
17
- SidebarPortal: ({ children, selected }) =>
18
- selected ? (
19
- <div>
20
- <div>SidebarPortal</div>
21
- {children}
22
- </div>
23
- ) : null,
24
18
  }));
25
19
 
26
20
  jest.mock('@plone/volto/components/theme/Navigation/ContextNavigation', () => {
@@ -32,11 +26,19 @@ jest.mock('@plone/volto/components/theme/Navigation/ContextNavigation', () => {
32
26
  };
33
27
  });
34
28
 
35
- jest.mock('@plone/volto/helpers', () => ({
29
+ jest.mock('@plone/volto/components/manage/Sidebar/SidebarPortal', () => ({
30
+ __esModule: true,
31
+ default: ({ children, selected }) =>
32
+ selected ? (
33
+ <div>
34
+ <div>SidebarPortal</div>
35
+ {children}
36
+ </div>
37
+ ) : null,
38
+ }));
39
+
40
+ jest.mock('@plone/volto/helpers/Extensions', () => ({
36
41
  withBlockExtensions: jest.fn((Component) => Component),
37
- emptyBlocksForm: jest.fn(),
38
- getBlocksLayoutFieldname: () => 'blocks_layout',
39
- withVariationSchemaEnhancer: jest.fn((Component) => Component),
40
42
  }));
41
43
 
42
44
  const mockStore = configureStore();
@@ -53,14 +55,14 @@ describe('ContextNavigationEdit', () => {
53
55
  const { getByText, queryByText } = render(
54
56
  <Provider store={store}>
55
57
  <Router history={history}>
56
- <ContextNavigationEdit selected={false} />
58
+ <ContextNavigationEdit selected={false} data={{}} />
57
59
  </Router>
58
60
  </Provider>,
59
61
  );
60
62
 
61
63
  expect(getByText('Context navigation')).toBeInTheDocument();
62
64
  expect(getByText('ConnectedContextNavigation')).toBeInTheDocument();
63
- expect(queryByText('InlineForm')).toBeNull();
65
+ expect(queryByText('BlockDataForm')).toBeNull();
64
66
  expect(queryByText('SidebarPortal')).toBeNull();
65
67
  });
66
68
 
@@ -69,14 +71,18 @@ describe('ContextNavigationEdit', () => {
69
71
  const { container, getByText } = render(
70
72
  <Provider store={store}>
71
73
  <Router history={history}>
72
- <ContextNavigationEdit selected={true} onChangeBlock={() => {}} />
74
+ <ContextNavigationEdit
75
+ selected={true}
76
+ onChangeBlock={() => {}}
77
+ data={{}}
78
+ />
73
79
  </Router>
74
80
  </Provider>,
75
81
  );
76
82
 
77
83
  expect(getByText('Context navigation')).toBeInTheDocument();
78
84
  expect(getByText('ConnectedContextNavigation')).toBeInTheDocument();
79
- expect(getByText('InlineForm')).toBeInTheDocument();
85
+ expect(getByText('BlockDataForm')).toBeInTheDocument();
80
86
  expect(getByText('SidebarPortal')).toBeInTheDocument();
81
87
 
82
88
  fireEvent.change(container.querySelector('#test'), {
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
- import { flattenToAppURL, withBlockExtensions } from '@plone/volto/helpers';
2
+ import { flattenToAppURL } from '@plone/volto/helpers/Url/Url';
3
+ import { withBlockExtensions } from '@plone/volto/helpers/Extensions';
3
4
  import DefaultTemplate from './variations/Default';
4
5
 
5
6
  function arePropsEqual(prevProps, nextProps) {
@@ -5,7 +5,7 @@ import { Router } from 'react-router-dom';
5
5
  import { Provider } from 'react-intl-redux';
6
6
  import configureStore from 'redux-mock-store';
7
7
  import { createMemoryHistory } from 'history';
8
- import '@testing-library/jest-dom/extend-expect';
8
+ import '@testing-library/jest-dom';
9
9
 
10
10
  jest.mock('@plone/volto/components/theme/Navigation/ContextNavigation', () => {
11
11
  return {
@@ -16,10 +16,12 @@ jest.mock('@plone/volto/components/theme/Navigation/ContextNavigation', () => {
16
16
  };
17
17
  });
18
18
 
19
- jest.mock('@plone/volto/helpers', () => ({
19
+ jest.mock('@plone/volto/helpers/Extensions', () => ({
20
20
  withBlockExtensions: jest.fn((Component) => Component),
21
- emptyBlocksForm: jest.fn(),
22
- getBlocksLayoutFieldname: () => 'blocks_layout',
21
+ }));
22
+
23
+ jest.mock('@plone/volto/helpers/Url/Url', () => ({
24
+ __esModule: true,
23
25
  flattenToAppURL: () => '',
24
26
  }));
25
27
 
@@ -8,10 +8,10 @@ import { Accordion, Icon } from 'semantic-ui-react';
8
8
 
9
9
  import Slugger from 'github-slugger';
10
10
 
11
- import { UniversalLink } from '@plone/volto/components';
11
+ import UniversalLink from '@plone/volto/components/manage/UniversalLink/UniversalLink';
12
12
  import { withContentNavigation } from '@plone/volto/components/theme/Navigation/withContentNavigation';
13
13
  import withEEASideMenu from '@eeacms/volto-block-toc/hocs/withEEASideMenu';
14
- import { flattenToAppURL } from '@plone/volto/helpers';
14
+ import { flattenToAppURL } from '@plone/volto/helpers/Url/Url';
15
15
 
16
16
  const messages = defineMessages({
17
17
  navigation: {
@@ -4,8 +4,10 @@ import cx from 'classnames';
4
4
  import { compose } from 'redux';
5
5
  import { withRouter } from 'react-router';
6
6
 
7
- import { flattenToAppURL } from '@plone/volto/helpers';
8
- import { UniversalLink, MaybeWrap, Icon } from '@plone/volto/components';
7
+ import { flattenToAppURL } from '@plone/volto/helpers/Url/Url';
8
+ import UniversalLink from '@plone/volto/components/manage/UniversalLink/UniversalLink';
9
+ import MaybeWrap from '@plone/volto/components/manage/MaybeWrap/MaybeWrap';
10
+ import Icon from '@plone/volto/components/theme/Icon/Icon';
9
11
  import { withContentNavigation } from '@plone/volto/components/theme/Navigation/withContentNavigation';
10
12
 
11
13
  import downloadSVG from '@plone/volto/icons/download.svg';
@@ -4,7 +4,7 @@ import { Router } from 'react-router-dom';
4
4
  import { createMemoryHistory } from 'history';
5
5
  import ReportNavigation from './ReportNavigation';
6
6
  import configureStore from 'redux-mock-store';
7
- import '@testing-library/jest-dom/extend-expect';
7
+ import '@testing-library/jest-dom';
8
8
 
9
9
  const mockStore = configureStore();
10
10
  const store = mockStore({