@eeacms/volto-marine-policy 1.1.13 → 1.1.14
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 +5 -0
- package/package.json +1 -1
- package/src/index.js +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ 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.14](https://github.com/eea/volto-marine-policy/compare/1.1.13...1.1.14) - 5 June 2024
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- disable country-profiles externalRoutes [laszlocseh - [`910b21b`](https://github.com/eea/volto-marine-policy/commit/910b21b6e397c58e378ded45ea91105cc6daa24a)]
|
|
7
12
|
### [1.1.13](https://github.com/eea/volto-marine-policy/compare/1.1.12...1.1.13) - 31 May 2024
|
|
8
13
|
|
|
9
14
|
#### :rocket: New Features
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -212,17 +212,17 @@ const applyConfig = (config) => {
|
|
|
212
212
|
return payload.location.pathname;
|
|
213
213
|
},
|
|
214
214
|
},
|
|
215
|
-
{
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
},
|
|
215
|
+
// {
|
|
216
|
+
// match: {
|
|
217
|
+
// path:
|
|
218
|
+
// '/(.*)marine(-new)?/countries-and-regional-seas/country-profiles(.*)',
|
|
219
|
+
// exact: false,
|
|
220
|
+
// strict: false,
|
|
221
|
+
// },
|
|
222
|
+
// url(payload) {
|
|
223
|
+
// return payload.location.pathname;
|
|
224
|
+
// },
|
|
225
|
+
// },
|
|
226
226
|
// {
|
|
227
227
|
// match: {
|
|
228
228
|
// path:
|