From 1d42e56d3e2d856032ed56771169ab7b547fff16 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Thu, 7 Oct 2021 09:59:34 +0000 Subject: [PATCH 01/35] Release @eeacms/volto-embed@2.0.5 --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e66319a..1ed4ae1 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "dependencies": { "@eeacms/volto-datablocks": "2.0.13", "@eeacms/volto-eea-kitkat": "4.0.1", - "@eeacms/volto-embed": "2.0.4", + "@eeacms/volto-embed": "2.0.5", "@eeacms/volto-grid-block": "github:eea/volto-grid-block#centurion", "@eeacms/volto-openlayers-map": "0.1.2", "@eeacms/volto-tableau": "1.2.3", diff --git a/yarn.lock b/yarn.lock index 3a4422e..4742c44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1196,7 +1196,7 @@ resolved "https://registry.yarnpkg.com/@eeacms/volto-corsproxy/-/volto-corsproxy-2.1.2.tgz#eb1b50a7382e4da9601128ee972d3249a29ce939" integrity sha512-5j2ETMD8XRUk8hs4qqpd6F9SSlmTw0eqwNKPlouF78cdql/vJ5Pc4cgdZDh1Qldum1CcFnqdLxGABzQkfE3SDQ== -"@eeacms/volto-datablocks@2.0.13": +"@eeacms/volto-datablocks@*", "@eeacms/volto-datablocks@2.0.13": version "2.0.13" resolved "https://registry.yarnpkg.com/@eeacms/volto-datablocks/-/volto-datablocks-2.0.13.tgz#fcc5b0bc82d218361a63ea15ca94ff60f5c69b76" integrity sha512-FdsKMEZq+dPYNM2HLRyrOdt7KjyhxCufWoT/UnwPhiZQgvfLdaZAdLatmBD9eDRIgscqsotiVAK51xYPF+5RGQ== @@ -1247,12 +1247,13 @@ "@eeacms/volto-widgets-view" "3.0.0" volto-slate "4.0.3" -"@eeacms/volto-embed@2.0.4", "@eeacms/volto-embed@^2.0.4": - version "2.0.4" - resolved "https://registry.yarnpkg.com/@eeacms/volto-embed/-/volto-embed-2.0.4.tgz#8c8d926945c629f225d32d644d28c7e25fc088c2" - integrity sha512-TTjol+c5MADHGO1sHK4PbTkSOeQPFEqaiPmjpkA64eTJWDv08vCLAGNgDfX8YviXxjWSMwm5hDXZCXUmSau2yQ== +"@eeacms/volto-embed@2.0.5", "@eeacms/volto-embed@^2.0.4": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@eeacms/volto-embed/-/volto-embed-2.0.5.tgz#3f3d65cee5e19360ae8e8977f75b2cbfe5944891" + integrity sha512-/aO1aDrsJEE5YgIyjqk9W714eoP9prw/IsfBedIyISvPtmulVyG5vx/Lg12QSn+Q9kfJ41EWBaOtiINcOeRUaQ== dependencies: "@eeacms/volto-corsproxy" "2.1.2" + "@eeacms/volto-datablocks" "*" react-visibility-sensor "5.1.1" volto-slate "2.9.1" From f320b175fea3361e26778a871b919b99caf53e00 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Mon, 11 Oct 2021 17:12:03 +0300 Subject: [PATCH 02/35] [Task #128719] Matomo tracking of actions --- jsconfig.json | 9 +- mrs.developer.json | 9 +- package.json | 4 +- .../manage/Blocks/FiltersBlock/View.jsx | 69 +- src/config.js | 4 +- src/utils.js | 12 + yarn.lock | 706 +++++++++++------- 7 files changed, 531 insertions(+), 282 deletions(-) diff --git a/jsconfig.json b/jsconfig.json index 61c2527..673997e 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,13 +1,6 @@ { "compilerOptions": { - "paths": { - "volto-datablocks": [ - "addons/volto-datablocks/src" - ], - "@eeacms/volto-datablocks": [ - "addons/volto-datablocks/src" - ] - }, + "paths": {}, "baseUrl": "src" } } \ No newline at end of file diff --git a/mrs.developer.json b/mrs.developer.json index 29c0d92..e235165 100644 --- a/mrs.developer.json +++ b/mrs.developer.json @@ -4,6 +4,13 @@ "branch": "develop", "path": "src", "package": "@eeacms/volto-datablocks", - "develop": true + "develop": false + }, + "volto-matomo": { + "url": "https://github.com/eea/volto-matomo.git", + "branch": "develop", + "path": "src", + "package": "@eeacms/volto-matomo", + "develop": false } } diff --git a/package.json b/package.json index 1ed4ae1..97304f5 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,8 @@ "@eeacms/volto-embed", "volto-addons", "@eeacms/volto-openlayers-map", - "@eeacms/volto-tableau" + "@eeacms/volto-tableau", + "@eeacms/volto-matomo" ], "dependencies": { "@eeacms/volto-datablocks": "2.0.13", @@ -52,6 +53,7 @@ "@eeacms/volto-grid-block": "github:eea/volto-grid-block#centurion", "@eeacms/volto-openlayers-map": "0.1.2", "@eeacms/volto-tableau": "1.2.3", + "@eeacms/volto-matomo": "github:eea/volto-matomo#develop", "@material/react-linear-progress": "^0.15.0", "@plone/volto": "13.15.1", "axios": "^0.21.1", diff --git a/src/components/manage/Blocks/FiltersBlock/View.jsx b/src/components/manage/Blocks/FiltersBlock/View.jsx index 3e20f8f..a1cadce 100644 --- a/src/components/manage/Blocks/FiltersBlock/View.jsx +++ b/src/components/manage/Blocks/FiltersBlock/View.jsx @@ -21,7 +21,7 @@ import { deleteQueryParam, } from '@eeacms/volto-datablocks/actions'; import config from '@plone/volto/registry'; -import { getEncodedQueryString } from '~/utils'; +import { getEncodedQueryString, createEvent } from '~/utils'; import menuSVG from '@plone/volto/icons/menu-alt.svg'; import circlePlus from '@plone/volto/icons/circle-plus.svg'; @@ -130,6 +130,72 @@ const View = ({ content, ...props }) => { /* eslint-disable-next-line */ }, [JSON.stringify(state.filtersMeta)]); + useEffect(() => { + if ( + props.discodata_query.search.filtersCounter > 1 && + props.discodata_query.search.advancedFiltering + ) { + const trackedFilters = [ + 'batConclusionCode', + 'EEAActivity', + 'facilityTypes', + 'nuts_latest', + 'nuts_regions', + 'permitType', + 'permitYear', + 'plantTypes', + 'pollutant', + 'pollutantGroup', + 'province', + 'region', + 'reportingYear', + 'riverBasin', + 'siteCountry', + ]; + createEvent('matomoTrackEvent', { + category: 'Filters', + action: 'Filters changed', + name: 'Map/Table filters', + value: JSON.stringify({ + ...Object.keys(props.discodata_query.search) + .filter( + (key) => + trackedFilters.includes(key) && + props.discodata_query.search[key]?.filter((value) => value) + ?.length, + ) + .reduce((obj, key) => { + obj[key] = props.discodata_query.search[key]?.filter( + (value) => value, + ); + return obj; + }, {}), + }), + }); + } else if ( + props.discodata_query.search.filtersCounter && + !props.discodata_query.search.advancedFiltering + ) { + const { siteTerm, locationTerm } = props.discodata_query.search; + if (siteTerm) { + createEvent('matomoTrackEvent', { + category: 'Search', + action: 'Search by site term', + name: 'Map/Table search', + value: siteTerm, + }); + } else if (locationTerm?.text) { + createEvent('matomoTrackEvent', { + category: 'Search', + action: 'Search by location', + name: 'Map/Table search', + value: locationTerm.text, + }); + } + } + /* eslint-disable-next-line */ + }, [props.discodata_query.search.filtersCounter]); + useEffect(() => { if ( mounted.current && @@ -810,6 +876,7 @@ const View = ({ content, ...props }) => { queryParam: { ...props.discodata_query.search, ...newFilters, + facilityTypes: [], nuts_regions: [], nuts_latest: [], siteTerm: null, diff --git a/src/config.js b/src/config.js index ced7612..a62b878 100644 --- a/src/config.js +++ b/src/config.js @@ -357,7 +357,9 @@ export default function applyConfig(config) { providerUrl: 'https://discodata.eea.europa.eu/sql', excludeFromNavigation: ['/industrial-site'], metaDescription: 'European Environment Agency', - matomoSiteId: 48, + // matomoSiteId: 48, + matomoSiteId: 7, + matomoUrlBase: 'https://matomo.devel4cph.eea.europa.eu/', tableauVersion: '2.3.0', }; diff --git a/src/utils.js b/src/utils.js index 1cf357e..1a9e88b 100644 --- a/src/utils.js +++ b/src/utils.js @@ -27,3 +27,15 @@ export const getEncodedString = (str) => { } return ''; }; + +export const createEvent = (type, detail) => { + let newEvent; + if (window.document.documentMode) { + // IE support event + newEvent = document.createEvent('CustomEvent'); + newEvent.initCustomEvent(type, false, false, { detail }); + } else { + newEvent = new CustomEvent(type, { detail }); + } + document.dispatchEvent(newEvent); +}; diff --git a/yarn.lock b/yarn.lock index 4742c44..99380af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25,10 +25,10 @@ dependencies: "@babel/highlight" "^7.8.3" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb" - integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw== +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3": + version "7.15.8" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503" + integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg== dependencies: "@babel/highlight" "^7.14.5" @@ -60,19 +60,19 @@ source-map "^0.5.0" "@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.7.2": - version "7.15.5" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9" - integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg== + version "7.15.8" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10" + integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og== dependencies: - "@babel/code-frame" "^7.14.5" - "@babel/generator" "^7.15.4" + "@babel/code-frame" "^7.15.8" + "@babel/generator" "^7.15.8" "@babel/helper-compilation-targets" "^7.15.4" - "@babel/helper-module-transforms" "^7.15.4" + "@babel/helper-module-transforms" "^7.15.8" "@babel/helpers" "^7.15.4" - "@babel/parser" "^7.15.5" + "@babel/parser" "^7.15.8" "@babel/template" "^7.15.4" "@babel/traverse" "^7.15.4" - "@babel/types" "^7.15.4" + "@babel/types" "^7.15.6" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.2" @@ -80,12 +80,12 @@ semver "^6.3.0" source-map "^0.5.0" -"@babel/generator@^7.11.0", "@babel/generator@^7.15.4", "@babel/generator@^7.4.0": - version "7.15.4" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0" - integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw== +"@babel/generator@^7.11.0", "@babel/generator@^7.15.4", "@babel/generator@^7.15.8", "@babel/generator@^7.4.0": + version "7.15.8" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1" + integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g== dependencies: - "@babel/types" "^7.15.4" + "@babel/types" "^7.15.6" jsesc "^2.5.1" source-map "^0.5.0" @@ -192,10 +192,10 @@ dependencies: "@babel/types" "^7.15.4" -"@babel/helper-module-transforms@^7.11.0", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4": - version "7.15.7" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz#7da80c8cbc1f02655d83f8b79d25866afe50d226" - integrity sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw== +"@babel/helper-module-transforms@^7.11.0", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.15.8": + version "7.15.8" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2" + integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg== dependencies: "@babel/helper-module-imports" "^7.15.4" "@babel/helper-replace-supers" "^7.15.4" @@ -296,10 +296,10 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.11.1", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": - version "7.15.7" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae" - integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g== +"@babel/parser@^7.1.0", "@babel/parser@^7.11.1", "@babel/parser@^7.15.4", "@babel/parser@^7.15.8", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0": + version "7.15.8" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016" + integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA== "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4": version "7.15.4" @@ -310,10 +310,10 @@ "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" "@babel/plugin-proposal-optional-chaining" "^7.14.5" -"@babel/plugin-proposal-async-generator-functions@^7.15.4": - version "7.15.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e" - integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw== +"@babel/plugin-proposal-async-generator-functions@^7.15.8": + version "7.15.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz#a3100f785fab4357987c4223ab1b02b599048403" + integrity sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA== dependencies: "@babel/helper-plugin-utils" "^7.14.5" "@babel/helper-remap-async-to-generator" "^7.15.4" @@ -834,14 +834,14 @@ "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-transform-runtime@^7.9.0": - version "7.15.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3" - integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw== + version "7.15.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.8.tgz#9d15b1e94e1c7f6344f65a8d573597d93c6cd886" + integrity sha512-+6zsde91jMzzvkzuEA3k63zCw+tm/GvuuabkpisgbDMTPQsIMHllE3XczJFFtEHLjjhKQFZmGQVRdELetlWpVw== dependencies: - "@babel/helper-module-imports" "^7.14.5" + "@babel/helper-module-imports" "^7.15.4" "@babel/helper-plugin-utils" "^7.14.5" babel-plugin-polyfill-corejs2 "^0.2.2" - babel-plugin-polyfill-corejs3 "^0.2.2" + babel-plugin-polyfill-corejs3 "^0.2.5" babel-plugin-polyfill-regenerator "^0.2.2" semver "^6.3.0" @@ -852,13 +852,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-transform-spread@^7.14.6": - version "7.14.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144" - integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag== +"@babel/plugin-transform-spread@^7.15.8": + version "7.15.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz#79d5aa27f68d700449b2da07691dfa32d2f6d468" + integrity sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ== dependencies: "@babel/helper-plugin-utils" "^7.14.5" - "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" + "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" "@babel/plugin-transform-sticky-regex@^7.14.5": version "7.14.5" @@ -882,9 +882,9 @@ "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-transform-typescript@^7.15.0": - version "7.15.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.4.tgz#db7a062dcf8be5fc096bc0eeb40a13fbfa1fa251" - integrity sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA== + version "7.15.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.8.tgz#ff0e6a47de9b2d58652123ab5a879b2ff20665d8" + integrity sha512-ZXIkJpbaf6/EsmjeTbiJN/yMxWPFWvlr7sEG1P95Xb4S4IBcrf2n7s/fItIhsAmOf8oSh3VJPDppO6ExfAfKRQ== dependencies: "@babel/helper-create-class-features-plugin" "^7.15.4" "@babel/helper-plugin-utils" "^7.14.5" @@ -906,16 +906,16 @@ "@babel/helper-plugin-utils" "^7.14.5" "@babel/preset-env@^7.9.5": - version "7.15.6" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" - integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== + version "7.15.8" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba" + integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA== dependencies: "@babel/compat-data" "^7.15.0" "@babel/helper-compilation-targets" "^7.15.4" "@babel/helper-plugin-utils" "^7.14.5" "@babel/helper-validator-option" "^7.14.5" "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4" - "@babel/plugin-proposal-async-generator-functions" "^7.15.4" + "@babel/plugin-proposal-async-generator-functions" "^7.15.8" "@babel/plugin-proposal-class-properties" "^7.14.5" "@babel/plugin-proposal-class-static-block" "^7.15.4" "@babel/plugin-proposal-dynamic-import" "^7.14.5" @@ -970,7 +970,7 @@ "@babel/plugin-transform-regenerator" "^7.14.5" "@babel/plugin-transform-reserved-words" "^7.14.5" "@babel/plugin-transform-shorthand-properties" "^7.14.5" - "@babel/plugin-transform-spread" "^7.14.6" + "@babel/plugin-transform-spread" "^7.15.8" "@babel/plugin-transform-sticky-regex" "^7.14.5" "@babel/plugin-transform-template-literals" "^7.14.5" "@babel/plugin-transform-typeof-symbol" "^7.14.5" @@ -979,7 +979,7 @@ "@babel/preset-modules" "^0.1.4" "@babel/types" "^7.15.6" babel-plugin-polyfill-corejs2 "^0.2.2" - babel-plugin-polyfill-corejs3 "^0.2.2" + babel-plugin-polyfill-corejs3 "^0.2.5" babel-plugin-polyfill-regenerator "^0.2.2" core-js-compat "^3.16.0" semver "^6.3.0" @@ -1281,6 +1281,12 @@ dependencies: "@datapunt/matomo-tracker-react" "0.3.1" +"@eeacms/volto-matomo@github:eea/volto-matomo#develop": + version "2.0.2" + resolved "https://codeload.github.com/eea/volto-matomo/tar.gz/7ac6b86869b3db4f3d8affc6e6a547431974f879" + dependencies: + "@datapunt/matomo-tracker-react" "0.3.1" + "@eeacms/volto-metadata-block@4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@eeacms/volto-metadata-block/-/volto-metadata-block-4.0.1.tgz#f8d7a6a0a5db7181c4ad9225db66272fb7eca1a1" @@ -1765,9 +1771,9 @@ integrity sha1-zlblOfg1UrWNENZy6k1vya3HsjQ= "@mapbox/mapbox-gl-style-spec@^13.20.1": - version "13.21.0" - resolved "https://registry.yarnpkg.com/@mapbox/mapbox-gl-style-spec/-/mapbox-gl-style-spec-13.21.0.tgz#ab71372aa3f1465408685482448e9d21099c2c6f" - integrity sha512-qGRAZEHQfhjknjd9eCsNmKclXG5zK62DRdbgUiqAnrdkjjXrFNbs0KFaeyY8RzbdXzKRkwge6nqeKJfjYoD3vw== + version "13.22.0" + resolved "https://registry.yarnpkg.com/@mapbox/mapbox-gl-style-spec/-/mapbox-gl-style-spec-13.22.0.tgz#9077cdc37ad81db2408d2ff0deb3b4a73cbe1a4d" + integrity sha512-35skPiyM1reMRHA+X+DgbT3WG8hXMpqy1Ncs66ZvtVWUvvA9CtERSx5kq+o5S1ZrvDISuyBzrVzyty7PkuStkQ== dependencies: "@mapbox/jsonlint-lines-primitives" "~2.0.2" "@mapbox/point-geometry" "^0.1.0" @@ -1926,17 +1932,17 @@ "@octokit/types" "^6.0.3" universal-user-agent "^6.0.0" -"@octokit/openapi-types@^10.4.0": - version "10.4.0" - resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-10.4.0.tgz#1a0eae1c11d37e6cb22c539951a59b054dcfe7be" - integrity sha512-iA88Ke8FKnQ/HdAJ8J5X2mSwkp6zKCyKqXC161z7Xgnh0kJWWXXcDr8MNxkkGfPkaZ9RhnlDjKCoAasAvTTb1A== +"@octokit/openapi-types@^11.2.0": + version "11.2.0" + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6" + integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA== "@octokit/plugin-paginate-rest@^2.2.0": - version "2.16.4" - resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.16.4.tgz#85e1d42ce0ae41b87626a29c1dd9cd8c8b379995" - integrity sha512-33UFvlgJP1zQVcbkeMQhzUeEXMOOr1U/3i8GDJqzw9MMRy90P/J+PXfgQvhE0N/rfX01DnY2IQMb2Q/L01EL0A== + version "2.17.0" + resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz#32e9c7cab2a374421d3d0de239102287d791bce7" + integrity sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw== dependencies: - "@octokit/types" "^6.30.0" + "@octokit/types" "^6.34.0" "@octokit/plugin-request-log@^1.0.0": version "1.0.4" @@ -1961,9 +1967,9 @@ once "^1.4.0" "@octokit/request@^5.6.0": - version "5.6.1" - resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.1.tgz#f97aff075c37ab1d427c49082fefeef0dba2d8ce" - integrity sha512-Ls2cfs1OfXaOKzkcxnqw5MR6drMA/zWX/LIS/p8Yjdz7QKTPQLMsB3R+OvoxE6XnXeXEE2X7xe4G4l4X0gRiKQ== + version "5.6.2" + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.2.tgz#1aa74d5da7b9e04ac60ef232edd9a7438dcf32d8" + integrity sha512-je66CvSEVf0jCpRISxkUcCa0UkxmFs6eGDRSbfJtAVwbLH5ceqF+YEyC8lj8ystKyZTy8adWr0qmkY52EfOeLA== dependencies: "@octokit/endpoint" "^6.0.1" "@octokit/request-error" "^2.1.0" @@ -1989,12 +1995,12 @@ dependencies: "@types/node" ">= 8" -"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.30.0": - version "6.30.0" - resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.30.0.tgz#ca29c6ce2e05a663129f31fffacf45ae60368109" - integrity sha512-aQ8kUJLOwbIXP9Sz1fDGsdNf9cLiOmvim3gUgRmDOJVwTV3/JfKawQi2W2csku9mAzaalER+DYhsjyaqnmVcSw== +"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.34.0": + version "6.34.0" + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.34.0.tgz#c6021333334d1ecfb5d370a8798162ddf1ae8218" + integrity sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw== dependencies: - "@octokit/openapi-types" "^10.4.0" + "@octokit/openapi-types" "^11.2.0" "@plone/volto@13.15.1": version "13.15.1" @@ -2205,9 +2211,9 @@ schema-utils "^2.6.5" "@polka/url@^1.0.0-next.20": - version "1.0.0-next.20" - resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.20.tgz#111b5db0f501aa89b05076fa31f0ea0e0c292cd3" - integrity sha512-88p7+M0QGxKpmnkfXjS4V26AnoC/eiqZutE8GLdaI5X12NY75bXSdTY9NkmYb2Xyk1O+MmkuO6Frmsj84V6I8Q== + version "1.0.0-next.21" + resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1" + integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g== "@samverschueren/stream-to-observable@^0.3.0": version "0.3.1" @@ -2247,9 +2253,9 @@ tslib "^1.9.3" "@sentry/cli@^1.55.0": - version "1.68.0" - resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.68.0.tgz#2ced8fac67ee01e746a45e8ee45a518d4526937e" - integrity sha512-zc7+cxKDqpHLREGJKRH6KwE8fZW8bnczg3OLibJ0czleXoWPdAuOK1Xm1BTMcOnaXfg3VKAh0rI7S1PTdj+SrQ== + version "1.69.1" + resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.69.1.tgz#0a6de12346c0f2347d610835a18ff554f2d65adc" + integrity sha512-HxO7vjqSvWfc9L5A/ib3UB1mXKFNiORY9BXwtYTo38jv4ROrKDFz36IzHsD6nPFuv8+6iDVyNlEujK/n9NvRyw== dependencies: https-proxy-agent "^5.0.0" mkdirp "^0.5.5" @@ -2635,9 +2641,9 @@ "@types/node" "*" "@types/lodash@^4.14.149": - version "4.14.173" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.173.tgz#9d3b674c67a26cf673756f6aca7b429f237f91ed" - integrity sha512-vv0CAYoaEjCw/mLy96GBTnRoZrSxkGE0BKzKimdR8P3OzrNYNvBgtW7p055A+E8C31vXNUhWKoFCbhq7gbyhFg== + version "4.14.175" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.175.tgz#b78dfa959192b01fae0ad90e166478769b215f45" + integrity sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw== "@types/mdast@^3.0.0": version "3.0.10" @@ -2657,14 +2663,14 @@ integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== "@types/node@*", "@types/node@>= 8": - version "16.9.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.6.tgz#040a64d7faf9e5d9e940357125f0963012e66f04" - integrity sha512-YHUZhBOMTM3mjFkXVcK+WwAcYmyhe1wL4lfqNtzI0b3qAy7yuSetnM7QJazgE5PFmgVTNGiLOgRFfJMqW7XpSQ== + version "16.10.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.3.tgz#7a8f2838603ea314d1d22bb3171d899e15c57bd5" + integrity sha512-ho3Ruq+fFnBrZhUYI46n/bV2GjwzSkwuT4dTf0GkuNFmnb8nq4ny2z9JEVemFi6bdEJanHLlYfy9c6FN9B9McQ== "@types/node@^14.14.31": - version "14.17.18" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.18.tgz#0198489a751005f71217744aa966cd1f29447c81" - integrity sha512-haYyibw4pbteEhkSg0xdDLAI3679L75EJ799ymVrPxOA922bPx3ML59SoDsQ//rHlvqpu+e36kcbR3XRQtFblA== + version "14.17.21" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.21.tgz#6359d8cf73481e312a43886fa50afc70ce5592c6" + integrity sha512-zv8ukKci1mrILYiQOwGSV4FpkZhyxQtuFWGya2GujWg+zVAeRQ4qbaMmWp9vb9889CFA8JECH7lkwCL6Ygg8kA== "@types/normalize-package-data@^2.4.0": version "2.4.1" @@ -2687,9 +2693,9 @@ integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ== "@types/react-redux@^7.1.16": - version "7.1.18" - resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.18.tgz#2bf8fd56ebaae679a90ebffe48ff73717c438e04" - integrity sha512-9iwAsPyJ9DLTRH+OFeIrm9cAbIj1i2ANL3sKQFATqnPWRbg+jEFXyZOKHiQK/N86pNRXbb4HRxAxo0SIX1XwzQ== + version "7.1.19" + resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.19.tgz#477bd0a9b01bae6d6bf809418cdfa7d3c16d4c62" + integrity sha512-L37dSCT0aoJnCgpR8Iuginlbxoh7qhWOXiaDqEsxVMrER1CmVhFD+63NxgJeT4pkmEM28oX0NH4S4f+sXHTZjA== dependencies: "@types/hoist-non-react-statics" "^3.3.0" "@types/react" "*" @@ -2697,9 +2703,9 @@ redux "^4.0.0" "@types/react@*", "@types/react@^17.0.0": - version "17.0.24" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.24.tgz#7e1b3f78d0fc53782543f9bce6d949959a5880bd" - integrity sha512-eIpyco99gTH+FTI3J7Oi/OH8MZoFMJuztNRimDOJwH4iGIsKV2qkGnk4M9VzlaVWeEEWLWSQRy0FEA0Kz218cg== + version "17.0.27" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.27.tgz#6498ed9b3ad117e818deb5525fa1946c09f2e0e6" + integrity sha512-zgiJwtsggVGtr53MndV7jfiUESTqrbxOcBvwfe6KS/9bzaVPCTDieTWnFNecVNx6EAaapg5xsLLWFfHHR437AA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -3162,11 +3168,11 @@ alphanum-sort@^1.0.0: integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= ansi-align@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.0.tgz#b536b371cf687caaef236c18d3e21fe3797467cb" - integrity sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw== + version "3.0.1" + resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.1.tgz#0cdf12e111ace773a86e9a1fad1225c43cb19a59" + integrity sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w== dependencies: - string-width "^3.0.0" + string-width "^4.1.0" ansi-colors@^3.0.0: version "3.2.4" @@ -3210,7 +3216,7 @@ ansi-regex@^4.0.0, ansi-regex@^4.1.0: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== -ansi-regex@^5.0.0: +ansi-regex@^5.0.0, ansi-regex@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== @@ -3344,15 +3350,15 @@ array-flatten@^2.1.0: integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ== array-includes@^3.0.3, array-includes@^3.1.1: - version "3.1.3" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.3.tgz#c7f619b382ad2afaf5326cddfdc0afc61af7690a" - integrity sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A== + version "3.1.4" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9" + integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.0-next.2" + es-abstract "^1.19.1" get-intrinsic "^1.1.1" - is-string "^1.0.5" + is-string "^1.0.7" array-normalize@^1.1.4: version "1.1.4" @@ -3399,21 +3405,22 @@ array-unique@^0.3.2: integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= array.prototype.find@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.1.1.tgz#3baca26108ca7affb08db06bf0be6cb3115a969c" - integrity sha512-mi+MYNJYLTx2eNYy+Yh6raoQacCsNeeMUaspFPh9Y141lFSsWxxB8V9mM2ye+eqiRs917J6/pJ4M9ZPzenWckA== + version "2.1.2" + resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.1.2.tgz#6abbd0c2573925d8094f7d23112306af8c16d534" + integrity sha512-00S1O4ewO95OmmJW7EesWfQlrCrLEL8kZ40w3+GkLX2yTt0m2ggcePPa2uHPJ9KUmJvwRq+lCV9bD8Yim23x/Q== dependencies: + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.17.4" + es-abstract "^1.19.0" array.prototype.flat@^1.2.1: - version "1.2.4" - resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123" - integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg== + version "1.2.5" + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13" + integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg== dependencies: - call-bind "^1.0.0" + call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.0-next.1" + es-abstract "^1.19.0" arrify@^1.0.1: version "1.0.1" @@ -3563,15 +3570,15 @@ autoprefixer@9.7.6: postcss-value-parser "^4.0.3" autoprefixer@^9.6.1, autoprefixer@^9.7.6: - version "9.8.6" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f" - integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg== + version "9.8.8" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.8.tgz#fd4bd4595385fa6f06599de749a4d5f7a474957a" + integrity sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA== dependencies: browserslist "^4.12.0" caniuse-lite "^1.0.30001109" - colorette "^1.2.1" normalize-range "^0.1.2" num2fraction "^1.2.2" + picocolors "^0.2.1" postcss "^7.0.32" postcss-value-parser "^4.1.0" @@ -3590,12 +3597,12 @@ axe-core@3.5.3: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.5.3.tgz#5b7c0ee7c5197d546bd3a07c3ef701896f5773e9" integrity sha512-HZpLE7xu05+8AbpqXITGdxp1Xwk8ysAXrg7MiKRY27py3DAyEJpoJQo1727pWF3F+O79V3r+cTWhOzfB49P89w== -axios@0.21.1: - version "0.21.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8" - integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA== +axios@0.21.3: + version "0.21.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.3.tgz#f85d9b747f9b66d59ca463605cedf1844872b82e" + integrity sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA== dependencies: - follow-redirects "^1.10.0" + follow-redirects "^1.14.0" axios@^0.19.0: version "0.19.2" @@ -3799,7 +3806,7 @@ babel-plugin-polyfill-corejs2@^0.2.2: "@babel/helper-define-polyfill-provider" "^0.2.2" semver "^6.1.1" -babel-plugin-polyfill-corejs3@^0.2.2: +babel-plugin-polyfill-corejs3@^0.2.5: version "0.2.5" resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92" integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw== @@ -4142,7 +4149,15 @@ boundary-cells@^2.0.0: resolved "https://registry.yarnpkg.com/boundary-cells/-/boundary-cells-2.0.2.tgz#ed28c5a2eb36500413e5714f8eec862ad8ffec14" integrity sha512-/S48oUFYEgZMNvdqC87iYRbLBAPHYijPRNrNpm/sS8u7ijIViKm/hrV3YD4sx/W68AsG5zLMyBEditVHApHU5w== -box-intersect@^1.0.1, box-intersect@plotly/box-intersect#v1.1.0: +box-intersect@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/box-intersect/-/box-intersect-1.0.2.tgz#4693ad63e828868d0654b114e09364d6281f3fbd" + integrity sha512-yJeMwlmFPG1gIa7Rs/cGXeI6iOj6Qz5MG5PE61xLKpElUGzmJ4abm+qsLpzxKJFpsSDq742BQEocr8dI2t8Nxw== + dependencies: + bit-twiddle "^1.0.2" + typedarray-pool "^1.1.0" + +"box-intersect@github:plotly/box-intersect#v1.1.0": version "1.1.0" resolved "https://codeload.github.com/plotly/box-intersect/tar.gz/1c21ef897c37eb69e5c1efeca7087726dd8d6a23" dependencies: @@ -4313,16 +4328,16 @@ browserslist@4.8.6: electron-to-chromium "^1.3.341" node-releases "^1.1.47" -browserslist@^4.0.0, browserslist@^4.11.1, browserslist@^4.12.0, browserslist@^4.16.6, browserslist@^4.17.0, browserslist@^4.6.4: - version "4.17.1" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.1.tgz#a98d104f54af441290b7d592626dd541fa642eb9" - integrity sha512-aLD0ZMDSnF4lUt4ZDNgqi5BUn9BZ7YdQdI/cYlILrhdSSZJLU9aNZoD5/NBmM4SK34APB2e83MOsRt1EnkuyaQ== +browserslist@^4.0.0, browserslist@^4.11.1, browserslist@^4.12.0, browserslist@^4.16.6, browserslist@^4.17.3, browserslist@^4.6.4: + version "4.17.3" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.3.tgz#2844cd6eebe14d12384b0122d217550160d2d624" + integrity sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ== dependencies: - caniuse-lite "^1.0.30001259" - electron-to-chromium "^1.3.846" + caniuse-lite "^1.0.30001264" + electron-to-chromium "^1.3.857" escalade "^3.1.1" - nanocolors "^0.1.5" - node-releases "^1.1.76" + node-releases "^1.1.77" + picocolors "^0.2.1" bser@2.1.1: version "2.1.1" @@ -4604,12 +4619,10 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001023, caniuse-lite@^1.0.30001039, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001259: - version "1.0.30001260" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001260.tgz#e3be3f34ddad735ca4a2736fa9e768ef34316270" - integrity sha512-Fhjc/k8725ItmrvW5QomzxLeojewxvqiYCKeFcfFEhut28IVLdpHU19dneOmltZQIE5HNbawj1HYD+1f2bM1Dg== - dependencies: - nanocolors "^0.1.0" +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001023, caniuse-lite@^1.0.30001039, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001264: + version "1.0.30001265" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001265.tgz#0613c9e6c922e422792e6fcefdf9a3afeee4f8c3" + integrity sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw== canvas-fit@^1.5.0: version "1.5.0" @@ -4786,7 +4799,7 @@ ci-info@^2.0.0: resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== -ci-info@^3.0.0, ci-info@^3.1.1: +ci-info@^3.1.1: version "3.2.0" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6" integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A== @@ -4896,9 +4909,9 @@ cli-cursor@^3.1.0: restore-cursor "^3.1.0" cli-spinners@^2.4.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.0.tgz#36c7dc98fb6a9a76bd6238ec3f77e2425627e939" - integrity sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q== + version "2.6.1" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d" + integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== cli-table3@~0.6.0: version "0.6.0" @@ -5134,11 +5147,6 @@ color@^3.0.0: color-convert "^1.9.3" color-string "^1.6.0" -colorette@^1.2.1: - version "1.4.0" - resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40" - integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== - colormap@^2.3.1: version "2.3.2" resolved "https://registry.yarnpkg.com/colormap/-/colormap-2.3.2.tgz#4422c1178ce563806e265b96782737be85815abf" @@ -5408,9 +5416,9 @@ cookie@^0.3.1: integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s= cookiejar@^2.1.0: - version "2.1.2" - resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.2.tgz#dd8a235530752f988f9a0844f3fc589e3111125c" - integrity sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA== + version "2.1.3" + resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.3.tgz#fc7a6216e408e74414b90230050842dacda75acc" + integrity sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ== copy-anything@^2.0.1: version "2.0.3" @@ -5455,17 +5463,17 @@ copy-webpack-plugin@5.1.2: webpack-log "^2.0.0" core-js-compat@^3.16.0, core-js-compat@^3.16.2: - version "3.18.0" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.18.0.tgz#fb360652201e8ac8da812718c008cd0482ed9b42" - integrity sha512-tRVjOJu4PxdXjRMEgbP7lqWy1TWJu9a01oBkn8d+dNrhgmBwdTkzhHZpVJnEmhISLdoJI1lX08rcBcHi3TZIWg== + version "3.18.2" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.18.2.tgz#e40c266fbd613948dd8d2d2156345da8ac03c142" + integrity sha512-25VJYCJtGjZwLguj7d66oiHfmnVw3TMOZ0zV8DyMJp/aeQ3OjR519iOOeck08HMyVVRAqXxafc2Hl+5QstJrsQ== dependencies: - browserslist "^4.17.0" + browserslist "^4.17.3" semver "7.0.0" core-js-pure@^3.16.0: - version "3.18.0" - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.18.0.tgz#e5187347bae66448c9e2d67c01c34c4df3261dc5" - integrity sha512-ZnK+9vyuMhKulIGqT/7RHGRok8RtkHMEX/BGPHkHx+ouDkq+MUvf9mfIgdqhpmPDu8+V5UtRn/CbCRc9I4lX4w== + version "3.18.2" + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.18.2.tgz#d8cc11d4885ea919f3de776d45e720e4c769d406" + integrity sha512-4hMMLUlZhKJKOWbbGD1/VDUxGPEhEoN/T01k7bx271WiBKCvCfkgPzy0IeRS4PB50p6/N1q/SZL4B/TRsTE5bA== core-js@^1.0.0: version "1.2.7" @@ -5780,9 +5788,9 @@ css-what@^3.2.1: integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== css-what@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad" - integrity sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg== + version "5.1.0" + resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe" + integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw== css.escape@^1.5.1: version "1.5.1" @@ -5928,6 +5936,13 @@ cubic-hermite@^1.0.0: resolved "https://registry.yarnpkg.com/cubic-hermite/-/cubic-hermite-1.0.0.tgz#84e3b2f272b31454e8393b99bb6aed45168c14e5" integrity sha1-hOOy8nKzFFToOTuZu2rtRRaMFOU= +cwise-compiler@^1.0.0, cwise-compiler@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/cwise-compiler/-/cwise-compiler-1.1.3.tgz#f4d667410e850d3a313a7d2db7b1e505bb034cc5" + integrity sha1-9NZnQQ6FDToxOn0tt7HlBbsDTMU= + dependencies: + uniq "^1.0.0" + cyclist@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" @@ -6795,9 +6810,9 @@ document.contains@^1.0.1: define-properties "^1.1.3" dom-accessibility-api@^0.5.6: - version "0.5.7" - resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.7.tgz#8c2aa6325968f2933160a0b7dbb380893ddf3e7d" - integrity sha512-ml3lJIq9YjUfM9TUnEPvEYWFSwivwIGBPKpewX7tii7fwCazA8yCioGdqQcNsItPpfFvSJ3VIdMQPj60LJhcQA== + version "0.5.8" + resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.8.tgz#414813012e065b5dfa8998b990460c0af12a5421" + integrity sha512-rAfghuBPeJldxqsmZQtBbna4TqMgFe4xhYs24vPULNslbmXUdcga+CXiKWzZxyWw0FCkGKPgmizIysIvsAEN8w== dom-align@^1.7.0: version "1.12.2" @@ -7120,10 +7135,10 @@ ee-first@1.1.1: resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -electron-to-chromium@^1.3.341, electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.846: - version "1.3.848" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.848.tgz#94cc196e496f33c0d71cd98561448f10018584cc" - integrity sha512-wchRyBcdcmibioggdO7CbMT5QQ4lXlN/g7Mkpf1K2zINidnqij6EVu94UIZ+h5nB2S9XD4bykqFv9LonAWLFyw== +electron-to-chromium@^1.3.341, electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.857: + version "1.3.864" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.864.tgz#6a993bcc196a2b8b3df84d28d5d4dd912393885f" + integrity sha512-v4rbad8GO6/yVI92WOeU9Wgxc4NA0n4f6P1FvZTY+jyY7JHEhw3bduYu60v3Q1h81Cg6eo4ApZrFPuycwd5hGw== elegant-spinner@^1.0.1: version "1.0.1" @@ -7266,10 +7281,10 @@ error-stack-parser@^2.0.6: dependencies: stackframe "^1.1.1" -es-abstract@^1.17.2, es-abstract@^1.17.4, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2: - version "1.18.6" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.6.tgz#2c44e3ea7a6255039164d26559777a6d978cb456" - integrity sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ== +es-abstract@^1.17.2, es-abstract@^1.19.0, es-abstract@^1.19.1: + version "1.19.1" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3" + integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w== dependencies: call-bind "^1.0.2" es-to-primitive "^1.2.1" @@ -7282,7 +7297,9 @@ es-abstract@^1.17.2, es-abstract@^1.17.4, es-abstract@^1.18.0-next.1, es-abstrac is-callable "^1.2.4" is-negative-zero "^2.0.1" is-regex "^1.1.4" + is-shared-array-buffer "^1.0.1" is-string "^1.0.7" + is-weakref "^1.0.1" object-inspect "^1.11.0" object-keys "^1.1.1" object.assign "^4.1.2" @@ -7679,9 +7696,9 @@ event-stream@=3.3.4: through "~2.3.1" eventemitter2@^6.4.3: - version "6.4.4" - resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.4.tgz#aa96e8275c4dbeb017a5d0e03780c65612a1202b" - integrity sha512-HLU3NDY6wARrLCEwyGKRBvuWYyvW6mHYv72SJJAH3iJN3a6eVUvkjFkcxah1bcTgGVBBrFdIopBJPhCQFMLyXw== + version "6.4.5" + resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.5.tgz#97380f758ae24ac15df8353e0cc27f8b95644655" + integrity sha512-bXE7Dyc1i6oQElDG0jMRZJrRAn9QR2xyyFGmBdZleNmyQX0FqGYmhZIrIrpPfm/w//LTo4tVQGOGQcGCb5q9uw== eventemitter3@^4.0.0: version "4.0.7" @@ -7866,9 +7883,9 @@ express@4.17.1, express@^4.17.1: vary "~1.1.2" ext@^1.1.2: - version "1.5.0" - resolved "https://registry.yarnpkg.com/ext/-/ext-1.5.0.tgz#e93b97ae0cb23f8370380f6107d2d2b7887687ad" - integrity sha512-+ONcYoWj/SoQwUofMr94aGu05Ou4FepKi7N7b+O8T4jVfyIsZQV1/xeS8jpaBzF0csAk0KLXoHCxU7cKYZjo1Q== + version "1.6.0" + resolved "https://registry.yarnpkg.com/ext/-/ext-1.6.0.tgz#3871d50641e874cc172e2b53f919842d19db4c52" + integrity sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg== dependencies: type "^2.5.0" @@ -8316,7 +8333,7 @@ follow-redirects@1.5.10: dependencies: debug "=3.1.0" -follow-redirects@^1.0.0, follow-redirects@^1.10.0, follow-redirects@^1.14.0: +follow-redirects@^1.0.0, follow-redirects@^1.14.0: version "1.14.4" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379" integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g== @@ -8536,13 +8553,13 @@ function-bind@^1.1.1: integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== function.prototype.name@^1.1.2: - version "1.1.4" - resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.4.tgz#e4ea839b9d3672ae99d0efd9f38d9191c5eaac83" - integrity sha512-iqy1pIotY/RmhdFZygSSlW0wko2yxkSCKqsuv4pr8QESohpYyG/Z7B/XXvPRKTJS//960rgguE5mSRUsDdaJrQ== + version "1.1.5" + resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621" + integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.0-next.2" + es-abstract "^1.19.0" functions-have-names "^1.2.2" functional-red-black-tree@^1.0.0, functional-red-black-tree@^1.0.1: @@ -8555,6 +8572,11 @@ functions-have-names@^1.2.2: resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.2.tgz#98d93991c39da9361f8e50b337c4f6e41f120e21" integrity sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA== +gamma@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/gamma/-/gamma-0.1.0.tgz#3315643403bf27906ca80ab37c36ece9440ef330" + integrity sha1-MxVkNAO/J5BsqAqzfDbs6UQO8zA= + gauge@~2.7.3: version "2.7.4" resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" @@ -8680,11 +8702,11 @@ git-url-parse@11.4.0: git-up "^4.0.0" github-build@^1.2.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/github-build/-/github-build-1.2.2.tgz#d5d5d989dc8cead0d46e2bb0864be7fddd50be15" - integrity sha512-xHVy8w+J09eD+uBqJ4CcRPr5HTa1BYaF6vPJ67yJekCWurPzimB/ExH1SGzW5iAFC2Uvw9TD1FpSIjh56hcB9Q== + version "1.2.3" + resolved "https://registry.yarnpkg.com/github-build/-/github-build-1.2.3.tgz#1f61bf6edb789370f291e7f0e081236ed0fbb830" + integrity sha512-57zUA9ZbaKQHxoUATq3dkr+gUeaOWGGC/3Vw/AJNIUkiUmd7DnYM9TMTmUknbkuvx6+SeSqWpLBunZZzCPLUMg== dependencies: - axios "0.21.1" + axios "0.21.3" github-from-package@0.0.0: version "0.0.0" @@ -8807,9 +8829,9 @@ gl-mat4@^1.0.1, gl-mat4@^1.0.2, gl-mat4@^1.0.3, gl-mat4@^1.1.2, gl-mat4@^1.2.0: integrity sha512-sT5C0pwB1/e9G9AvAoLsoaJtbMGjfd/jfxo8jMCKqYYEnjZuFvqV5rehqar0538EmssjdDeiEWnKyBSTw7quoA== gl-matrix@^3.2.1: - version "3.3.0" - resolved "https://registry.yarnpkg.com/gl-matrix/-/gl-matrix-3.3.0.tgz#232eef60b1c8b30a28cbbe75b2caf6c48fd6358b" - integrity sha512-COb7LDz+SXaHtl/h4LeaFcNdJdAQSDeVqjiIihSXNrkWObZLhDI4hIkZC11Aeqp7bcE72clzB0BnDXr2SmslRA== + version "3.4.3" + resolved "https://registry.yarnpkg.com/gl-matrix/-/gl-matrix-3.4.3.tgz#fc1191e8320009fd4d20e9339595c6041ddc22c9" + integrity sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA== gl-mesh3d@^2.3.1: version "2.3.1" @@ -10133,7 +10155,15 @@ imurmurhash@^0.1.4: resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= -incremental-convex-hull@^1.0.1, incremental-convex-hull@plotly/incremental-convex-hull#v1.1.0: +incremental-convex-hull@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/incremental-convex-hull/-/incremental-convex-hull-1.0.1.tgz#51428c14cb9d9a6144bfe69b2851fb377334be1e" + integrity sha1-UUKMFMudmmFEv+abKFH7N3M0vh4= + dependencies: + robust-orientation "^1.1.2" + simplicial-complex "^1.0.0" + +"incremental-convex-hull@github:plotly/incremental-convex-hull#v1.1.0": version "1.1.0" resolved "https://codeload.github.com/plotly/incremental-convex-hull/tar.gz/352d9e73861913695fd4e1a4c6ad79898c0c8268" dependencies: @@ -10307,6 +10337,11 @@ invert-kv@^2.0.0: resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02" integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA== +invert-permutation@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/invert-permutation/-/invert-permutation-1.0.0.tgz#a0a78042eadb36bc17551e787efd1439add54933" + integrity sha1-oKeAQurbNrwXVR54fv0UOa3VSTM= + iota-array@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/iota-array/-/iota-array-1.0.0.tgz#81ef57fe5d05814cd58c2483632a99c30a0e8087" @@ -10468,9 +10503,9 @@ is-color-stop@^1.0.0: rgba-regex "^1.0.0" is-core-module@^2.2.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19" - integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ== + version "2.7.0" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.7.0.tgz#3c0ef7d31b4acfc574f80c58409d568a836848e3" + integrity sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ== dependencies: has "^1.0.3" @@ -10614,9 +10649,9 @@ is-glob@^3.1.0: is-extglob "^2.1.0" is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" - integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== + version "4.0.3" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" + integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== dependencies: is-extglob "^2.1.1" @@ -10823,6 +10858,11 @@ is-root@2.1.0: resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c" integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg== +is-shared-array-buffer@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6" + integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA== + is-ssh@^1.3.0: version "1.3.3" resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.3.tgz#7f133285ccd7f2c2c7fc897b771b53d95a2b2c7e" @@ -10889,6 +10929,13 @@ is-utf8@^0.2.0: resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= +is-weakref@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2" + integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ== + dependencies: + call-bind "^1.0.0" + is-what@^3.12.0: version "3.14.1" resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.14.1.tgz#e1222f46ddda85dead0fd1c9df131760e77755c1" @@ -12489,6 +12536,13 @@ mapbox-to-css-font@^2.4.0: resolved "https://registry.yarnpkg.com/mapbox-to-css-font/-/mapbox-to-css-font-2.4.0.tgz#a23b51664a1ee839beaefade013f2655bee9a390" integrity sha512-v674D0WtpxCXlA6E+sBlG1QJWdUkz/s9qAD91bJSXBGuBL5lL4tJXpoJEftecphCh2SVQCjWMS2vhylc3AIQTg== +marching-simplex-table@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/marching-simplex-table/-/marching-simplex-table-1.0.0.tgz#bc16256e0f8f9b558aa9b2872f8832d9433f52ea" + integrity sha1-vBYlbg+Pm1WKqbKHL4gy2UM/Uuo= + dependencies: + convex-hull "^1.0.3" + mat4-decompose@^1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/mat4-decompose/-/mat4-decompose-1.0.4.tgz#65eb4fe39d70878f7a444eb4624d52f7e7eb2faf" @@ -12750,12 +12804,7 @@ mime-db@1.44.0: resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92" integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== -mime-db@1.49.0: - version "1.49.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.49.0.tgz#f3dfde60c99e9cf3bc9701d687778f537001cbed" - integrity sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA== - -"mime-db@>= 1.43.0 < 2": +mime-db@1.50.0, "mime-db@>= 1.43.0 < 2": version "1.50.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.50.0.tgz#abd4ac94e98d3c0e185016c67ab45d5fde40c11f" integrity sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A== @@ -12768,11 +12817,11 @@ mime-types@2.1.27: mime-db "1.44.0" mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24: - version "2.1.32" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.32.tgz#1d00e89e7de7fe02008db61001d9e02852670fd5" - integrity sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A== + version "2.1.33" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.33.tgz#1fa12a904472fafd068e48d9e8401f74d3f70edb" + integrity sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g== dependencies: - mime-db "1.49.0" + mime-db "1.50.0" mime@1.6.0, mime@^1.4.1: version "1.6.0" @@ -13073,15 +13122,10 @@ nan@^2.12.1, nan@^2.14.0: resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee" integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ== -nanocolors@^0.1.0, nanocolors@^0.1.5: - version "0.1.12" - resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.1.12.tgz#8577482c58cbd7b5bb1681db4cf48f11a87fd5f6" - integrity sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ== - -nanoid@^3.1.25: - version "3.1.25" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152" - integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q== +nanoid@^3.1.28: + version "3.1.29" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.29.tgz#214fb2d7a33e1a5bef4757b779dfaeb6a4e5aeb4" + integrity sha512-dW2pUSGZ8ZnCFIlBIA31SV8huOGCHb6OwzVCc7A69rb/a+SgPBwfmLvK5TKQ3INPbRkcI8a/Owo0XbiTNH19wg== nanomatch@^1.2.9: version "1.2.13" @@ -13127,13 +13171,28 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -ndarray-extract-contour@^1.0.0, ndarray-extract-contour@plotly/ndarray-extract-contour#v1.1.0: +ndarray-extract-contour@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/ndarray-extract-contour/-/ndarray-extract-contour-1.0.1.tgz#0aee113a3a33b226b90c4888cf877bf4751305e4" + integrity sha1-Cu4ROjozsia5DEiIz4d79HUTBeQ= + dependencies: + typedarray-pool "^1.0.0" + +"ndarray-extract-contour@github:plotly/ndarray-extract-contour#v1.1.0": version "1.1.0" resolved "https://codeload.github.com/plotly/ndarray-extract-contour/tar.gz/0d8ed3a2fee873f08868c35894d608794e8e9d83" dependencies: typedarray-pool "^1.0.0" -ndarray-gradient@^1.0.0, ndarray-gradient@plotly/ndarray-gradient#v1.1.0: +ndarray-gradient@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/ndarray-gradient/-/ndarray-gradient-1.0.1.tgz#16126a78ac241162248224aa662b6db6a5885402" + integrity sha512-+xONVi7xxTCGL6KOb11Yyoe0tPNqAUKF39CvFoRjL5pdOmPd2G2pckK9lD5bpLF3q45LLnYNyiUSJSdNmQ2MTg== + dependencies: + cwise-compiler "^1.0.0" + dup "^1.0.0" + +"ndarray-gradient@github:plotly/ndarray-gradient#v1.1.0": version "1.1.0" resolved "https://codeload.github.com/plotly/ndarray-gradient/tar.gz/c43b0856d77084cfac7c9d96c6ddc73aeddc0bd8" dependencies: @@ -13144,11 +13203,26 @@ ndarray-linear-interpolate@^1.0.0: resolved "https://registry.yarnpkg.com/ndarray-linear-interpolate/-/ndarray-linear-interpolate-1.0.0.tgz#78bc92b85b9abc15b6e67ee65828f9e2137ae72b" integrity sha1-eLySuFuavBW25n7mWCj54hN65ys= -ndarray-ops@^1.1.0, ndarray-ops@^1.2.1, ndarray-ops@^1.2.2, ndarray-ops@plotly/ndarray-ops#v1.3.0: +ndarray-ops@^1.1.0, ndarray-ops@^1.2.1, ndarray-ops@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/ndarray-ops/-/ndarray-ops-1.2.2.tgz#59e88d2c32a7eebcb1bc690fae141579557a614e" + integrity sha1-WeiNLDKn7ryxvGkPrhQVeVV6YU4= + dependencies: + cwise-compiler "^1.0.0" + +"ndarray-ops@github:plotly/ndarray-ops#v1.3.0": version "1.3.0" resolved "https://codeload.github.com/plotly/ndarray-ops/tar.gz/afac881492696196c9966f77507558737f60c716" -ndarray-pack@^1.2.1, ndarray-pack@plotly/ndarray-pack#v1.3.0: +ndarray-pack@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/ndarray-pack/-/ndarray-pack-1.2.1.tgz#8caebeaaa24d5ecf70ff86020637977da8ee585a" + integrity sha1-jK6+qqJNXs9w/4YCBjeXfajuWFo= + dependencies: + cwise-compiler "^1.1.2" + ndarray "^1.0.13" + +"ndarray-pack@github:plotly/ndarray-pack#v1.3.0": version "1.3.0" resolved "https://codeload.github.com/plotly/ndarray-pack/tar.gz/b0cd1f835c2b623f860a3dbb0c5709c98b30aea0" dependencies: @@ -13163,13 +13237,28 @@ ndarray-scratch@^1.2.0: ndarray-ops "^1.2.1" typedarray-pool "^1.0.2" -ndarray-sort@^1.0.0, ndarray-sort@plotly/ndarray-sort#v1.1.0: +ndarray-sort@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/ndarray-sort/-/ndarray-sort-1.0.1.tgz#fea05b4cb834c7f4e0216a354f3ca751300dfd6a" + integrity sha1-/qBbTLg0x/TgIWo1TzynUTAN/Wo= + dependencies: + typedarray-pool "^1.0.0" + +"ndarray-sort@github:plotly/ndarray-sort#v1.1.0": version "1.1.0" resolved "https://codeload.github.com/plotly/ndarray-sort/tar.gz/8b3c03c0c58906640a0551505601544c9775a87a" dependencies: typedarray-pool "^1.0.0" -ndarray@^1.0.11, ndarray@^1.0.13, ndarray@^1.0.14, ndarray@^1.0.15, ndarray@^1.0.18, ndarray@^1.0.19, ndarray@plotly/ndarray#v1.1.0: +ndarray@^1.0.11, ndarray@^1.0.13, ndarray@^1.0.14, ndarray@^1.0.15, ndarray@^1.0.18, ndarray@^1.0.19: + version "1.0.19" + resolved "https://registry.yarnpkg.com/ndarray/-/ndarray-1.0.19.tgz#6785b5f5dfa58b83e31ae5b2a058cfd1ab3f694e" + integrity sha512-B4JHA4vdyZU30ELBw3g7/p9bZupyew5a7tX1Y/gGeF2hafrPaQZhgrGQfsvgfYbgdFZjYwuEcnaobeM/WMW+HQ== + dependencies: + iota-array "^1.0.0" + is-buffer "^1.0.2" + +"ndarray@github:plotly/ndarray#v1.1.0": version "1.1.0" resolved "https://codeload.github.com/plotly/ndarray/tar.gz/70ec67233be65de444307a6916aba2655e28bd84" dependencies: @@ -13296,10 +13385,10 @@ node-notifier@^5.4.2: shellwords "^0.1.1" which "^1.3.0" -node-releases@^1.1.47, node-releases@^1.1.61, node-releases@^1.1.76: - version "1.1.76" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.76.tgz#df245b062b0cafbd5282ab6792f7dccc2d97f36e" - integrity sha512-9/IECtNr8dXNmPWmFXepT0/7o5eolGesHUa3mtr0KlgnCvnZxwh2qensKL42JJY2vQKC3nIBXetFAqR+PW1CmA== +node-releases@^1.1.47, node-releases@^1.1.61, node-releases@^1.1.77: + version "1.1.77" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.77.tgz#50b0cfede855dd374e7585bf228ff34e57c1c32e" + integrity sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ== noop-logger@^0.1.1: version "0.1.1" @@ -13520,32 +13609,31 @@ object.assign@^4.1.0, object.assign@^4.1.2: object-keys "^1.1.1" object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2: - version "1.1.4" - resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.4.tgz#43ccf9a50bc5fd5b649d45ab1a579f24e088cafd" - integrity sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA== + version "1.1.5" + resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861" + integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.2" + es-abstract "^1.19.1" object.fromentries@^2.0.2: - version "2.0.4" - resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.4.tgz#26e1ba5c4571c5c6f0890cef4473066456a120b8" - integrity sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ== + version "2.0.5" + resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251" + integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.0-next.2" - has "^1.0.3" + es-abstract "^1.19.1" object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0, object.getownpropertydescriptors@^2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7" - integrity sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ== + version "2.1.3" + resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz#b223cf38e17fefb97a63c10c91df72ccb386df9e" + integrity sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.0-next.2" + es-abstract "^1.19.1" object.omit@^2.0.0: version "2.0.1" @@ -13563,13 +13651,13 @@ object.pick@^1.3.0: isobject "^3.0.1" object.values@^1.0.4, object.values@^1.1.0, object.values@^1.1.1: - version "1.1.4" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30" - integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg== + version "1.1.5" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac" + integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.2" + es-abstract "^1.19.1" obuf@^1.0.0, obuf@^1.1.2: version "1.1.2" @@ -14216,11 +14304,31 @@ performant-array-to-tree@^1.7.1: resolved "https://registry.yarnpkg.com/performant-array-to-tree/-/performant-array-to-tree-1.9.1.tgz#24897a56dedaa00c1f9c1a7e7ba92103008d1059" integrity sha512-t+Hiy1HbKTVXg+mdcDUwPwAGgrLMtNUOhs2vV0M9MG2aAfnXQT9czAadksufMnf75h4xYU014HqlQ91JZ4XdlA== +permutation-parity@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/permutation-parity/-/permutation-parity-1.0.0.tgz#0174d51fca704b11b9a4b152b23d537fdc6b5ef4" + integrity sha1-AXTVH8pwSxG5pLFSsj1Tf9xrXvQ= + dependencies: + typedarray-pool "^1.0.0" + +permutation-rank@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/permutation-rank/-/permutation-rank-1.0.0.tgz#9fd98bbcecf08fbf5994b5eadc94a62e679483b5" + integrity sha1-n9mLvOzwj79ZlLXq3JSmLmeUg7U= + dependencies: + invert-permutation "^1.0.0" + typedarray-pool "^1.0.0" + pick-by-alias@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/pick-by-alias/-/pick-by-alias-1.2.0.tgz#5f7cb2b1f21a6e1e884a0c87855aa4a37361107b" integrity sha1-X3yysfIabh6ISgyHhVqko3NhEHs= +picocolors@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" + integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== + picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: version "2.3.0" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" @@ -15157,21 +15265,20 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1: uniq "^1.0.1" postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6, postcss@^7.0.7: - version "7.0.36" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb" - integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw== + version "7.0.39" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309" + integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA== dependencies: - chalk "^2.4.2" + picocolors "^0.2.1" source-map "^0.6.1" - supports-color "^6.1.0" postcss@^8.0.2: - version "8.3.7" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.7.tgz#ec88563588c8da8e58e7226f7633b51ae221eeda" - integrity sha512-9SaY7nnyQ63/WittqZYAvkkYPyKxchMKH71UDzeTmWuLSvxTRpeEeABZAzlCi55cuGcoFyoV/amX2BdsafQidQ== + version "8.3.9" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.9.tgz#98754caa06c4ee9eb59cc48bd073bb6bd3437c31" + integrity sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw== dependencies: - nanocolors "^0.1.5" - nanoid "^3.1.25" + nanoid "^3.1.28" + picocolors "^0.2.1" source-map-js "^0.6.2" potpack@^1.0.1: @@ -15349,9 +15456,9 @@ prompts@2.4.0: sisteransi "^1.0.5" prompts@^2.0.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.1.tgz#befd3b1195ba052f9fd2fde8a486c4e82ee77f61" - integrity sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ== + version "2.4.2" + resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" + integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== dependencies: kleur "^3.0.3" sisteransi "^1.0.5" @@ -17178,7 +17285,17 @@ robust-compress@^1.0.0: resolved "https://registry.yarnpkg.com/robust-compress/-/robust-compress-1.0.0.tgz#4cf62c4b318d8308516012bb8c11752f39329b1b" integrity sha1-TPYsSzGNgwhRYBK7jBF1Lzkymxs= -robust-determinant@^1.1.0, robust-determinant@plotly/robust-determinant#v1.2.1: +robust-determinant@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/robust-determinant/-/robust-determinant-1.1.0.tgz#8ecae79b79caab3e74f6debe2237e5391a27e9c7" + integrity sha1-jsrnm3nKqz509t6+IjflORon6cc= + dependencies: + robust-compress "^1.0.0" + robust-scale "^1.0.0" + robust-sum "^1.0.0" + two-product "^1.0.0" + +"robust-determinant@github:plotly/robust-determinant#v1.2.1": version "1.2.1" resolved "https://codeload.github.com/plotly/robust-determinant/tar.gz/7cb499bb02411de80ae1a90e54893e46af82ca5e" dependencies: @@ -17205,7 +17322,14 @@ robust-in-sphere@1.2.1, robust-in-sphere@^1.1.3: robust-sum "^1.0.0" two-product "^1.0.0" -robust-linear-solve@^1.0.0, robust-linear-solve@plotly/robust-linear-solve#v1.1.1: +robust-linear-solve@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/robust-linear-solve/-/robust-linear-solve-1.0.0.tgz#0cd6ac5040691a6f2aa3cd6311d728905ca3a1f1" + integrity sha1-DNasUEBpGm8qo81jEdcokFyjofE= + dependencies: + robust-determinant "^1.1.0" + +"robust-linear-solve@github:plotly/robust-linear-solve#v1.1.1": version "1.1.1" resolved "https://codeload.github.com/plotly/robust-linear-solve/tar.gz/90ad6de2ce011a1e0b53d9e9f6bf8d117053c492" dependencies: @@ -17671,9 +17795,9 @@ side-channel@^1.0.4: object-inspect "^1.9.0" signal-exit@^3.0.0, signal-exit@^3.0.2: - version "3.0.4" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.4.tgz#366a4684d175b9cab2081e3681fda3747b6c51d7" - integrity sha512-rqYhcAnZ6d/vTPGghdrw7iumdcbXpsk1b8IG/rz+VWV51DM0p7XCtMoJ3qhPLIbp3tvyt3pKRbaaEMZYpHto8Q== + version "3.0.5" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.5.tgz#9e3e8cc0c75a99472b44321033a7702e7738252f" + integrity sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ== signum@^0.0.0: version "0.0.0" @@ -17721,7 +17845,17 @@ simplicial-complex-boundary@^1.0.0: boundary-cells "^2.0.0" reduce-simplicial-complex "^1.0.0" -simplicial-complex-contour@^1.0.2, simplicial-complex-contour@plotly/simplicial-complex-contour#v1.1.0: +simplicial-complex-contour@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/simplicial-complex-contour/-/simplicial-complex-contour-1.0.2.tgz#890aacac284365340110545cf2629a26e04bf9d1" + integrity sha1-iQqsrChDZTQBEFRc8mKaJuBL+dE= + dependencies: + marching-simplex-table "^1.0.0" + ndarray "^1.0.15" + ndarray-sort "^1.0.0" + typedarray-pool "^1.1.0" + +"simplicial-complex-contour@github:plotly/simplicial-complex-contour#v1.1.0": version "1.1.0" resolved "https://codeload.github.com/plotly/simplicial-complex-contour/tar.gz/3c09d0c163385b874fedc0a366b29b6e713bfd99" dependencies: @@ -18200,11 +18334,11 @@ static-extend@^0.1.1: integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= std-env@^2.2.1: - version "2.3.0" - resolved "https://registry.yarnpkg.com/std-env/-/std-env-2.3.0.tgz#66d4a4a4d5224242ed8e43f5d65cfa9095216eee" - integrity sha512-4qT5B45+Kjef2Z6pE0BkskzsH0GO7GrND0wGlTM1ioUe3v0dGYx9ZJH0Aro/YyA8fqQ5EyIKDRjZojJYMFTflw== + version "2.3.1" + resolved "https://registry.yarnpkg.com/std-env/-/std-env-2.3.1.tgz#d42271908819c243f8defc77a140fc1fcee336a1" + integrity sha512-eOsoKTWnr6C8aWrqJJ2KAReXoa7Vn5Ywyw6uCXgA/xDhxPoaIsBa5aNJmISY04dLwXPBnDHW4diGM7Sn5K4R/g== dependencies: - ci-info "^3.0.0" + ci-info "^3.1.1" stealthy-require@^1.1.1: version "1.1.1" @@ -18332,22 +18466,22 @@ string-width@^3.0.0, string-width@^3.1.0: strip-ansi "^5.1.0" string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0: - version "4.2.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5" - integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== dependencies: emoji-regex "^8.0.0" is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.0" + strip-ansi "^6.0.1" string.prototype.matchall@^4.0.2: - version "4.0.5" - resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da" - integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q== + version "4.0.6" + resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa" + integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg== dependencies: call-bind "^1.0.2" define-properties "^1.1.3" - es-abstract "^1.18.2" + es-abstract "^1.19.1" get-intrinsic "^1.1.1" has-symbols "^1.0.2" internal-slot "^1.0.3" @@ -18398,7 +18532,7 @@ stringify-object@^3.3.0: is-obj "^1.0.1" is-regexp "^1.0.0" -strip-ansi@6.0.0, strip-ansi@^6.0.0: +strip-ansi@6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== @@ -18426,6 +18560,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: dependencies: ansi-regex "^4.1.0" +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + strip-bom@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" @@ -18654,7 +18795,16 @@ supports-color@^8.1.1: dependencies: has-flag "^4.0.0" -surface-nets@^1.0.0, surface-nets@^1.0.2, surface-nets@plotly/surface-nets#v1.1.1: +surface-nets@^1.0.0, surface-nets@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/surface-nets/-/surface-nets-1.0.2.tgz#e433c8cbba94a7274c6f4c99552b461bf1fc7a4b" + integrity sha1-5DPIy7qUpydMb0yZVStGG/H8eks= + dependencies: + ndarray-extract-contour "^1.0.0" + triangulate-hypercube "^1.0.0" + zero-crossings "^1.0.0" + +"surface-nets@github:plotly/surface-nets#v1.1.1": version "1.1.1" resolved "https://codeload.github.com/plotly/surface-nets/tar.gz/d80900ed4c39a1b07f9d8577180960945236d996" dependencies: @@ -19143,6 +19293,15 @@ traverse@0.6.6: resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137" integrity sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc= +triangulate-hypercube@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/triangulate-hypercube/-/triangulate-hypercube-1.0.1.tgz#d8071db2ebfcfd51f308d0bcf2a5c48a5b36d137" + integrity sha1-2Acdsuv8/VHzCNC88qXEils20Tc= + dependencies: + gamma "^0.1.0" + permutation-parity "^1.0.0" + permutation-rank "^1.0.0" + triangulate-polyline@^1.0.0: version "1.0.3" resolved "https://registry.yarnpkg.com/triangulate-polyline/-/triangulate-polyline-1.0.3.tgz#bf8ba877a85054103feb9fa5a61b4e8d7017814d" @@ -20612,7 +20771,14 @@ yocto-queue@^0.1.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== -zero-crossings@^1.0.0, zero-crossings@plotly/zero-crossings#v1.1.0: +zero-crossings@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/zero-crossings/-/zero-crossings-1.0.1.tgz#c562bd3113643f3443a245d12406b88b69b9a9ff" + integrity sha1-xWK9MRNkPzRDokXRJAa4i2m5qf8= + dependencies: + cwise-compiler "^1.0.0" + +"zero-crossings@github:plotly/zero-crossings#v1.1.0": version "1.1.0" resolved "https://codeload.github.com/plotly/zero-crossings/tar.gz/4746771f490344e21c84d1f631cb661d8c5ff508" From be35ab2532c2eac61c3ae9c0b48a3efc5384dffa Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Mon, 11 Oct 2021 17:13:26 +0300 Subject: [PATCH 03/35] Release 2.4.0-beta.0 --- CHANGELOG.md | 479 +++++++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 251 insertions(+), 230 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfd447..f8ccd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.4.0-beta.0](https://github.com/eea/eprtr_frontend/compare/2.3.0...2.4.0-beta.0) + +- [Task #128719] Matomo tracking of actions [`f320b17`](https://github.com/eea/eprtr_frontend/commit/f320b175fea3361e26778a871b919b99caf53e00) +- Release @eeacms/volto-embed@2.0.5 [`1d42e56`](https://github.com/eea/eprtr_frontend/commit/1d42e56d3e2d856032ed56771169ab7b547fff16) + #### [2.3.0](https://github.com/eea/eprtr_frontend/compare/2.2.0...2.3.0) -- Release @eeacms/volto-datablocks@2.0.13 [`ee45153`](https://github.com/eea/eprtr_frontend/commit/ee451536870fd12336f71329acfc088346dfe8ca) +> 6 October 2021 + +- Patch [`#21`](https://github.com/eea/eprtr_frontend/pull/21) - Update [`64ce512`](https://github.com/eea/eprtr_frontend/commit/64ce512e08f1ade12ffe1fb7a13dd3299c8150de) -- Release @eeacms/volto-eea-kitkat@4.0.1 [`d251bbb`](https://github.com/eea/eprtr_frontend/commit/d251bbb55113ab29a4b94dbda302f501e9e41d82) +- Release @eeacms/volto-datablocks@2.0.13 [`ee45153`](https://github.com/eea/eprtr_frontend/commit/ee451536870fd12336f71329acfc088346dfe8ca) - Release @eeacms/volto-eea-kitkat@4.0.0 [`ae9a972`](https://github.com/eea/eprtr_frontend/commit/ae9a9722bfb825a109c143727eeb771a3383a8c1) +- Automated release 2.3.0 [`1265a41`](https://github.com/eea/eprtr_frontend/commit/1265a4133d940e0fcfd7fb7b44ce5ede3631760e) +- Release @eeacms/volto-eea-kitkat@4.0.1 [`d251bbb`](https://github.com/eea/eprtr_frontend/commit/d251bbb55113ab29a4b94dbda302f501e9e41d82) +- Automated update of yarn.lock [`b6782c6`](https://github.com/eea/eprtr_frontend/commit/b6782c635683d97d9aa049f35b533eb3a48c4c65) - Release @eeacms/volto-embed@2.0.4 [`26680f5`](https://github.com/eea/eprtr_frontend/commit/26680f5a361391cc945c02951b5b0ebf1d105a7f) #### [2.2.0](https://github.com/eea/eprtr_frontend/compare/2.1.21...2.2.0) @@ -18,32 +28,37 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update package.json [`#19`](https://github.com/eea/eprtr_frontend/pull/19) - Rebase from master [`#20`](https://github.com/eea/eprtr_frontend/pull/20) -- do not run integration tests on PR [`cbadc05`](https://github.com/eea/eprtr_frontend/commit/cbadc05d0aedb46484025e2be31cabe5f36d3337) -- do not run integration tests on PR [`cc661bd`](https://github.com/eea/eprtr_frontend/commit/cc661bd19f1a286c99854b501f5cc19439f2fdd5) -- Add docker build test [`d70f2d8`](https://github.com/eea/eprtr_frontend/commit/d70f2d8343a62ebf905d384dd781900385ec5c50) -- [Feature #139317] Added facility type fiilter [`5149e3b`](https://github.com/eea/eprtr_frontend/commit/5149e3b0891b204a89b17ccd191cab7beaf44de4) +- Update addons versions [`d1313bf`](https://github.com/eea/eprtr_frontend/commit/d1313bf1f00e419965b5a3c41e00979481c6fbfa) +- Automated release @eeacms/volto-slate-metadata-mentions@3.0.1 [`90d43ae`](https://github.com/eea/eprtr_frontend/commit/90d43ae198652984b6352913c8702eb86ea0c613) - Removed BlockChoser customization from volto-grid; Removed @eeacms namespace from volto-addons [`3591096`](https://github.com/eea/eprtr_frontend/commit/3591096143fd0538353f977014463a08a9f43cfe) -- added kitkat [`cbab428`](https://github.com/eea/eprtr_frontend/commit/cbab42885c801ceba1cf08abc8079b5b648ed534) +- Add automated release, rebuild yarn.lock [`922ee5c`](https://github.com/eea/eprtr_frontend/commit/922ee5c9b935bad87a9d8c2247fbf0ebedbfc0bd) +- Automated update of yarn.lock [`f2f6b5e`](https://github.com/eea/eprtr_frontend/commit/f2f6b5e09cf09e87878fd433c036af93847adc13) +- Automated release 2.2.0 [`436b1e6`](https://github.com/eea/eprtr_frontend/commit/436b1e6b468cc378677a2d6b5ecab7f74652c759) +- [Feature #139317] Added facility type fiilter [`5149e3b`](https://github.com/eea/eprtr_frontend/commit/5149e3b0891b204a89b17ccd191cab7beaf44de4) +- Add docker build test [`d70f2d8`](https://github.com/eea/eprtr_frontend/commit/d70f2d8343a62ebf905d384dd781900385ec5c50) - added kitkat [`41b58aa`](https://github.com/eea/eprtr_frontend/commit/41b58aad97c87640366e0ec002026d224442edeb) -- added tpl [`95bfdc8`](https://github.com/eea/eprtr_frontend/commit/95bfdc802bb6db9d81dff7a8ff1b0fb6489129ea) -- Updated settings [`aee77cd`](https://github.com/eea/eprtr_frontend/commit/aee77cdad0b63105f79d7138c63efd504204d191) -- Update addons versions [`d1313bf`](https://github.com/eea/eprtr_frontend/commit/d1313bf1f00e419965b5a3c41e00979481c6fbfa) +- Automated release volto-slate@3.0.0 [`0d642c6`](https://github.com/eea/eprtr_frontend/commit/0d642c685ed148f84ef45ae501a280c4acd0e3fd) - Automated release volto-slate@3.1.1 [`518e559`](https://github.com/eea/eprtr_frontend/commit/518e5592aee22837aa9c5b435b006a128187ff17) - Automated release volto-slate@3.1.0 [`4c08689`](https://github.com/eea/eprtr_frontend/commit/4c086893548ecede0725af199382e159bccc2ca4) - Automated release volto-slate@3.0.1 [`10484e0`](https://github.com/eea/eprtr_frontend/commit/10484e0f01771e5e43aaab210a4739b9fd917474) -- Automated release volto-slate@3.0.0 [`0d642c6`](https://github.com/eea/eprtr_frontend/commit/0d642c685ed148f84ef45ae501a280c4acd0e3fd) - Automated release @eeacms/volto-slate-metadata-mentions@3.0.2 [`e65e30a`](https://github.com/eea/eprtr_frontend/commit/e65e30a3217562cda03594652874fc9b82da73cf) -- Automated release @eeacms/volto-slate-metadata-mentions@3.0.1 [`90d43ae`](https://github.com/eea/eprtr_frontend/commit/90d43ae198652984b6352913c8702eb86ea0c613) +- do not run integration tests on PR [`cbadc05`](https://github.com/eea/eprtr_frontend/commit/cbadc05d0aedb46484025e2be31cabe5f36d3337) +- Updated settings [`aee77cd`](https://github.com/eea/eprtr_frontend/commit/aee77cdad0b63105f79d7138c63efd504204d191) +- added tpl [`95bfdc8`](https://github.com/eea/eprtr_frontend/commit/95bfdc802bb6db9d81dff7a8ff1b0fb6489129ea) +- do not run integration tests on PR [`cc661bd`](https://github.com/eea/eprtr_frontend/commit/cc661bd19f1a286c99854b501f5cc19439f2fdd5) +- Automated release 2.2.0 [`c2aa647`](https://github.com/eea/eprtr_frontend/commit/c2aa6476c2d8f4d4b7758d88089487e1c78b3a99) +- added kitkat [`cbab428`](https://github.com/eea/eprtr_frontend/commit/cbab42885c801ceba1cf08abc8079b5b648ed534) +- Automated release 2.2.0 [`61eab83`](https://github.com/eea/eprtr_frontend/commit/61eab83e016907db2f9cdcf0c5b0556b732b6b26) #### [2.1.21](https://github.com/eea/eprtr_frontend/compare/2.1.20...2.1.21) > 7 September 2021 -- Release 2.1.21 [`5a3a6bc`](https://github.com/eea/eprtr_frontend/commit/5a3a6bce6b45612f2b6bcb169d424ce27391986b) - Update [`1bc3998`](https://github.com/eea/eprtr_frontend/commit/1bc3998878cf41c5a491c33e95b4db0e9d536b30) +- Automated release @eeacms/volto-object-widget@3.0.0 [`075fcec`](https://github.com/eea/eprtr_frontend/commit/075fcec8756d72270b480f23dca23ad0d250390a) +- Release 2.1.21 [`5a3a6bc`](https://github.com/eea/eprtr_frontend/commit/5a3a6bce6b45612f2b6bcb169d424ce27391986b) - Automated release @eeacms/volto-slate-metadata-mentions@3.0.0 [`2921178`](https://github.com/eea/eprtr_frontend/commit/2921178a21095f74e644b92b726b0fb596c87016) - Automated release @eeacms/volto-widgets-view@3.0.0 [`7d8cd8c`](https://github.com/eea/eprtr_frontend/commit/7d8cd8c5f32d0eaab4e097548394cbca4e9ac070) -- Automated release @eeacms/volto-object-widget@3.0.0 [`075fcec`](https://github.com/eea/eprtr_frontend/commit/075fcec8756d72270b480f23dca23ad0d250390a) #### [2.1.20](https://github.com/eea/eprtr_frontend/compare/2.1.19...2.1.20) @@ -63,23 +78,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 31 August 2021 -- Release 2.1.18 [`a6d6b09`](https://github.com/eea/eprtr_frontend/commit/a6d6b0908a045ba44818e8ffcf29c7de9b053134) - Use db_version; New Industry map; Industry table with connector [`04bd3c0`](https://github.com/eea/eprtr_frontend/commit/04bd3c0ddc921777491d17a5f7c527d21f74dec1) +- Release 2.1.18 [`a6d6b09`](https://github.com/eea/eprtr_frontend/commit/a6d6b0908a045ba44818e8ffcf29c7de9b053134) - Automated release volto-slate@2.9.3 [`bdb0382`](https://github.com/eea/eprtr_frontend/commit/bdb0382d33f2da5f297d20da0aab5df13f513dbf) #### [2.1.17](https://github.com/eea/eprtr_frontend/compare/2.1.16...2.1.17) > 26 August 2021 -- Release 2.1.17 [`eab489a`](https://github.com/eea/eprtr_frontend/commit/eab489ac417b983c90e4f16e0c0b42b48da94c34) - Automated release @eeacms/volto-staging-banner@0.1.6 [`ab95aee`](https://github.com/eea/eprtr_frontend/commit/ab95aeeadae260f869671d8d34dd5fd743ffd614) +- Release 2.1.17 [`eab489a`](https://github.com/eea/eprtr_frontend/commit/eab489ac417b983c90e4f16e0c0b42b48da94c34) #### [2.1.16](https://github.com/eea/eprtr_frontend/compare/2.1.15...2.1.16) > 26 August 2021 -- Release 2.1.16 [`87d05ed`](https://github.com/eea/eprtr_frontend/commit/87d05ed196b232e295b838b16d9857d33a5237b7) - Automated release @eeacms/volto-staging-banner@0.1.5 [`6b021ec`](https://github.com/eea/eprtr_frontend/commit/6b021ec4c148e866c0ad9ac1e77f062d30f6f1d8) +- Release 2.1.16 [`87d05ed`](https://github.com/eea/eprtr_frontend/commit/87d05ed196b232e295b838b16d9857d33a5237b7) #### [2.1.15](https://github.com/eea/eprtr_frontend/compare/2.1.14...2.1.15) @@ -92,40 +107,40 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 25 August 2021 -- Release 2.1.14 [`9e330f1`](https://github.com/eea/eprtr_frontend/commit/9e330f19fb58b6792510cd1520f6d8546305c390) - Use volto-slate@2.9.1 [`02722ce`](https://github.com/eea/eprtr_frontend/commit/02722ce62796dfe193a77b39e1ecdc2d83732b8c) -- Access document on client side [`4b1fb7c`](https://github.com/eea/eprtr_frontend/commit/4b1fb7cb9dd9d469e9d01141cc8e185d0308ae41) +- Release 2.1.14 [`9e330f1`](https://github.com/eea/eprtr_frontend/commit/9e330f19fb58b6792510cd1520f6d8546305c390) - Update [`b223a5d`](https://github.com/eea/eprtr_frontend/commit/b223a5d5161aadc789ca091813084ef5bd16b7b8) +- Access document on client side [`4b1fb7c`](https://github.com/eea/eprtr_frontend/commit/4b1fb7cb9dd9d469e9d01141cc8e185d0308ae41) #### [2.1.13](https://github.com/eea/eprtr_frontend/compare/2.1.12...2.1.13) > 24 August 2021 +- Automated release volto-slate@2.9.2 [`1fef499`](https://github.com/eea/eprtr_frontend/commit/1fef499d2ee5d32bf30caa80a586e72c63f9ed5c) - Release 2.1.13 [`93ecd97`](https://github.com/eea/eprtr_frontend/commit/93ecd97bf285470bc21c54a3ce18db5c5bcefdfc) -- Refs #137225 bumped release of volto-staging-banner [`c1cd661`](https://github.com/eea/eprtr_frontend/commit/c1cd661bb610b9a79c02e007f06a3cf51a89e102) - Automated release @eeacms/volto-staging-banner@0.1.3 [`088ca48`](https://github.com/eea/eprtr_frontend/commit/088ca4872890411773d3f3def98b59ba5f2bd6e8) -- Automated release volto-slate@2.9.2 [`1fef499`](https://github.com/eea/eprtr_frontend/commit/1fef499d2ee5d32bf30caa80a586e72c63f9ed5c) +- Refs #137225 bumped release of volto-staging-banner [`c1cd661`](https://github.com/eea/eprtr_frontend/commit/c1cd661bb610b9a79c02e007f06a3cf51a89e102) #### [2.1.12](https://github.com/eea/eprtr_frontend/compare/2.1.11...2.1.12) > 24 August 2021 -- Release 2.1.12 [`1cfb743`](https://github.com/eea/eprtr_frontend/commit/1cfb7431045c74378427a2b648f32f05c5eba13a) - Release 2.1.11 [`db04531`](https://github.com/eea/eprtr_frontend/commit/db045314691210d81e1cdb3514b72587621483d8) +- Release 2.1.12 [`1cfb743`](https://github.com/eea/eprtr_frontend/commit/1cfb7431045c74378427a2b648f32f05c5eba13a) #### [2.1.11](https://github.com/eea/eprtr_frontend/compare/2.1.10...2.1.11) > 24 August 2021 -- Refs #137225 use released version of volto-staging-banner [`25e9f7e`](https://github.com/eea/eprtr_frontend/commit/25e9f7ea34daba7374a0944bf5d0673b4e1038eb) - Refs #137225 added volto-staging-banner to eprtr_frontend stack [`b418f56`](https://github.com/eea/eprtr_frontend/commit/b418f56a57e0b2ea2ad8368a96019f03cc7d8e9e) +- Refs #137225 use released version of volto-staging-banner [`25e9f7e`](https://github.com/eea/eprtr_frontend/commit/25e9f7ea34daba7374a0944bf5d0673b4e1038eb) #### [2.1.10](https://github.com/eea/eprtr_frontend/compare/2.1.9...2.1.10) > 19 August 2021 -- Release 2.1.10 [`6671fd0`](https://github.com/eea/eprtr_frontend/commit/6671fd037f70f63225254cb057ff63d6de1245dd) - Removed garbage [`2ef42ac`](https://github.com/eea/eprtr_frontend/commit/2ef42ac7103c4a9a7312ad3b567fc03d77e4860a) +- Release 2.1.10 [`6671fd0`](https://github.com/eea/eprtr_frontend/commit/6671fd037f70f63225254cb057ff63d6de1245dd) #### [2.1.9](https://github.com/eea/eprtr_frontend/compare/2.1.8...2.1.9) @@ -134,35 +149,36 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Scroll behavior [`#18`](https://github.com/eea/eprtr_frontend/pull/18) - Add integration tests [`#17`](https://github.com/eea/eprtr_frontend/pull/17) - Bump axios from 0.20.0 to 0.21.1 [`#16`](https://github.com/eea/eprtr_frontend/pull/16) -- Release 2.1.9 [`0f5ff0c`](https://github.com/eea/eprtr_frontend/commit/0f5ff0c0887823a15e98e2c064ded015bb083fb3) -- Update [`3b306c4`](https://github.com/eea/eprtr_frontend/commit/3b306c4d85fc1cc1770410e2ceca3b22c50c3252) -- Automated release volto-slate@2.9.1 [`46e1c0e`](https://github.com/eea/eprtr_frontend/commit/46e1c0e9cb89cbd912fda54157f20e6b64537759) -- Automated release volto-slate@2.9.0 [`4018fc9`](https://github.com/eea/eprtr_frontend/commit/4018fc9c03b8018deedaad703d99734c93d6fba7) -- Merge master [`4be3fba`](https://github.com/eea/eprtr_frontend/commit/4be3fbabb618264026bf236c9507ae3b0ee5bb0a) - Overwrite scroll on route update [`0c04cd9`](https://github.com/eea/eprtr_frontend/commit/0c04cd9872ddf8db9bdd176147dd2b71744c56ef) -- Automated release volto-slate@2.8.3 [`09bb2ad`](https://github.com/eea/eprtr_frontend/commit/09bb2ad81101e45990451d4b4ff2229b6e5b3ac9) +- Automated release volto-slate@2.7.1 [`5dfbf0e`](https://github.com/eea/eprtr_frontend/commit/5dfbf0ec0fbf10d622867f93e2ccb5735700efeb) +- Automated release volto-slate@2.9.0 [`4018fc9`](https://github.com/eea/eprtr_frontend/commit/4018fc9c03b8018deedaad703d99734c93d6fba7) +- fix cypress [`37cf2d7`](https://github.com/eea/eprtr_frontend/commit/37cf2d7d37efcb5e1712d5847cb95680782f07a6) - Automated release volto-slate@2.8.2 [`34a5b62`](https://github.com/eea/eprtr_frontend/commit/34a5b62a214a46e676db8ec5adebc7ba36fb75ac) -- cleanup [`f88b79c`](https://github.com/eea/eprtr_frontend/commit/f88b79c9c0f182b51fb40fae9d0ff080c61f071b) -- Refs#135694 - add facility address [`c205366`](https://github.com/eea/eprtr_frontend/commit/c205366d84ef637feb5aaab52ba120026ed5a990) -- Refs#135696 - add privacy notice for site location map [`0079637`](https://github.com/eea/eprtr_frontend/commit/0079637acb4b3bf091bea3284960094cac1478c8) -- add set sonarqube addons tag step [`db7fbf1`](https://github.com/eea/eprtr_frontend/commit/db7fbf103f4d6f38c9a391c334dabeb3cc3c3087) -- Merge master [`bd44c88`](https://github.com/eea/eprtr_frontend/commit/bd44c88095391f28b3a91a74a9bc92c12095409e) +- Update [`3b306c4`](https://github.com/eea/eprtr_frontend/commit/3b306c4d85fc1cc1770410e2ceca3b22c50c3252) - Fix tests [`65177e9`](https://github.com/eea/eprtr_frontend/commit/65177e9b4c0b9606bc38c4588c4ff074aacb38e1) -- Automated release @eeacms/volto-slate-metadata-mentions@2.4.0 [`7f3aa93`](https://github.com/eea/eprtr_frontend/commit/7f3aa93bbdb266f22c53cee45b734aa4dad1038e) -- Automated release @eeacms/volto-slate-metadata-mentions@2.3.1 [`10c2aa5`](https://github.com/eea/eprtr_frontend/commit/10c2aa5d33059073a9f1ca78a75b3ef616e87cc0) -- Automated release volto-slate@2.8.1 [`6aa8829`](https://github.com/eea/eprtr_frontend/commit/6aa8829d2e2915da088167a31c1bf5c5650e59ef) +- Refs#135696 - add privacy notice for site location map [`0079637`](https://github.com/eea/eprtr_frontend/commit/0079637acb4b3bf091bea3284960094cac1478c8) - add basic tests [`cbd8d34`](https://github.com/eea/eprtr_frontend/commit/cbd8d34d009087c1acf5c43a64627c57f9442e20) -- fix cypress [`37cf2d7`](https://github.com/eea/eprtr_frontend/commit/37cf2d7d37efcb5e1712d5847cb95680782f07a6) -- Automated release @eeacms/volto-widget-toggle@2.2.3 [`35a3844`](https://github.com/eea/eprtr_frontend/commit/35a384421aed1281b39895599b8cd1885508e549) +- Automated release @eeacms/volto-slate-metadata-mentions@2.2.4 [`9d5d079`](https://github.com/eea/eprtr_frontend/commit/9d5d07983f93bdc21a9801faf776f3a7c303a152) +- add integration tests [`322a452`](https://github.com/eea/eprtr_frontend/commit/322a452d01ce79772c9f5c7f0b7823427e110dd9) +- add set sonarqube addons tag step [`db7fbf1`](https://github.com/eea/eprtr_frontend/commit/db7fbf103f4d6f38c9a391c334dabeb3cc3c3087) +- Release 2.1.9 [`0f5ff0c`](https://github.com/eea/eprtr_frontend/commit/0f5ff0c0887823a15e98e2c064ded015bb083fb3) - Automated release @eeacms/volto-slate-metadata-mentions@2.3.0 [`43b9557`](https://github.com/eea/eprtr_frontend/commit/43b95578da8f033600626add5e39e2f683233103) +- Reorganize Dockerfile to reduce image size [`bfaaf6e`](https://github.com/eea/eprtr_frontend/commit/bfaaf6e16d7b4fd7c80a8e8128111afba1a0445a) +- Automated release volto-slate@2.8.1 [`6aa8829`](https://github.com/eea/eprtr_frontend/commit/6aa8829d2e2915da088167a31c1bf5c5650e59ef) +- Automated release volto-slate@2.9.1 [`46e1c0e`](https://github.com/eea/eprtr_frontend/commit/46e1c0e9cb89cbd912fda54157f20e6b64537759) +- Merge master [`4be3fba`](https://github.com/eea/eprtr_frontend/commit/4be3fbabb618264026bf236c9507ae3b0ee5bb0a) - Automated release volto-slate@2.8.0 [`5aca954`](https://github.com/eea/eprtr_frontend/commit/5aca95492d65caeb95ad97be16831337968264a5) -- Automated release @eeacms/volto-slate-metadata-mentions@2.2.4 [`9d5d079`](https://github.com/eea/eprtr_frontend/commit/9d5d07983f93bdc21a9801faf776f3a7c303a152) - Automated release volto-slate@2.7.2 [`3aa75ee`](https://github.com/eea/eprtr_frontend/commit/3aa75eefefba2f896eafbdbf9388fec2e2a00b02) -- Automated release volto-slate@2.7.1 [`5dfbf0e`](https://github.com/eea/eprtr_frontend/commit/5dfbf0ec0fbf10d622867f93e2ccb5735700efeb) - Update cypress.json [`fb24e37`](https://github.com/eea/eprtr_frontend/commit/fb24e37646341dd5a568e54d90f2dbdc4b59823a) +- Automated release volto-slate@2.8.3 [`09bb2ad`](https://github.com/eea/eprtr_frontend/commit/09bb2ad81101e45990451d4b4ff2229b6e5b3ac9) +- Automated release @eeacms/volto-slate-metadata-mentions@2.4.0 [`7f3aa93`](https://github.com/eea/eprtr_frontend/commit/7f3aa93bbdb266f22c53cee45b734aa4dad1038e) +- Automated release @eeacms/volto-slate-metadata-mentions@2.3.1 [`10c2aa5`](https://github.com/eea/eprtr_frontend/commit/10c2aa5d33059073a9f1ca78a75b3ef616e87cc0) +- Automated release @eeacms/volto-widget-toggle@2.2.3 [`35a3844`](https://github.com/eea/eprtr_frontend/commit/35a384421aed1281b39895599b8cd1885508e549) +- Refs#135694 - add facility address [`c205366`](https://github.com/eea/eprtr_frontend/commit/c205366d84ef637feb5aaab52ba120026ed5a990) - don't build on PR [`45fde98`](https://github.com/eea/eprtr_frontend/commit/45fde9881a4d46e28d3182913e2b9ad8126a7049) -- add integration tests [`322a452`](https://github.com/eea/eprtr_frontend/commit/322a452d01ce79772c9f5c7f0b7823427e110dd9) -- Reorganize Dockerfile to reduce image size [`bfaaf6e`](https://github.com/eea/eprtr_frontend/commit/bfaaf6e16d7b4fd7c80a8e8128111afba1a0445a) +- upgrade jenkins job path [`c1dcbcb`](https://github.com/eea/eprtr_frontend/commit/c1dcbcbd3710c1bc1b4af4a4ad2a1cad8c5fc0f8) +- cleanup [`f88b79c`](https://github.com/eea/eprtr_frontend/commit/f88b79c9c0f182b51fb40fae9d0ff080c61f071b) +- Merge master [`bd44c88`](https://github.com/eea/eprtr_frontend/commit/bd44c88095391f28b3a91a74a9bc92c12095409e) - Continue if docker rmi fails [`2c8729f`](https://github.com/eea/eprtr_frontend/commit/2c8729f5c14974a630c3e1c39bc649041793760e) #### [2.1.8](https://github.com/eea/eprtr_frontend/compare/2.1.7...2.1.8) @@ -183,11 +199,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 9 June 2021 -- Release 2.1.7 [`4d4ae2c`](https://github.com/eea/eprtr_frontend/commit/4d4ae2ce0b8e7a0065848f0cbf825ad53e366101) -- [Feature #134742] Mobile improvements for the map - selecting a site [`8e56f0d`](https://github.com/eea/eprtr_frontend/commit/8e56f0d0f557cb71cdba7920969ed7657c7acb39) - Prettier [`e433d7f`](https://github.com/eea/eprtr_frontend/commit/e433d7f59bf5a4272c560c858cf3e926bedcd0f6) -- [Bug #134710] Break text if too long [`162a6f5`](https://github.com/eea/eprtr_frontend/commit/162a6f55bf110599cc769de8aa9d8842f6f1fc85) +- [Feature #134742] Mobile improvements for the map - selecting a site [`8e56f0d`](https://github.com/eea/eprtr_frontend/commit/8e56f0d0f557cb71cdba7920969ed7657c7acb39) - [Bug #134969] Use correct columns for methods_of_release [`1be92bd`](https://github.com/eea/eprtr_frontend/commit/1be92bd59bd1d6a5b2eb01d5189cb3292e1d1aaa) +- Release 2.1.7 [`4d4ae2c`](https://github.com/eea/eprtr_frontend/commit/4d4ae2ce0b8e7a0065848f0cbf825ad53e366101) - Automated release volto-slate:2.6.2 [`bed0db7`](https://github.com/eea/eprtr_frontend/commit/bed0db75192dbdb7a88d2d8ef8aab5ee79908519) - Automated release @eeacms/volto-object-widget:2.2.3 [`fef3fe2`](https://github.com/eea/eprtr_frontend/commit/fef3fe23fb5a3092724c3549d811e2318519bdda) - Automated release @eeacms/volto-object-widget:2.2.2 [`6574b53`](https://github.com/eea/eprtr_frontend/commit/6574b53a4479073d4c5f32e519a3812e54aabd44) @@ -196,6 +211,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Automated release @eeacms/volto-sentry-rancher-config:2.1.2 [`d6e6006`](https://github.com/eea/eprtr_frontend/commit/d6e600642b5b70b184b86e5ed14f45331145b1d8) - Automated release @eeacms/volto-widgets-view:2.1.2 [`3619693`](https://github.com/eea/eprtr_frontend/commit/36196933ac2d299b470ae64a7075f74677096385) - Automated release @eeacms/volto-metadata-block:3.0.1 [`4cd60d0`](https://github.com/eea/eprtr_frontend/commit/4cd60d0e0512970390e17ec5d82ff074f2817ebd) +- [Bug #134710] Break text if too long [`162a6f5`](https://github.com/eea/eprtr_frontend/commit/162a6f55bf110599cc769de8aa9d8842f6f1fc85) #### [2.1.6](https://github.com/eea/eprtr_frontend/compare/2.1.5...2.1.6) @@ -208,16 +224,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 27 May 2021 -- Release 2.1.5 [`deea9e1`](https://github.com/eea/eprtr_frontend/commit/deea9e133480b6f123865522f82839c43e8a0a28) - Update [`9d31c89`](https://github.com/eea/eprtr_frontend/commit/9d31c893a048f489fe38e379926168111fa719c2) +- Release 2.1.5 [`deea9e1`](https://github.com/eea/eprtr_frontend/commit/deea9e133480b6f123865522f82839c43e8a0a28) - Changed some links [`092dedf`](https://github.com/eea/eprtr_frontend/commit/092dedf0d0a84d214e1a6154b16718f282e5fb99) #### [2.1.4](https://github.com/eea/eprtr_frontend/compare/2.1.3...2.1.4) > 26 May 2021 -- Release 2.1.4 [`afb23f1`](https://github.com/eea/eprtr_frontend/commit/afb23f160690306c127a16f7a521885ca3e20098) - Update [`9ca01cb`](https://github.com/eea/eprtr_frontend/commit/9ca01cbe17666a69210038266e97854529067f34) +- Release 2.1.4 [`afb23f1`](https://github.com/eea/eprtr_frontend/commit/afb23f160690306c127a16f7a521885ca3e20098) - Automated release @eeacms/volto-slate-metadata-mentions:2.2.2 [`80a562e`](https://github.com/eea/eprtr_frontend/commit/80a562ed1feb69b352dd3565e5e0d75d7b0c84dc) - Automated release volto-slate:2.5.0 [`c0a3a94`](https://github.com/eea/eprtr_frontend/commit/c0a3a94ed30415a5dc49b1736b4799d15551bfb9) @@ -225,22 +241,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 24 May 2021 -- Release 2.1.3 [`c658463`](https://github.com/eea/eprtr_frontend/commit/c6584633fb1c06c8fb971d818fbcfa1bf34e1617) - Update [`7697ce2`](https://github.com/eea/eprtr_frontend/commit/7697ce2c4d6a51405605ade27c013a25c76360af) +- Release 2.1.3 [`c658463`](https://github.com/eea/eprtr_frontend/commit/c6584633fb1c06c8fb971d818fbcfa1bf34e1617) #### [2.1.2](https://github.com/eea/eprtr_frontend/compare/2.1.1...2.1.2) > 21 May 2021 -- Release 2.1.2 [`747d125`](https://github.com/eea/eprtr_frontend/commit/747d1257e9cf09534b26a8dfb59db0b2b04e3f1a) - Updated map [`66b1242`](https://github.com/eea/eprtr_frontend/commit/66b12420e19ff816799205fd13c5fab3c40900e6) +- Release 2.1.2 [`747d125`](https://github.com/eea/eprtr_frontend/commit/747d1257e9cf09534b26a8dfb59db0b2b04e3f1a) #### [2.1.1](https://github.com/eea/eprtr_frontend/compare/2.1.0...2.1.1) > 20 May 2021 -- Release 2.1.1 [`8d5b064`](https://github.com/eea/eprtr_frontend/commit/8d5b0644172d52a76f3d091f81b1b79cf4b25ca2) - Improvments on the map [`4260dbb`](https://github.com/eea/eprtr_frontend/commit/4260dbb45542a8d959a0711b2982650f5adc3cb5) +- Release 2.1.1 [`8d5b064`](https://github.com/eea/eprtr_frontend/commit/8d5b0644172d52a76f3d091f81b1b79cf4b25ca2) - Automated release @eeacms/volto-object-widget:2.2.1 [`15e777b`](https://github.com/eea/eprtr_frontend/commit/15e777bf4c9ca8ea1bfba15795f3d0b848d3da00) - Automated release @eeacms/volto-sentry-rancher-config:2.1.1 [`7c1588c`](https://github.com/eea/eprtr_frontend/commit/7c1588cf9d722658fcad296a4ba287370bf32cf7) - Automated release @eeacms/volto-widget-toggle:2.2.1 [`5e5801b`](https://github.com/eea/eprtr_frontend/commit/5e5801bf9322227cdc359c760b0772c7955230ae) @@ -252,9 +268,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 11 May 2021 -- Release 2.1.0 [`a053488`](https://github.com/eea/eprtr_frontend/commit/a05348850a3901b948b8f13134c1e7fcce743ec6) -- Update [`2134aa7`](https://github.com/eea/eprtr_frontend/commit/2134aa7c9e4f485666bc148c2d891ef414f6856d) - Update [`04f948c`](https://github.com/eea/eprtr_frontend/commit/04f948c5ee44852d427559f8bb2e84d22232752c) +- Update [`2134aa7`](https://github.com/eea/eprtr_frontend/commit/2134aa7c9e4f485666bc148c2d891ef414f6856d) +- Release 2.1.0 [`a053488`](https://github.com/eea/eprtr_frontend/commit/a05348850a3901b948b8f13134c1e7fcce743ec6) #### [2.0.7](https://github.com/eea/eprtr_frontend/compare/2.0.6...2.0.7) @@ -267,106 +283,110 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 11 May 2021 -- Release 2.0.6 [`81a2de2`](https://github.com/eea/eprtr_frontend/commit/81a2de2af3c840c463cf63fa0cdd137909ca3997) - Update [`1f0efdc`](https://github.com/eea/eprtr_frontend/commit/1f0efdc0fb67f3ed3b7c4a0c031480fbd41b95c0) +- Release 2.0.6 [`81a2de2`](https://github.com/eea/eprtr_frontend/commit/81a2de2af3c840c463cf63fa0cdd137909ca3997) #### [2.0.5](https://github.com/eea/eprtr_frontend/compare/2.0.4...2.0.5) > 10 May 2021 -- Release 2.0.5 [`e96ab4f`](https://github.com/eea/eprtr_frontend/commit/e96ab4fc1cfc47511e77fbe7fb2d6e7199a84da3) - Update [`deb4fbc`](https://github.com/eea/eprtr_frontend/commit/deb4fbc41f92d39500a8d610ff7cb9b2dd0988e6) +- Release 2.0.5 [`e96ab4f`](https://github.com/eea/eprtr_frontend/commit/e96ab4fc1cfc47511e77fbe7fb2d6e7199a84da3) #### [2.0.4](https://github.com/eea/eprtr_frontend/compare/2.0.3...2.0.4) > 7 May 2021 -- Release 2.0.4 [`dd9a8c5`](https://github.com/eea/eprtr_frontend/commit/dd9a8c5df940512e8f048dbc38a2f5be4c112b0b) -- [Bug #129791] Make filter by location / by country independent [`acf9f60`](https://github.com/eea/eprtr_frontend/commit/acf9f601022b6ecc218b03522666a8485f845caa) - cleanup [`3815661`](https://github.com/eea/eprtr_frontend/commit/3815661ff96e9a987b3207430afc40920d23237e) +- [Bug #129791] Make filter by location / by country independent [`acf9f60`](https://github.com/eea/eprtr_frontend/commit/acf9f601022b6ecc218b03522666a8485f845caa) +- Release 2.0.4 [`dd9a8c5`](https://github.com/eea/eprtr_frontend/commit/dd9a8c5df940512e8f048dbc38a2f5be4c112b0b) #### [2.0.3](https://github.com/eea/eprtr_frontend/compare/2.0.2...2.0.3) > 5 May 2021 -- Release 2.0.3 [`b7379d6`](https://github.com/eea/eprtr_frontend/commit/b7379d6e300e5aef2cc3ad63d8b7dcd032e8a5d9) -- Fix map [`e429ce6`](https://github.com/eea/eprtr_frontend/commit/e429ce665cefc6438cea9ea5912b39c40b81006d) +- Restructuring industrial site [`9811180`](https://github.com/eea/eprtr_frontend/commit/9811180e2393e7ec9fe8e8b4a8d6dbf2b4ef2a3e) - Improvments on site blocks [`6a57feb`](https://github.com/eea/eprtr_frontend/commit/6a57feb2796479e03809e45d5f9dc80b03cfbfa6) -- update site details link - map popup [`04cc6ff`](https://github.com/eea/eprtr_frontend/commit/04cc6ff191c25f908273d31333092c54c436ffe0) +- Fix map [`e429ce6`](https://github.com/eea/eprtr_frontend/commit/e429ce665cefc6438cea9ea5912b39c40b81006d) +- Release 2.0.3 [`b7379d6`](https://github.com/eea/eprtr_frontend/commit/b7379d6e300e5aef2cc3ad63d8b7dcd032e8a5d9) - change reporting year query - feature server - Unable to complete operation. [`5909742`](https://github.com/eea/eprtr_frontend/commit/5909742317acb22316bb1df2ff3b0a713a8dec81) -- update service url - arcgis [`5f12183`](https://github.com/eea/eprtr_frontend/commit/5f121831768de951f8f42ee8924473767c4cee60) -- Restructuring industrial site [`9811180`](https://github.com/eea/eprtr_frontend/commit/9811180e2393e7ec9fe8e8b4a8d6dbf2b4ef2a3e) - bugfix - site name search - escape ' characters [`36abe2d`](https://github.com/eea/eprtr_frontend/commit/36abe2d868a15c581d32506fd3b19e087a6db667) +- update service url - arcgis [`5f12183`](https://github.com/eea/eprtr_frontend/commit/5f121831768de951f8f42ee8924473767c4cee60) +- update site details link - map popup [`04cc6ff`](https://github.com/eea/eprtr_frontend/commit/04cc6ff191c25f908273d31333092c54c436ffe0) #### [2.0.2](https://github.com/eea/eprtr_frontend/compare/2.0.1...2.0.2) > 21 April 2021 -- Release 2.0.2 [`7b25894`](https://github.com/eea/eprtr_frontend/commit/7b25894b424896a718418af5eaeb279b07c6514f) - Refs #128720 - fit to country extent [`07d1787`](https://github.com/eea/eprtr_frontend/commit/07d17875e556e4576d2d29c944d329eae7b22615) -- Added site countries [`92553b2`](https://github.com/eea/eprtr_frontend/commit/92553b2819eec99b904057adaafcae2cf5ce5f7b) - Removed tests [`ba7d585`](https://github.com/eea/eprtr_frontend/commit/ba7d585fbba4db817b4d4c73026672ac1e03a7ef) +- Added site countries [`92553b2`](https://github.com/eea/eprtr_frontend/commit/92553b2819eec99b904057adaafcae2cf5ce5f7b) +- Release 2.0.2 [`7b25894`](https://github.com/eea/eprtr_frontend/commit/7b25894b424896a718418af5eaeb279b07c6514f) #### [2.0.1](https://github.com/eea/eprtr_frontend/compare/2.0.0...2.0.1) > 21 April 2021 +- Updated Dockerfile [`10aca65`](https://github.com/eea/eprtr_frontend/commit/10aca650351bfe277d3586530f5d68c365c85216) - Release 2.0.1 [`47445c3`](https://github.com/eea/eprtr_frontend/commit/47445c39e685b1255411e1269cbb5e96bdfccc1b) - Updated Dockerfile [`19ad440`](https://github.com/eea/eprtr_frontend/commit/19ad440aab6050fdcfe37bf38d30187d2682d842) -- Updated Dockerfile [`10aca65`](https://github.com/eea/eprtr_frontend/commit/10aca650351bfe277d3586530f5d68c365c85216) ### [2.0.0](https://github.com/eea/eprtr_frontend/compare/1.4.5...2.0.0) > 21 April 2021 -- Release 2.0.0 [`8e15198`](https://github.com/eea/eprtr_frontend/commit/8e15198290fe65bd1123ad46e489030538bdf0db) +- Volto 12 compatibility [`23e3f30`](https://github.com/eea/eprtr_frontend/commit/23e3f30005daa9bec65c7dd0158b2f626d931de5) +- Fixed some issues [`4620ee6`](https://github.com/eea/eprtr_frontend/commit/4620ee604503e0d4b537690bc8df17f4f99720ce) - [Feature #129799] Added Explore the data block [`52fc7b5`](https://github.com/eea/eprtr_frontend/commit/52fc7b5446ec9457418e00e0c2e45d54242ec33d) -- Filter locations for eprtr countries [`1232075`](https://github.com/eea/eprtr_frontend/commit/123207510049c024a438de28c0a5919376bcab7d) - [Feature #129790] Improvments to the map searchbox [`bfe77bc`](https://github.com/eea/eprtr_frontend/commit/bfe77bc1df542fea02f2c0dfe5f3a4f73d6dc06b) -- Fixed some issues [`4620ee6`](https://github.com/eea/eprtr_frontend/commit/4620ee604503e0d4b537690bc8df17f4f99720ce) -- Volto 12 compatibility [`23e3f30`](https://github.com/eea/eprtr_frontend/commit/23e3f30005daa9bec65c7dd0158b2f626d931de5) +- Filter locations for eprtr countries [`1232075`](https://github.com/eea/eprtr_frontend/commit/123207510049c024a438de28c0a5919376bcab7d) +- Release 2.0.0 [`8e15198`](https://github.com/eea/eprtr_frontend/commit/8e15198290fe65bd1123ad46e489030538bdf0db) #### [1.4.5](https://github.com/eea/eprtr_frontend/compare/1.4.4...1.4.5) > 23 February 2021 -- Release 1.4.5 [`f34d618`](https://github.com/eea/eprtr_frontend/commit/f34d618b5d2a65c49abfac1462acdec976c458ca) - Clean up entrypoint [`3f0afe3`](https://github.com/eea/eprtr_frontend/commit/3f0afe389aff9dbbe45e813d796d17f999414e38) +- Release 1.4.5 [`f34d618`](https://github.com/eea/eprtr_frontend/commit/f34d618b5d2a65c49abfac1462acdec976c458ca) #### [1.4.4](https://github.com/eea/eprtr_frontend/compare/1.4.3...1.4.4) > 22 February 2021 +- fix jenkins [`#14`](https://github.com/eea/eprtr_frontend/pull/14) +- Run cypress [`cc01bdb`](https://github.com/eea/eprtr_frontend/commit/cc01bdb961d630cebd89ad18db23635b9b6b6317) +- Commented cypress [`ea2eab4`](https://github.com/eea/eprtr_frontend/commit/ea2eab4dac16ac5b6d67039a2f65188420d6ca6c) +- Fix jenkins [`aef63cd`](https://github.com/eea/eprtr_frontend/commit/aef63cd9b3abd90d33b6a99d6166bdd43a69888c) - Release 1.4.4 [`0e3aa01`](https://github.com/eea/eprtr_frontend/commit/0e3aa01b0b3845d1fd002a8701df474d87617d74) -- add plonesass image [`0e2d41b`](https://github.com/eea/eprtr_frontend/commit/0e2d41b74a4778e190df1423efaf75608ca2f72d) - Fixed cypress test [`032bb2a`](https://github.com/eea/eprtr_frontend/commit/032bb2a971eb415a8dc724e6ffbbfc311b73a9fb) -- Update entrypoint-prod.sh [`45dcd5c`](https://github.com/eea/eprtr_frontend/commit/45dcd5c475131e9a9d7ddd65281a8cbbf213dce4) -- Run cypress [`cc01bdb`](https://github.com/eea/eprtr_frontend/commit/cc01bdb961d630cebd89ad18db23635b9b6b6317) - Release 1.4.3 [`d381b03`](https://github.com/eea/eprtr_frontend/commit/d381b03148ff2f3218aba80a60b20be18440675e) -- Commented cypress [`ea2eab4`](https://github.com/eea/eprtr_frontend/commit/ea2eab4dac16ac5b6d67039a2f65188420d6ca6c) +- add plonesass image [`0e2d41b`](https://github.com/eea/eprtr_frontend/commit/0e2d41b74a4778e190df1423efaf75608ca2f72d) +- try to fix JENKINS [`1191aff`](https://github.com/eea/eprtr_frontend/commit/1191aff31ce063e8a378d6b6c0259953bf3ac1f3) +- Update entrypoint-prod.sh [`45dcd5c`](https://github.com/eea/eprtr_frontend/commit/45dcd5c475131e9a9d7ddd65281a8cbbf213dce4) #### [1.4.3](https://github.com/eea/eprtr_frontend/compare/1.4.2...1.4.3) > 17 February 2021 -- Release 1.4.3 [`7b8abad`](https://github.com/eea/eprtr_frontend/commit/7b8abadf0cfee46c98748f5a3b7fb933460a0833) - Added white text logo [`9514b4a`](https://github.com/eea/eprtr_frontend/commit/9514b4a76f8223296f0a90dc86330917c9b04347) - Clean up [`41df833`](https://github.com/eea/eprtr_frontend/commit/41df8336f84e77b5fca95a25f69a7cfa86f43692) -- Update [`1b00c6b`](https://github.com/eea/eprtr_frontend/commit/1b00c6b0b6e3dbf9f71d4f516d73419bc852b96b) +- Added jest config [`ea14837`](https://github.com/eea/eprtr_frontend/commit/ea148377b61f90fb9cd01aca2100e0b12b60ea4d) - Uncomment cypress tests [`4a48ffa`](https://github.com/eea/eprtr_frontend/commit/4a48ffa4c404e37f7e8fc13e42872e54c759d5ff) +- Commented integration tests [`ed74d98`](https://github.com/eea/eprtr_frontend/commit/ed74d981a953a57b9c0e5939c4729dc385c23905) +- Release 1.4.3 [`7b8abad`](https://github.com/eea/eprtr_frontend/commit/7b8abadf0cfee46c98748f5a3b7fb933460a0833) +- Added dependencies to docker image [`7c2d759`](https://github.com/eea/eprtr_frontend/commit/7c2d7597a3570d5d8e8f1677b060609faf9e0f0c) - Dockerfile don't delete cache [`22c4d50`](https://github.com/eea/eprtr_frontend/commit/22c4d50fbbbdf35cf1d5c4361b2fe46222ac5c95) - Install cypress [`287ba98`](https://github.com/eea/eprtr_frontend/commit/287ba98c17824babc4238b39d4c87b6ecd1e9c00) +- Update [`1b00c6b`](https://github.com/eea/eprtr_frontend/commit/1b00c6b0b6e3dbf9f71d4f516d73419bc852b96b) - Update [`f97f12d`](https://github.com/eea/eprtr_frontend/commit/f97f12d479b6fb0c84e58fd65e86c576f7c4ef9e) -- Added dependencies to docker image [`7c2d759`](https://github.com/eea/eprtr_frontend/commit/7c2d7597a3570d5d8e8f1677b060609faf9e0f0c) -- Added jest config [`ea14837`](https://github.com/eea/eprtr_frontend/commit/ea148377b61f90fb9cd01aca2100e0b12b60ea4d) -- Commented integration tests [`ed74d98`](https://github.com/eea/eprtr_frontend/commit/ed74d981a953a57b9c0e5939c4729dc385c23905) #### [1.4.2](https://github.com/eea/eprtr_frontend/compare/1.4.1...1.4.2) > 7 January 2021 -- Release 1.4.2 [`ddd9783`](https://github.com/eea/eprtr_frontend/commit/ddd97839ac7561e7609ef2e14c80232363ea2f68) - [Feature #125730] Added cypress [`abf5e5f`](https://github.com/eea/eprtr_frontend/commit/abf5e5faa2c6213678e50dfc024e523fdc1a88e5) +- Release 1.4.2 [`ddd9783`](https://github.com/eea/eprtr_frontend/commit/ddd97839ac7561e7609ef2e14c80232363ea2f68) +- Updated Jenkinsfile [`0ce434e`](https://github.com/eea/eprtr_frontend/commit/0ce434e348435b3a9896e2324c6df110d1d95bd3) #### [1.4.1](https://github.com/eea/eprtr_frontend/compare/1.4.0...1.4.1) @@ -379,81 +399,81 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 28 December 2020 +- Css improvments [`04ca4de`](https://github.com/eea/eprtr_frontend/commit/04ca4deab9b45494ac97b1b442b8b7241a07eb6f) - Release 1.4.0 [`5d6f699`](https://github.com/eea/eprtr_frontend/commit/5d6f6993354d9cffe5ae992316a0e9e3a3a81b55) - Removed border from pollutant index navigation menu [`df53024`](https://github.com/eea/eprtr_frontend/commit/df530249f8109510c1373c8db81552d6020729cd) -- Css improvments [`04ca4de`](https://github.com/eea/eprtr_frontend/commit/04ca4deab9b45494ac97b1b442b8b7241a07eb6f) #### [1.3.0](https://github.com/eea/eprtr_frontend/compare/1.3.0-1...1.3.0) > 18 December 2020 -- Release 1.3.0 [`47f1a93`](https://github.com/eea/eprtr_frontend/commit/47f1a93fc9955da8b97fa9635044ed3445ef1047) - Restore default App [`2da2ecf`](https://github.com/eea/eprtr_frontend/commit/2da2ecff04f9b342d2cdbcf8738d90ad75279b1a) +- Release 1.3.0 [`47f1a93`](https://github.com/eea/eprtr_frontend/commit/47f1a93fc9955da8b97fa9635044ed3445ef1047) #### [1.3.0-1](https://github.com/eea/eprtr_frontend/compare/1.3.0-0...1.3.0-1) > 18 December 2020 -- Release 1.3.0-1 [`7f9a612`](https://github.com/eea/eprtr_frontend/commit/7f9a61250c5bcf22d4a507e1232342189fa121ea) - Updated volto-datablocks, volto-embed imports [`f72b625`](https://github.com/eea/eprtr_frontend/commit/f72b625dc6da06aa15b00563d856b830d4b9cae7) +- Release 1.3.0-1 [`7f9a612`](https://github.com/eea/eprtr_frontend/commit/7f9a61250c5bcf22d4a507e1232342189fa121ea) #### [1.3.0-0](https://github.com/eea/eprtr_frontend/compare/1.2.2...1.3.0-0) > 17 December 2020 -- Release 1.3.0-0 [`0934f63`](https://github.com/eea/eprtr_frontend/commit/0934f63be448c029f83060841e9b3640fafcb31e) - Debug mode [`6727e23`](https://github.com/eea/eprtr_frontend/commit/6727e2349e65e51a51469312c45ee56b0e1693fb) -- Default value for reporting year on map [`97147b4`](https://github.com/eea/eprtr_frontend/commit/97147b4943198d3ca926388cc0f5165dd64edc4f) - Mobile menu; Updated sizes of logos [`1a13d46`](https://github.com/eea/eprtr_frontend/commit/1a13d46612ae966c08745d4df34190b76437503b) -- Changed footer download page link [`2f2773e`](https://github.com/eea/eprtr_frontend/commit/2f2773e210c9c1c5448086cc2602c34e362b663b) - Added tooltips [`afa335b`](https://github.com/eea/eprtr_frontend/commit/afa335bf1560a9dc02ea83a6f8688ea17c42b8e5) +- Default value for reporting year on map [`97147b4`](https://github.com/eea/eprtr_frontend/commit/97147b4943198d3ca926388cc0f5165dd64edc4f) +- Release 1.3.0-0 [`0934f63`](https://github.com/eea/eprtr_frontend/commit/0934f63be448c029f83060841e9b3640fafcb31e) +- Changed footer download page link [`2f2773e`](https://github.com/eea/eprtr_frontend/commit/2f2773e210c9c1c5448086cc2602c34e362b663b) #### [1.2.2](https://github.com/eea/eprtr_frontend/compare/1.2.1...1.2.2) > 16 December 2020 -- Release 1.2.2 [`78af983`](https://github.com/eea/eprtr_frontend/commit/78af98310a9869268524dc316723b0a869e6157e) -- Up to date [`9b60ef7`](https://github.com/eea/eprtr_frontend/commit/9b60ef7538ee9f7f11b0de9206501c217a939013) - lint:fix & prettier:fix [`df847d7`](https://github.com/eea/eprtr_frontend/commit/df847d7d0d586988907a34b36dd550cf69b7f75e) +- Up to date [`9b60ef7`](https://github.com/eea/eprtr_frontend/commit/9b60ef7538ee9f7f11b0de9206501c217a939013) +- Release 1.2.2 [`78af983`](https://github.com/eea/eprtr_frontend/commit/78af98310a9869268524dc316723b0a869e6157e) #### [1.2.1](https://github.com/eea/eprtr_frontend/compare/1.2.0...1.2.1) > 15 December 2020 -- Release 1.2.1 [`23a402d`](https://github.com/eea/eprtr_frontend/commit/23a402d64579e9dea5a86aa3bb871f4b914e6a1a) - stylelint:fix && prettier:fix [`4a48811`](https://github.com/eea/eprtr_frontend/commit/4a4881199abfec7b12c3cf8fa05656ef56d1a4b0) - [Taskman #125725] Fixed country filter; Removed autocomplete from sidebar [`21dd7c5`](https://github.com/eea/eprtr_frontend/commit/21dd7c5ad17d3b4b90b38c29e432bbb0dea33605) +- Release 1.2.1 [`23a402d`](https://github.com/eea/eprtr_frontend/commit/23a402d64579e9dea5a86aa3bb871f4b914e6a1a) #### [1.2.0](https://github.com/eea/eprtr_frontend/compare/1.1.4...1.2.0) > 14 December 2020 -- Release 1.2.0 [`e6afe4b`](https://github.com/eea/eprtr_frontend/commit/e6afe4bc45451a3fa76b655eda8f51eaf174a195) - [Taskman #125090] Initialize query parameters for selectors; Removed pollutants from GlossarySearch [`f2b0376`](https://github.com/eea/eprtr_frontend/commit/f2b03762a3ce8d81568a995d2cd9d5269c846e88) - [Taskman #125090] Map now loads all sites when filtering by country [`50f5b19`](https://github.com/eea/eprtr_frontend/commit/50f5b19404998c34d4b8bbba61fce00605653e8f) - [Taskman #125667] Updated Logo & Favicon [`2a871f8`](https://github.com/eea/eprtr_frontend/commit/2a871f89d3373c0cad0b58ededf7e09ba1a5fb02) +- Release 1.2.0 [`e6afe4b`](https://github.com/eea/eprtr_frontend/commit/e6afe4bc45451a3fa76b655eda8f51eaf174a195) #### [1.1.4](https://github.com/eea/eprtr_frontend/compare/1.1.3...1.1.4) > 10 December 2020 +- [Taskman #125090] Footer update: check all [`ce5a3a6`](https://github.com/eea/eprtr_frontend/commit/ce5a3a603c8785d29273ba1b790f2f9354ba4359) - Release 1.1.4 [`35af44b`](https://github.com/eea/eprtr_frontend/commit/35af44b8da141aada3a4f549be4118b50af10f8f) - [Taskman #125090] Glossary: placeholder can be empty [`2e02b80`](https://github.com/eea/eprtr_frontend/commit/2e02b80d422e57161161153689c6640919090232) -- [Taskman #125090] Footer update: check all [`ce5a3a6`](https://github.com/eea/eprtr_frontend/commit/ce5a3a603c8785d29273ba1b790f2f9354ba4359) #### [1.1.3](https://github.com/eea/eprtr_frontend/compare/1.1.2...1.1.3) > 10 December 2020 -- Release 1.1.3 [`9e1662c`](https://github.com/eea/eprtr_frontend/commit/9e1662c47be4b80f11de2afb128d6d1d08028c86) - Removed qucik facts; Added Country selector; Fixed <strong> tag [`9bd5bf0`](https://github.com/eea/eprtr_frontend/commit/9bd5bf0b4607b9dac6c183a5b702a5b1f4fd3501) +- Release 1.1.3 [`9e1662c`](https://github.com/eea/eprtr_frontend/commit/9e1662c47be4b80f11de2afb128d6d1d08028c86) #### [1.1.2](https://github.com/eea/eprtr_frontend/compare/1.1.1...1.1.2) > 2 December 2020 -- Update README.md [`f5335bb`](https://github.com/eea/eprtr_frontend/commit/f5335bb4c1673b27b3513b55f0a6ca3065fd67f9) - Update README.md [`b7bb3fa`](https://github.com/eea/eprtr_frontend/commit/b7bb3faa233b6d1355c4dd08f6e827bd62b503e3) +- Update README.md [`f5335bb`](https://github.com/eea/eprtr_frontend/commit/f5335bb4c1673b27b3513b55f0a6ca3065fd67f9) #### [1.1.1](https://github.com/eea/eprtr_frontend/compare/1.1.0...1.1.1) @@ -469,9 +489,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 2 December 2020 +- Added volto-snetry-rancher-config [`0096463`](https://github.com/eea/eprtr_frontend/commit/0096463af290c5f8da87938aa05e2e6e21b7c879) - Release 1.0.2 [`90d5058`](https://github.com/eea/eprtr_frontend/commit/90d505894395ceccab50740a504609baf78fb1fe) - Updated package.json [`07fdb07`](https://github.com/eea/eprtr_frontend/commit/07fdb071a68517aba7d04c540b06d9c88508275d) -- Added volto-snetry-rancher-config [`0096463`](https://github.com/eea/eprtr_frontend/commit/0096463af290c5f8da87938aa05e2e6e21b7c879) #### [1.0.1](https://github.com/eea/eprtr_frontend/compare/1.0.0...1.0.1) @@ -492,157 +512,158 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix menu margins [`#4`](https://github.com/eea/eprtr_frontend/pull/4) - Browse page [`#3`](https://github.com/eea/eprtr_frontend/pull/3) - Design [`#2`](https://github.com/eea/eprtr_frontend/pull/2) -- Removed links from popupdetails [`52a3cd3`](https://github.com/eea/eprtr_frontend/commit/52a3cd3ccf1983de712d3e3ab02855872628ea00) -- Typo [`0bc1d63`](https://github.com/eea/eprtr_frontend/commit/0bc1d63ab81126e398963a206a6485bd687c13d7) -- Removed border and shadow from sidebar and navigation [`b2fe2d2`](https://github.com/eea/eprtr_frontend/commit/b2fe2d20b0312706c2efcabc244450e1117da08d) -- Updated query for Analysis country selector [`979464b`](https://github.com/eea/eprtr_frontend/commit/979464b7d644ed1bbd8803eb63722e46bfd6dc9c) -- Css fix for iframe [`7cc2ab3`](https://github.com/eea/eprtr_frontend/commit/7cc2ab3b62df78daa2a809dfb6ba5b1b2105aeec) -- Removed console logs [`8d9bd0b`](https://github.com/eea/eprtr_frontend/commit/8d9bd0b09809fc3da66014c6e917d32dedf8eaa5) +- Upgrade to volto 7 [`e5785d2`](https://github.com/eea/eprtr_frontend/commit/e5785d220f028b469c2e5e023b224419d420c9f4) +- remove volto sidebar; glossary view; navigation for glossary view [`d82416d`](https://github.com/eea/eprtr_frontend/commit/d82416d0c794305c3dfd64256d5b2682af5c7c30) +- Upgrade to volto 7 [`d112e8b`](https://github.com/eea/eprtr_frontend/commit/d112e8b2fa088a3f3529fbd7f26d8bbf870bc75e) +- added ChildrenLinks [`d2c085a`](https://github.com/eea/eprtr_frontend/commit/d2c085a02e20e169e526a5325f547ffffab09db4) +- use eea/volto as volto source [`b7017a0`](https://github.com/eea/eprtr_frontend/commit/b7017a0ea79d81baf15e426055c5332c52d021fa) +- new theme structure [`f03e838`](https://github.com/eea/eprtr_frontend/commit/f03e838d2e3467597a0994487ebef0fb221d86d2) +- Customized ModalForm, SchemaWidget, SchemaWidgetFieldset [`ac7f7bc`](https://github.com/eea/eprtr_frontend/commit/ac7f7bcafaa42b79cc435058ef90982b9c0f0cea) +- Updated Blocks; added Views [`a3d19c3`](https://github.com/eea/eprtr_frontend/commit/a3d19c352a0e03ac0af91cf2b179e6c09f32fe71) +- Update [`de4de97`](https://github.com/eea/eprtr_frontend/commit/de4de97e4bfa714168b4e5ce949d07eb696f24a5) +- install grid layout, company header block [`5fbf979`](https://github.com/eea/eprtr_frontend/commit/5fbf9799146f97938fd429e53eaeacd39b2c62e6) +- Added components for Industrial Site view [`6dc48c1`](https://github.com/eea/eprtr_frontend/commit/6dc48c14ae9497f75c45f3988fbe0b51c7010717) +- Sidebar update [`a5e4e1a`](https://github.com/eea/eprtr_frontend/commit/a5e4e1ac908f33b3eacb23addcf49ebe281629c2) - Upgrade to volto 9 [`2c54ceb`](https://github.com/eea/eprtr_frontend/commit/2c54ceb4598e22086708809f03dbf1bdf2ce1853) -- Hide READ MORE button from ArticlesSparql if block is not preview [`486514b`](https://github.com/eea/eprtr_frontend/commit/486514bc772656f834de996eb63de1fb4d6bbecb) -- Updated popup 'Site contents' labels [`e3196a1`](https://github.com/eea/eprtr_frontend/commit/e3196a1fd16499b68cc7ec101752d88a133a6221) -- Show number of LCPs in popup, or nothing if no LCPs [`99b0002`](https://github.com/eea/eprtr_frontend/commit/99b0002a6f5c7395fdbfda05657b2169e6d663b7) -- Query parameters in popup link and table link [`ac7716a`](https://github.com/eea/eprtr_frontend/commit/ac7716a9036d4ecff8efb5bdb976c0619beb9a60) -- New favicon, default remember for privacyProtection, added volto-matomo [`df725d1`](https://github.com/eea/eprtr_frontend/commit/df725d1998c0e643108f22c733ef914ba72e43ae) -- Small fixes; Added collation to queries. [`004ac8f`](https://github.com/eea/eprtr_frontend/commit/004ac8f7cea1226969486161918d493f9cdcddda) -- Changed the labels for LCP/WI/COWI [`e0dea3b`](https://github.com/eea/eprtr_frontend/commit/e0dea3b6b44e88d900807ad415397f6ea8f90453) -- Query in URL [`d8e2353`](https://github.com/eea/eprtr_frontend/commit/d8e235352c97ab7260726d3b4c2062edb4e01cac) +- Updated DiscodataComponents [`3ed9625`](https://github.com/eea/eprtr_frontend/commit/3ed9625436a31a4bf0efaf9ace91781d705784a9) +- Added addons in workspace [`34a54ac`](https://github.com/eea/eprtr_frontend/commit/34a54acb7deac814af790e162a7d012b3fd7cd82) +- Added OpenlayersMap [`1ad1bb2`](https://github.com/eea/eprtr_frontend/commit/1ad1bb2359f76074e56982ace10bfd8902cac366) +- Updated blocks [`81cfd76`](https://github.com/eea/eprtr_frontend/commit/81cfd76b23cbf2a78ab95c9e8147c626f7844d19) +- styles cleanup & fixes [`507f2af`](https://github.com/eea/eprtr_frontend/commit/507f2af6ac73570e631416ab6533e970307ff39d) +- Update [`8d68491`](https://github.com/eea/eprtr_frontend/commit/8d68491ad7be3c861d45ad725be8cfb14c340742) +- Added PollutantIndex Block; Flags feature [`9d33e4d`](https://github.com/eea/eprtr_frontend/commit/9d33e4dbbf611f7ccb40ab8caa3b07fffbe00d62) +- Update [`2c87a6c`](https://github.com/eea/eprtr_frontend/commit/2c87a6c85184bceaea6ad207a15ffab3b31ba689) +- Optimization [`d47361c`](https://github.com/eea/eprtr_frontend/commit/d47361c540de9ce9aabad84db092a5db42e996b2) +- Privacy on map [`8537726`](https://github.com/eea/eprtr_frontend/commit/85377267d9d170a5a68ae8ec3c386a2c64ad8df6) +- Added FacilityBlock and RegulatoryInformationBlock [`8b56e34`](https://github.com/eea/eprtr_frontend/commit/8b56e347368caf962ff371df9ed99fc62e74463e) - Added components for Regulatory Information page. [`8d31dd2`](https://github.com/eea/eprtr_frontend/commit/8d31dd208c5fdbd4aa9675c7fc01ae227f215a4a) -- Refs#124343 - bugfix cache issue on open layers map [`05e7775`](https://github.com/eea/eprtr_frontend/commit/05e7775223417931463572e84a4c80b953a1dbf0) +- removed some customizations [`d23492b`](https://github.com/eea/eprtr_frontend/commit/d23492bcf8bc54b60d53f60b08e92c2d56a10000) +- Small fixes; Added collation to queries. [`004ac8f`](https://github.com/eea/eprtr_frontend/commit/004ac8f7cea1226969486161918d493f9cdcddda) +- Implemented FiltersBlock [`0d99c97`](https://github.com/eea/eprtr_frontend/commit/0d99c97116ae66a4e7ecb616f5351e5a0c50610a) +- Added custom SidebarBlock; Added DiscodataView [`5b0cc06`](https://github.com/eea/eprtr_frontend/commit/5b0cc0643531e4b5905faa8d8f98fba2c9e19b63) +- Extent on table [`deae944`](https://github.com/eea/eprtr_frontend/commit/deae944fe570ec19e505e5f2df79269fb3fa1189) +- Hide FiltersBlock sidebar if map not available; [`3b7edcb`](https://github.com/eea/eprtr_frontend/commit/3b7edcbd4dc6328ac41b80513aaa37610dcb0e74) +- Pollutant index block [`18b1b4e`](https://github.com/eea/eprtr_frontend/commit/18b1b4e8291688c165e4dd5d548ed21660799094) +- Fixes [`8111cd5`](https://github.com/eea/eprtr_frontend/commit/8111cd53df604a7b4545e5af661233398f83f6f2) +- refactoring and mobile breakpoints [`e235957`](https://github.com/eea/eprtr_frontend/commit/e235957af7d0c7482e336477aacc7ae1225e0a8c) +- UPDATE [`4b612f9`](https://github.com/eea/eprtr_frontend/commit/4b612f91f74ec013484ae44de9bd7265a0ed7c95) +- Update [`3f5a1ee`](https://github.com/eea/eprtr_frontend/commit/3f5a1ee9557bd54e90d04819fdf3c2196c605156) +- Updated DiscodataView; Updated SidebarBlock [`16b85ab`](https://github.com/eea/eprtr_frontend/commit/16b85ab81563f5429a5be3b6134a73898cc2a728) +- Update [`cc0c69d`](https://github.com/eea/eprtr_frontend/commit/cc0c69d4e846a5d505d7c50209400cb57d22547a) +- finished table [`03b3dd0`](https://github.com/eea/eprtr_frontend/commit/03b3dd0ab5ced2d83203c3a3b87238b633fe2056) +- Added Sidebar in FiltersBlock [`7e4c680`](https://github.com/eea/eprtr_frontend/commit/7e4c6800b2ecd53e09204714534966b38a76673f) - Fixed map not showing after accepting disclaimer [`ac0b510`](https://github.com/eea/eprtr_frontend/commit/ac0b51025ef750692b0b56982161af47fb0d39c7) -- Privacy on map [`8537726`](https://github.com/eea/eprtr_frontend/commit/85377267d9d170a5a68ae8ec3c386a2c64ad8df6) -- Added components for Industrial Site view [`6dc48c1`](https://github.com/eea/eprtr_frontend/commit/6dc48c14ae9497f75c45f3988fbe0b51c7010717) +- sparql [`ad1ddca`](https://github.com/eea/eprtr_frontend/commit/ad1ddcaa4498abab5b04256a2810c387ab755822) +- Volto 8 compatibility [`40140cf`](https://github.com/eea/eprtr_frontend/commit/40140cff97a40bd6658eab53f946a6c244806666) +- Added FiltersBlock [`3572a91`](https://github.com/eea/eprtr_frontend/commit/3572a91e4b50e02a9a1eaf5ff638265335db28e8) +- navigation refactor [`afac388`](https://github.com/eea/eprtr_frontend/commit/afac388bed51abd249ee4b5ea0cdd60d79013fa5) +- Added DetailedLink info for page from '?fullobject' request [`ea2bd90`](https://github.com/eea/eprtr_frontend/commit/ea2bd90a14cd38ff8d9f4d6d762459ab1f3f88d5) +- Query in URL [`d8e2353`](https://github.com/eea/eprtr_frontend/commit/d8e235352c97ab7260726d3b4c2062edb4e01cac) +- Adapted the Search page to the new specification of SearchBlock [`df58aef`](https://github.com/eea/eprtr_frontend/commit/df58aef1594cf6ec7086d9ab34efa1171eda2620) +- Updated FiltersBlock; Added svg-loader fir src/icons folder; [`081d565`](https://github.com/eea/eprtr_frontend/commit/081d5655ebabc2aecd6189d78fff94b74aa3c1a0) +- Fixed browse the data ('Map') mobile responsive [`a5038f0`](https://github.com/eea/eprtr_frontend/commit/a5038f0b5fab26be621068a02e41ffae9776c429) +- RedirectView fix; SidebarBlock update; Map update [`b7aff61`](https://github.com/eea/eprtr_frontend/commit/b7aff61b000b938b2e3e79be08aa3b7a2cdfca5b) +- Fixed View; Added Iframe; Update QueryParamButton; [`ea45091`](https://github.com/eea/eprtr_frontend/commit/ea45091f93f59e94dd930a615088d413a66581ee) +- Map updated [`4f95ef2`](https://github.com/eea/eprtr_frontend/commit/4f95ef2652ebf54effe332d33f98026d777e17cc) - Fix sidebar for lcp [`a07b01e`](https://github.com/eea/eprtr_frontend/commit/a07b01e398dca77bd3a0a09cfedf31862f6891d6) -- Upgrade [`b5b93e8`](https://github.com/eea/eprtr_frontend/commit/b5b93e8a24e40e7a261a4b2e52ff2269c87c83f4) +- working on browse page [`8138cc6`](https://github.com/eea/eprtr_frontend/commit/8138cc6a666d2c2b276efe3877cc6e3acdb6f156) +- Added QueryParam - button and text components [`4c28708`](https://github.com/eea/eprtr_frontend/commit/4c28708674dbfb48ac15ce2c4060666fcc7d4e5b) +- Update [`f10c5e6`](https://github.com/eea/eprtr_frontend/commit/f10c5e68f8a6719ac261aafe0183df1c2d05b443) +- added responsive rules [`fbf5958`](https://github.com/eea/eprtr_frontend/commit/fbf5958b4408423952022094fb43bd4b1d6ff1c0) +- Added List block [`b89135a`](https://github.com/eea/eprtr_frontend/commit/b89135a82196c907ba0282961f3573bb0337f5a5) +- Fixed DetailedLink; Layout functionality [`698e7ab`](https://github.com/eea/eprtr_frontend/commit/698e7ab9d92261af202f0a7e62e4d0efad8bc092) - Updated Pollutant index [`0801610`](https://github.com/eea/eprtr_frontend/commit/0801610966785f53107cc8ac9a5f79ca47bbd3af) -- Update [`fd8dc7d`](https://github.com/eea/eprtr_frontend/commit/fd8dc7d57a6b281162f79b8092c093c42efe8aff) -- Change extent when search by locationTerm [`985c9b0`](https://github.com/eea/eprtr_frontend/commit/985c9b0df01f674f333605e125dfb84dd3456eee) -- Update [`e5d08c7`](https://github.com/eea/eprtr_frontend/commit/e5d08c7a944652aec2d94ba04c8e519733d5b7ec) -- Update [`7a71b72`](https://github.com/eea/eprtr_frontend/commit/7a71b728c5e8999c6f9d0e11a2da4c0537605501) +- Style update [`2dec996`](https://github.com/eea/eprtr_frontend/commit/2dec9969f246fa82bb1bdf381cc3a2d350fc584a) +- Updated FiltersBlock: sidebar + clearFilters [`581288f`](https://github.com/eea/eprtr_frontend/commit/581288f47374d899ec0001036e6a3f2a677ddaaa) +- New favicon, default remember for privacyProtection, added volto-matomo [`df725d1`](https://github.com/eea/eprtr_frontend/commit/df725d1998c0e643108f22c733ef914ba72e43ae) +- Fixes [`adbb7f7`](https://github.com/eea/eprtr_frontend/commit/adbb7f7232492fca6c8986ca8fadc6593bae86d6) +- Jenkinsfile update. FiltersBlock update. [`e3809e3`](https://github.com/eea/eprtr_frontend/commit/e3809e3ee353d5036c894baa4630690f09371190) +- glossary and homepage design [`48ae418`](https://github.com/eea/eprtr_frontend/commit/48ae41832d6648eef05ff9298a77c267d6810f10) +- Revert "glossary and homepage design" [`c4e02b5`](https://github.com/eea/eprtr_frontend/commit/c4e02b5cb2afbdcb129fd1688dec6efb64f1b0c6) +- glossary and homepage design [`0de6b75`](https://github.com/eea/eprtr_frontend/commit/0de6b752ef45cb6d798c5d73409a7a89a56bae88) +- Update [`4265326`](https://github.com/eea/eprtr_frontend/commit/4265326be4d7617132d173db86cffc1e0ae0a62f) +- Fixed Map filters; Fixed View; [`427df5e`](https://github.com/eea/eprtr_frontend/commit/427df5e7f90c2d03dd92ec8dfb05792221c3c107) +- Updated popup 'Site contents' labels [`e3196a1`](https://github.com/eea/eprtr_frontend/commit/e3196a1fd16499b68cc7ec101752d88a133a6221) +- Updated Search page; Updated SidebarBlock [`d0b0021`](https://github.com/eea/eprtr_frontend/commit/d0b00212f251ed8da798d4e72e0fd613330448a7) +- use webmap for browse the data [`83f3e77`](https://github.com/eea/eprtr_frontend/commit/83f3e7739e4df6415f107543515f7c6f75543661) +- Upgrade [`b5b93e8`](https://github.com/eea/eprtr_frontend/commit/b5b93e8a24e40e7a261a4b2e52ff2269c87c83f4) +- Added back button [`6c4e9f1`](https://github.com/eea/eprtr_frontend/commit/6c4e9f115ed3d669ac0f9f99859b210d2fa17532) +- Fixed blocks [`c559424`](https://github.com/eea/eprtr_frontend/commit/c559424af96b933b983a78be2cc1cb0654d1ae97) +- Query in url. [`5acef44`](https://github.com/eea/eprtr_frontend/commit/5acef44c72c737d37256cf6d8464dbc9ffeaeea9) +- Update [`b542a72`](https://github.com/eea/eprtr_frontend/commit/b542a72191bd7f35747d290d84c66d486b531d83) - Iframe height by viewport; Sidebar anchor update. [`8672665`](https://github.com/eea/eprtr_frontend/commit/86726656f94de6984d5decced01c26470b73a8b1) +- childrenlinks fix [`960766b`](https://github.com/eea/eprtr_frontend/commit/960766b9c680a3f6975add3242dff33fb432dea9) +- update map service and filters [`3291c69`](https://github.com/eea/eprtr_frontend/commit/3291c69e12c5a0fb37e7b2df7d0100d80167fc00) +- enable mosaic, fix childview errors [`fff222f`](https://github.com/eea/eprtr_frontend/commit/fff222fe8b8423e1d48cc9be5e390b06248f6fb9) +- Fixed undefined body in Api [`c725bc4`](https://github.com/eea/eprtr_frontend/commit/c725bc45fbd43f6d18fe7ca1a746cd5e816e360e) +- Update [`e46850d`](https://github.com/eea/eprtr_frontend/commit/e46850dba5afc97fce22986879d9c72381c009e3) +- Update [`7a71b72`](https://github.com/eea/eprtr_frontend/commit/7a71b728c5e8999c6f9d0e11a2da4c0537605501) +- Update [`017506b`](https://github.com/eea/eprtr_frontend/commit/017506b51ccf3d4d9548a686fec4b4bd38e0d917) - Updated Iframe [`a804b74`](https://github.com/eea/eprtr_frontend/commit/a804b741b8d13ba16ac7f19269bba5551ef19651) -- Update [`b542a72`](https://github.com/eea/eprtr_frontend/commit/b542a72191bd7f35747d290d84c66d486b531d83) - Updated Search page [`9c9e6de`](https://github.com/eea/eprtr_frontend/commit/9c9e6deab16a9b34b863d9692df61d680260596f) -- Update [`2df6276`](https://github.com/eea/eprtr_frontend/commit/2df627654194306a8e2a1df31ea77612a9ae233b) -- Fix navigation block [`a812730`](https://github.com/eea/eprtr_frontend/commit/a81273038cb8097b642e05f487538a365379163a) -- Fix navigation/sidebar [`c25dbf5`](https://github.com/eea/eprtr_frontend/commit/c25dbf543195cccf669c42486dd7300d562f3cc4) -- Fixes [`adbb7f7`](https://github.com/eea/eprtr_frontend/commit/adbb7f7232492fca6c8986ca8fadc6593bae86d6) -- Update [`2c87a6c`](https://github.com/eea/eprtr_frontend/commit/2c87a6c85184bceaea6ad207a15ffab3b31ba689) -- Added PollutantIndex Block; Flags feature [`9d33e4d`](https://github.com/eea/eprtr_frontend/commit/9d33e4dbbf611f7ccb40ab8caa3b07fffbe00d62) -- Pollutant index block [`18b1b4e`](https://github.com/eea/eprtr_frontend/commit/18b1b4e8291688c165e4dd5d548ed21660799094) -- Update [`8d68491`](https://github.com/eea/eprtr_frontend/commit/8d68491ad7be3c861d45ad725be8cfb14c340742) -- Update [`f10c5e6`](https://github.com/eea/eprtr_frontend/commit/f10c5e68f8a6719ac261aafe0183df1c2d05b443) -- Fixes [`8111cd5`](https://github.com/eea/eprtr_frontend/commit/8111cd53df604a7b4545e5af661233398f83f6f2) -- Fixed DetailedLink; Layout functionality [`698e7ab`](https://github.com/eea/eprtr_frontend/commit/698e7ab9d92261af202f0a7e62e4d0efad8bc092) -- fix fit to extent when geographical filters applied [`3655adf`](https://github.com/eea/eprtr_frontend/commit/3655adf05637f1930aabdab74355bd3a1272217f) -- update placeholder [`af8dd92`](https://github.com/eea/eprtr_frontend/commit/af8dd927fa942d6690b828e36ce3010988dce54e) -- Removed typo import [`31da973`](https://github.com/eea/eprtr_frontend/commit/31da9736e0148b4f30ca548c3197617d4e09c83d) -- Update [`bf739d9`](https://github.com/eea/eprtr_frontend/commit/bf739d9143d828e685cfbf9f4d54b18660001780) -- Added back button [`6c4e9f1`](https://github.com/eea/eprtr_frontend/commit/6c4e9f115ed3d669ac0f9f99859b210d2fa17532) -- Fixed popup when advanced filter applied [`8f661c5`](https://github.com/eea/eprtr_frontend/commit/8f661c58514b6ccb078a64e29432be34e8d6c70c) -- Map updated [`4f95ef2`](https://github.com/eea/eprtr_frontend/commit/4f95ef2652ebf54effe332d33f98026d777e17cc) +- tabschildview adapted for raw data [`f328f4b`](https://github.com/eea/eprtr_frontend/commit/f328f4b3c7ca735a579243b52c41283d754e79e1) +- Change extent when search by locationTerm [`985c9b0`](https://github.com/eea/eprtr_frontend/commit/985c9b0df01f674f333605e125dfb84dd3456eee) +- Update [`e5d08c7`](https://github.com/eea/eprtr_frontend/commit/e5d08c7a944652aec2d94ba04c8e519733d5b7ec) - Exclude navigation config setting [`a1b0f8d`](https://github.com/eea/eprtr_frontend/commit/a1b0f8d2e3221aae5c7fc2fed3575caf0fd3d2ec) -- Volto 8 compatibility [`40140cf`](https://github.com/eea/eprtr_frontend/commit/40140cff97a40bd6658eab53f946a6c244806666) -- filter clusters by country [`8c8bdfd`](https://github.com/eea/eprtr_frontend/commit/8c8bdfd3b6fae208cc2f2f1ef5088db09640b3cf) +- Refs#124343 - bugfix cache issue on open layers map [`05e7775`](https://github.com/eea/eprtr_frontend/commit/05e7775223417931463572e84a4c80b953a1dbf0) - green pin [`99637ce`](https://github.com/eea/eprtr_frontend/commit/99637ce5b81fb9df3613914bac788f4a97a4a923) -- zoom to filtered features [`aedf213`](https://github.com/eea/eprtr_frontend/commit/aedf213973e30d38e225ecfede407eec1f45fbc9) -- update queries and site search zoom [`ea6e56f`](https://github.com/eea/eprtr_frontend/commit/ea6e56f5164f0f1b82f9d9fb01e721855673bd82) -- update query for location [`55e1646`](https://github.com/eea/eprtr_frontend/commit/55e164690aa64c8a8c5744b9efbb31560ad32c5c) -- Extent on table [`deae944`](https://github.com/eea/eprtr_frontend/commit/deae944fe570ec19e505e5f2df79269fb3fa1189) -- update map service and filters [`3291c69`](https://github.com/eea/eprtr_frontend/commit/3291c69e12c5a0fb37e7b2df7d0100d80167fc00) -- sparql [`ad1ddca`](https://github.com/eea/eprtr_frontend/commit/ad1ddcaa4498abab5b04256a2810c387ab755822) +- Update [`bf739d9`](https://github.com/eea/eprtr_frontend/commit/bf739d9143d828e685cfbf9f4d54b18660001780) +- filter clusters by country [`8c8bdfd`](https://github.com/eea/eprtr_frontend/commit/8c8bdfd3b6fae208cc2f2f1ef5088db09640b3cf) +- Removed links from popupdetails [`52a3cd3`](https://github.com/eea/eprtr_frontend/commit/52a3cd3ccf1983de712d3e3ab02855872628ea00) +- tabs navigation based on config [`4322c28`](https://github.com/eea/eprtr_frontend/commit/4322c28339faf3c2938bbf1fe10a93ef69487b51) +- Make sure items exists before manipulating data [`4565e57`](https://github.com/eea/eprtr_frontend/commit/4565e5755fa044a25ce937d03d9ac916edfa2fe5) +- Closest feature to the center [`e2fbfe7`](https://github.com/eea/eprtr_frontend/commit/e2fbfe7cf05e501709481e6af98b68c8f8089e83) +- Query parameters in popup link and table link [`ac7716a`](https://github.com/eea/eprtr_frontend/commit/ac7716a9036d4ecff8efb5bdb976c0619beb9a60) +- Updated build scripts [`3e4488a`](https://github.com/eea/eprtr_frontend/commit/3e4488a0f39481f92b1734f8546919b9c57af107) +- styling improvements [`a4840af`](https://github.com/eea/eprtr_frontend/commit/a4840af5d00ba64d36fc74b099af65ba657f9b8f) +- Removed testing data [`5096d56`](https://github.com/eea/eprtr_frontend/commit/5096d562b9c708f3375cecbee810abc82154dd46) +- Update [`2df6276`](https://github.com/eea/eprtr_frontend/commit/2df627654194306a8e2a1df31ea77612a9ae233b) - fix extend + cleanup code [`302398a`](https://github.com/eea/eprtr_frontend/commit/302398a4656b61350661c0409b8b4cad0522049e) -- Update [`e46850d`](https://github.com/eea/eprtr_frontend/commit/e46850dba5afc97fce22986879d9c72381c009e3) -- Update [`017506b`](https://github.com/eea/eprtr_frontend/commit/017506b51ccf3d4d9548a686fec4b4bd38e0d917) -- Update [`3f5a1ee`](https://github.com/eea/eprtr_frontend/commit/3f5a1ee9557bd54e90d04819fdf3c2196c605156) -- Update [`cc0c69d`](https://github.com/eea/eprtr_frontend/commit/cc0c69d4e846a5d505d7c50209400cb57d22547a) +- zoom to filtered features [`aedf213`](https://github.com/eea/eprtr_frontend/commit/aedf213973e30d38e225ecfede407eec1f45fbc9) +- Style for Map [`ad8e11d`](https://github.com/eea/eprtr_frontend/commit/ad8e11d65ec484d03ab748b36895883e7c57fb3d) +- Fixed importing issues [`214556f`](https://github.com/eea/eprtr_frontend/commit/214556f20fccd5c4ab887703650623eca91852c3) +- Updated query for Analysis country selector [`979464b`](https://github.com/eea/eprtr_frontend/commit/979464b7d644ed1bbd8803eb63722e46bfd6dc9c) +- Removed console logs [`8d9bd0b`](https://github.com/eea/eprtr_frontend/commit/8d9bd0b09809fc3da66014c6e917d32dedf8eaa5) +- fix modal editing [`e2e0a77`](https://github.com/eea/eprtr_frontend/commit/e2e0a7777c402704d7942f95087d9856c989c573) +- Update [`6e0a1c4`](https://github.com/eea/eprtr_frontend/commit/6e0a1c4c27176f598b064da3d530f2d1291a87e1) +- Changed the labels for LCP/WI/COWI [`e0dea3b`](https://github.com/eea/eprtr_frontend/commit/e0dea3b6b44e88d900807ad415397f6ea8f90453) +- fix fit to extent when geographical filters applied [`3655adf`](https://github.com/eea/eprtr_frontend/commit/3655adf05637f1930aabdab74355bd3a1272217f) +- Removed border and shadow from sidebar and navigation [`b2fe2d2`](https://github.com/eea/eprtr_frontend/commit/b2fe2d20b0312706c2efcabc244450e1117da08d) +- Small fix [`43a8b42`](https://github.com/eea/eprtr_frontend/commit/43a8b426c25619f88cbacc37f57c3607b8d1026f) +- Fixed popup when advanced filter applied [`8f661c5`](https://github.com/eea/eprtr_frontend/commit/8f661c58514b6ccb078a64e29432be34e8d6c70c) - Downgrade volto version [`88f1485`](https://github.com/eea/eprtr_frontend/commit/88f1485e0eacca869e4bd91825a931cccf0c2815) -- Closest feature to the center [`e2fbfe7`](https://github.com/eea/eprtr_frontend/commit/e2fbfe7cf05e501709481e6af98b68c8f8089e83) -- Update [`4265326`](https://github.com/eea/eprtr_frontend/commit/4265326be4d7617132d173db86cffc1e0ae0a62f) -- UPDATE [`4b612f9`](https://github.com/eea/eprtr_frontend/commit/4b612f91f74ec013484ae44de9bd7265a0ed7c95) -- Added List block [`b89135a`](https://github.com/eea/eprtr_frontend/commit/b89135a82196c907ba0282961f3573bb0337f5a5) -- Fixed browse the data ('Map') mobile responsive [`a5038f0`](https://github.com/eea/eprtr_frontend/commit/a5038f0b5fab26be621068a02e41ffae9776c429) -- Updated blocks [`81cfd76`](https://github.com/eea/eprtr_frontend/commit/81cfd76b23cbf2a78ab95c9e8147c626f7844d19) -- Update [`de4de97`](https://github.com/eea/eprtr_frontend/commit/de4de97e4bfa714168b4e5ce949d07eb696f24a5) -- Fixed View [`f218667`](https://github.com/eea/eprtr_frontend/commit/f218667b6023fe1d453235f63c2e222e2f584c77) -- Updated DiscodataComponents [`3ed9625`](https://github.com/eea/eprtr_frontend/commit/3ed9625436a31a4bf0efaf9ace91781d705784a9) -- Fixed blocks [`c559424`](https://github.com/eea/eprtr_frontend/commit/c559424af96b933b983a78be2cc1cb0654d1ae97) -- Fixed View; Added Iframe; Update QueryParamButton; [`ea45091`](https://github.com/eea/eprtr_frontend/commit/ea45091f93f59e94dd930a615088d413a66581ee) - Style for b tag [`ba9c699`](https://github.com/eea/eprtr_frontend/commit/ba9c69908424d3652df4e74f4fd2e55a3908d96a) -- Fixed undefined body in Api [`c725bc4`](https://github.com/eea/eprtr_frontend/commit/c725bc45fbd43f6d18fe7ca1a746cd5e816e360e) -- Update [`6e0a1c4`](https://github.com/eea/eprtr_frontend/commit/6e0a1c4c27176f598b064da3d530f2d1291a87e1) -- Fixed Map filters; Fixed View; [`427df5e`](https://github.com/eea/eprtr_frontend/commit/427df5e7f90c2d03dd92ec8dfb05792221c3c107) -- Optimization [`d47361c`](https://github.com/eea/eprtr_frontend/commit/d47361c540de9ce9aabad84db092a5db42e996b2) -- RedirectView fix; SidebarBlock update; Map update [`b7aff61`](https://github.com/eea/eprtr_frontend/commit/b7aff61b000b938b2e3e79be08aa3b7a2cdfca5b) -- Style update [`2dec996`](https://github.com/eea/eprtr_frontend/commit/2dec9969f246fa82bb1bdf381cc3a2d350fc584a) -- Added QueryParam - button and text components [`4c28708`](https://github.com/eea/eprtr_frontend/commit/4c28708674dbfb48ac15ce2c4060666fcc7d4e5b) -- Added addons in workspace [`34a54ac`](https://github.com/eea/eprtr_frontend/commit/34a54acb7deac814af790e162a7d012b3fd7cd82) -- Dockerfile remove mr-developer [`52b1dbc`](https://github.com/eea/eprtr_frontend/commit/52b1dbc2bc15123e0046e8c1f53d78549d128a5f) -- Updated build scripts [`3e4488a`](https://github.com/eea/eprtr_frontend/commit/3e4488a0f39481f92b1734f8546919b9c57af107) - Removed steps from Dockerfile [`b452401`](https://github.com/eea/eprtr_frontend/commit/b4524014616ed9f94fd32e4f969d656365a6edaf) -- Fix missdev [`9f62259`](https://github.com/eea/eprtr_frontend/commit/9f62259fe5cad538d3577c4fa4ddee9fa3f03bd0) -- Fixed importing issues [`214556f`](https://github.com/eea/eprtr_frontend/commit/214556f20fccd5c4ab887703650623eca91852c3) +- add text editor toolbar [`68827fb`](https://github.com/eea/eprtr_frontend/commit/68827fbce38e0ac1ca42c8a40a9b4c79598d4f08) +- Show number of LCPs in popup, or nothing if no LCPs [`99b0002`](https://github.com/eea/eprtr_frontend/commit/99b0002a6f5c7395fdbfda05657b2169e6d663b7) +- Typo [`0bc1d63`](https://github.com/eea/eprtr_frontend/commit/0bc1d63ab81126e398963a206a6485bd687c13d7) +- update placeholder [`af8dd92`](https://github.com/eea/eprtr_frontend/commit/af8dd927fa942d6690b828e36ce3010988dce54e) +- update queries and site search zoom [`ea6e56f`](https://github.com/eea/eprtr_frontend/commit/ea6e56f5164f0f1b82f9d9fb01e721855673bd82) +- update query for location [`55e1646`](https://github.com/eea/eprtr_frontend/commit/55e164690aa64c8a8c5744b9efbb31560ad32c5c) +- console cleanup [`2040538`](https://github.com/eea/eprtr_frontend/commit/204053863dd5b1c3b76cdae90b92b46c15fba346) +- Css fix for iframe [`7cc2ab3`](https://github.com/eea/eprtr_frontend/commit/7cc2ab3b62df78daa2a809dfb6ba5b1b2105aeec) +- Fix navigation/sidebar [`c25dbf5`](https://github.com/eea/eprtr_frontend/commit/c25dbf543195cccf669c42486dd7300d562f3cc4) +- Dockerfile remove mr-developer [`52b1dbc`](https://github.com/eea/eprtr_frontend/commit/52b1dbc2bc15123e0046e8c1f53d78549d128a5f) - Update sidebar, map; [`392fd34`](https://github.com/eea/eprtr_frontend/commit/392fd3406fa92087e8ca7c5e538ed8112fbd490b) -- Style for Map [`ad8e11d`](https://github.com/eea/eprtr_frontend/commit/ad8e11d65ec484d03ab748b36895883e7c57fb3d) -- Sidebar update [`a5e4e1a`](https://github.com/eea/eprtr_frontend/commit/a5e4e1ac908f33b3eacb23addcf49ebe281629c2) -- Updated Blocks; added Views [`a3d19c3`](https://github.com/eea/eprtr_frontend/commit/a3d19c352a0e03ac0af91cf2b179e6c09f32fe71) -- Customized ModalForm, SchemaWidget, SchemaWidgetFieldset [`ac7f7bc`](https://github.com/eea/eprtr_frontend/commit/ac7f7bcafaa42b79cc435058ef90982b9c0f0cea) -- Added develop script in package.json [`7a75869`](https://github.com/eea/eprtr_frontend/commit/7a75869415e3fb550988d0c2ff0f4951f819e2ab) -- removed some customizations [`d23492b`](https://github.com/eea/eprtr_frontend/commit/d23492bcf8bc54b60d53f60b08e92c2d56a10000) -- Upgrade to volto 7 [`d112e8b`](https://github.com/eea/eprtr_frontend/commit/d112e8b2fa088a3f3529fbd7f26d8bbf870bc75e) -- Upgrade to volto 7 [`e5785d2`](https://github.com/eea/eprtr_frontend/commit/e5785d220f028b469c2e5e023b224419d420c9f4) -- Added OpenlayersMap [`1ad1bb2`](https://github.com/eea/eprtr_frontend/commit/1ad1bb2359f76074e56982ace10bfd8902cac366) -- Updated FiltersBlock: sidebar + clearFilters [`581288f`](https://github.com/eea/eprtr_frontend/commit/581288f47374d899ec0001036e6a3f2a677ddaaa) -- Hide FiltersBlock sidebar if map not available; [`3b7edcb`](https://github.com/eea/eprtr_frontend/commit/3b7edcbd4dc6328ac41b80513aaa37610dcb0e74) -- Added Sidebar in FiltersBlock [`7e4c680`](https://github.com/eea/eprtr_frontend/commit/7e4c6800b2ecd53e09204714534966b38a76673f) -- Updated FiltersBlock; Added svg-loader fir src/icons folder; [`081d565`](https://github.com/eea/eprtr_frontend/commit/081d5655ebabc2aecd6189d78fff94b74aa3c1a0) -- Implemented FiltersBlock [`0d99c97`](https://github.com/eea/eprtr_frontend/commit/0d99c97116ae66a4e7ecb616f5351e5a0c50610a) -- Added FiltersBlock [`3572a91`](https://github.com/eea/eprtr_frontend/commit/3572a91e4b50e02a9a1eaf5ff638265335db28e8) -- Typo [`074235d`](https://github.com/eea/eprtr_frontend/commit/074235ddcd7c1a1b42ee64197080f8521503861e) -- Moved volto-addons to master branch [`cb1f645`](https://github.com/eea/eprtr_frontend/commit/cb1f6454e6b696ae886449778c647aed471c1845) -- Updated Search page; Updated SidebarBlock [`d0b0021`](https://github.com/eea/eprtr_frontend/commit/d0b00212f251ed8da798d4e72e0fd613330448a7) -- Updated DiscodataView; Updated SidebarBlock [`16b85ab`](https://github.com/eea/eprtr_frontend/commit/16b85ab81563f5429a5be3b6134a73898cc2a728) -- Query in url. [`5acef44`](https://github.com/eea/eprtr_frontend/commit/5acef44c72c737d37256cf6d8464dbc9ffeaeea9) -- Added custom SidebarBlock; Added DiscodataView [`5b0cc06`](https://github.com/eea/eprtr_frontend/commit/5b0cc0643531e4b5905faa8d8f98fba2c9e19b63) -- Adapted the Search page to the new specification of SearchBlock [`df58aef`](https://github.com/eea/eprtr_frontend/commit/df58aef1594cf6ec7086d9ab34efa1171eda2620) -- tabs navigation based on config [`4322c28`](https://github.com/eea/eprtr_frontend/commit/4322c28339faf3c2938bbf1fe10a93ef69487b51) -- tabschildview adapted for raw data [`f328f4b`](https://github.com/eea/eprtr_frontend/commit/f328f4b3c7ca735a579243b52c41283d754e79e1) -- Map search branch in volto addons [`8ebbccc`](https://github.com/eea/eprtr_frontend/commit/8ebbccc8f40146a30e9f1da93666d33141188d22) - sanitization for blocks defaultview [`5ae1766`](https://github.com/eea/eprtr_frontend/commit/5ae17660fb6431c00e3ff0222c6024cbbe2eabee) -- Make sure items exists before manipulating data [`4565e57`](https://github.com/eea/eprtr_frontend/commit/4565e5755fa044a25ce937d03d9ac916edfa2fe5) -- Removed testing data [`5096d56`](https://github.com/eea/eprtr_frontend/commit/5096d562b9c708f3375cecbee810abc82154dd46) -- merge detailed link [`21868c4`](https://github.com/eea/eprtr_frontend/commit/21868c4c7fa5b12ccfa7b115e9149cc465c04374) -- install grid layout, company header block [`5fbf979`](https://github.com/eea/eprtr_frontend/commit/5fbf9799146f97938fd429e53eaeacd39b2c62e6) -- Added FacilityBlock and RegulatoryInformationBlock [`8b56e34`](https://github.com/eea/eprtr_frontend/commit/8b56e347368caf962ff371df9ed99fc62e74463e) - tabs design adjustments [`577276e`](https://github.com/eea/eprtr_frontend/commit/577276e0394dea797ae8ec1cc817f1504c2d87a3) -- use webmap for browse the data [`83f3e77`](https://github.com/eea/eprtr_frontend/commit/83f3e7739e4df6415f107543515f7c6f75543661) -- Small fix [`43a8b42`](https://github.com/eea/eprtr_frontend/commit/43a8b426c25619f88cbacc37f57c3607b8d1026f) -- Added DetailedLink info for page from '?fullobject' request [`ea2bd90`](https://github.com/eea/eprtr_frontend/commit/ea2bd90a14cd38ff8d9f4d6d762459ab1f3f88d5) -- childrenlinks fix [`960766b`](https://github.com/eea/eprtr_frontend/commit/960766b9c680a3f6975add3242dff33fb432dea9) -- styling improvements [`a4840af`](https://github.com/eea/eprtr_frontend/commit/a4840af5d00ba64d36fc74b099af65ba657f9b8f) - supress hardcoded style for iframes [`609bc83`](https://github.com/eea/eprtr_frontend/commit/609bc839c2e16122747f8a082eef718f46b727f2) -- fix modal editing [`e2e0a77`](https://github.com/eea/eprtr_frontend/commit/e2e0a7777c402704d7942f95087d9856c989c573) -- add text editor toolbar [`68827fb`](https://github.com/eea/eprtr_frontend/commit/68827fbce38e0ac1ca42c8a40a9b4c79598d4f08) -- Fix ssr for navigation [`e84c801`](https://github.com/eea/eprtr_frontend/commit/e84c8015eb000943a0e744d4dc446dbca2ca4919) -- navigation refactor [`afac388`](https://github.com/eea/eprtr_frontend/commit/afac388bed51abd249ee4b5ea0cdd60d79013fa5) +- Added develop script in package.json [`7a75869`](https://github.com/eea/eprtr_frontend/commit/7a75869415e3fb550988d0c2ff0f4951f819e2ab) +- Map search branch in volto addons [`8ebbccc`](https://github.com/eea/eprtr_frontend/commit/8ebbccc8f40146a30e9f1da93666d33141188d22) +- Fix missdev [`9f62259`](https://github.com/eea/eprtr_frontend/commit/9f62259fe5cad538d3577c4fa4ddee9fa3f03bd0) +- Typo [`074235d`](https://github.com/eea/eprtr_frontend/commit/074235ddcd7c1a1b42ee64197080f8521503861e) +- merge detailed link [`21868c4`](https://github.com/eea/eprtr_frontend/commit/21868c4c7fa5b12ccfa7b115e9149cc465c04374) - use blocks_overrde branch [`e13a0c6`](https://github.com/eea/eprtr_frontend/commit/e13a0c61ba822b48f0b608b39a1e552f0ef0db3c) -- remove volto sidebar; glossary view; navigation for glossary view [`d82416d`](https://github.com/eea/eprtr_frontend/commit/d82416d0c794305c3dfd64256d5b2682af5c7c30) -- enable mosaic, fix childview errors [`fff222f`](https://github.com/eea/eprtr_frontend/commit/fff222fe8b8423e1d48cc9be5e390b06248f6fb9) -- styles cleanup & fixes [`507f2af`](https://github.com/eea/eprtr_frontend/commit/507f2af6ac73570e631416ab6533e970307ff39d) +- Hide READ MORE button from ArticlesSparql if block is not preview [`486514b`](https://github.com/eea/eprtr_frontend/commit/486514bc772656f834de996eb63de1fb4d6bbecb) +- Update [`fd8dc7d`](https://github.com/eea/eprtr_frontend/commit/fd8dc7d57a6b281162f79b8092c093c42efe8aff) +- Fix navigation block [`a812730`](https://github.com/eea/eprtr_frontend/commit/a81273038cb8097b642e05f487538a365379163a) +- Fixed View [`f218667`](https://github.com/eea/eprtr_frontend/commit/f218667b6023fe1d453235f63c2e222e2f584c77) +- Fix ssr for navigation [`e84c801`](https://github.com/eea/eprtr_frontend/commit/e84c8015eb000943a0e744d4dc446dbca2ca4919) +- Removed typo import [`31da973`](https://github.com/eea/eprtr_frontend/commit/31da9736e0148b4f30ca548c3197617d4e09c83d) - merge master into browse page [`1e5ba27`](https://github.com/eea/eprtr_frontend/commit/1e5ba27903acdf5c45e30027617a9d86d9417eda) -- refactoring and mobile breakpoints [`e235957`](https://github.com/eea/eprtr_frontend/commit/e235957af7d0c7482e336477aacc7ae1225e0a8c) -- finished table [`03b3dd0`](https://github.com/eea/eprtr_frontend/commit/03b3dd0ab5ced2d83203c3a3b87238b633fe2056) -- new theme structure [`f03e838`](https://github.com/eea/eprtr_frontend/commit/f03e838d2e3467597a0994487ebef0fb221d86d2) -- working on browse page [`8138cc6`](https://github.com/eea/eprtr_frontend/commit/8138cc6a666d2c2b276efe3877cc6e3acdb6f156) -- use eea/volto as volto source [`b7017a0`](https://github.com/eea/eprtr_frontend/commit/b7017a0ea79d81baf15e426055c5332c52d021fa) - theme migration [`18c65fb`](https://github.com/eea/eprtr_frontend/commit/18c65fb742bb7d5ce6ffe10c91a9f6b0ba76c51e) -- console cleanup [`2040538`](https://github.com/eea/eprtr_frontend/commit/204053863dd5b1c3b76cdae90b92b46c15fba346) -- added ChildrenLinks [`d2c085a`](https://github.com/eea/eprtr_frontend/commit/d2c085a02e20e169e526a5325f547ffffab09db4) -- added responsive rules [`fbf5958`](https://github.com/eea/eprtr_frontend/commit/fbf5958b4408423952022094fb43bd4b1d6ff1c0) +- Moved volto-addons to master branch [`cb1f645`](https://github.com/eea/eprtr_frontend/commit/cb1f6454e6b696ae886449778c647aed471c1845) - merge with master [`827ca06`](https://github.com/eea/eprtr_frontend/commit/827ca06f75ab740efc9d4409a703c46e7fb55a7d) -- Revert "glossary and homepage design" [`c4e02b5`](https://github.com/eea/eprtr_frontend/commit/c4e02b5cb2afbdcb129fd1688dec6efb64f1b0c6) -- glossary and homepage design [`48ae418`](https://github.com/eea/eprtr_frontend/commit/48ae41832d6648eef05ff9298a77c267d6810f10) -- glossary and homepage design [`0de6b75`](https://github.com/eea/eprtr_frontend/commit/0de6b752ef45cb6d798c5d73409a7a89a56bae88) #### [0.0.2-beta.8](https://github.com/eea/eprtr_frontend/compare/0.0.2-beta.7...0.0.2-beta.8) @@ -655,8 +676,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 8 April 2020 -- fix button import [`ab2bf11`](https://github.com/eea/eprtr_frontend/commit/ab2bf1162519374c5633dbcdee01d4ce49b3034b) - folder contents block [`ef65f06`](https://github.com/eea/eprtr_frontend/commit/ef65f068c221a8e88ff3ea4ad858fd01398987c9) +- fix button import [`ab2bf11`](https://github.com/eea/eprtr_frontend/commit/ab2bf1162519374c5633dbcdee01d4ce49b3034b) #### [0.0.2-beta.6](https://github.com/eea/eprtr_frontend/compare/0.0.2-beta.5...0.0.2-beta.6) @@ -694,16 +715,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 7 April 2020 -- Add demo upgrade [`fd2b3f1`](https://github.com/eea/eprtr_frontend/commit/fd2b3f1bb4fc5445b3e6ccade89d42c3de9a1bcf) - install addons, fix edit [`1218f46`](https://github.com/eea/eprtr_frontend/commit/1218f46acb2e9cb5f5986b3038a29a45b34e5305) +- Add demo upgrade [`fd2b3f1`](https://github.com/eea/eprtr_frontend/commit/fd2b3f1bb4fc5445b3e6ccade89d42c3de9a1bcf) #### 0.0.1 > 7 April 2020 +- project initialization [`6dcc09d`](https://github.com/eea/eprtr_frontend/commit/6dcc09d518180fd632270393febacfecf57f848b) +- config update [`505c946`](https://github.com/eea/eprtr_frontend/commit/505c946ec464903ad3ea9b631f444a70951f7be3) - header, footer design [`5cddd6a`](https://github.com/eea/eprtr_frontend/commit/5cddd6a8c8f299cfeed4c885b2d5533cd12642e0) - logo customization [`ea9ef68`](https://github.com/eea/eprtr_frontend/commit/ea9ef6839934ed4ebc5526c2fc94216b37836de6) -- typo fix [`7f16c9e`](https://github.com/eea/eprtr_frontend/commit/7f16c9e3dff9bf8503505db85622b4d511476f31) - fix registry and template names for eptr [`1b2c7f4`](https://github.com/eea/eprtr_frontend/commit/1b2c7f4f6c99b2f1c3ff2299d4a892e7c24d6f4b) -- config update [`505c946`](https://github.com/eea/eprtr_frontend/commit/505c946ec464903ad3ea9b631f444a70951f7be3) -- project initialization [`6dcc09d`](https://github.com/eea/eprtr_frontend/commit/6dcc09d518180fd632270393febacfecf57f848b) +- typo fix [`7f16c9e`](https://github.com/eea/eprtr_frontend/commit/7f16c9e3dff9bf8503505db85622b4d511476f31) diff --git a/package.json b/package.json index 97304f5..0ebbf3f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@eeacms/eprtr_frontend", "description": "Volto-based frontend server and SPA for the Industrial Emissions Portal website (former EPRTR) industry.eea.europa.eu", "license": "MIT", - "version": "2.3.0", + "version": "2.4.0-beta.0", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", "homepage": "https://github.com/eea/eprtr_frontend", From e989a575958d0a6ff7c9cd422611847f83c1b85a Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Mon, 11 Oct 2021 20:24:12 +0000 Subject: [PATCH 04/35] Release @eeacms/volto-eea-kitkat@4.0.2 --- package.json | 4 +- yarn.lock | 168 ++++++++++----------------------------------------- 2 files changed, 34 insertions(+), 138 deletions(-) diff --git a/package.json b/package.json index 0ebbf3f..790688f 100644 --- a/package.json +++ b/package.json @@ -48,12 +48,12 @@ ], "dependencies": { "@eeacms/volto-datablocks": "2.0.13", - "@eeacms/volto-eea-kitkat": "4.0.1", + "@eeacms/volto-eea-kitkat": "4.0.2", "@eeacms/volto-embed": "2.0.5", "@eeacms/volto-grid-block": "github:eea/volto-grid-block#centurion", + "@eeacms/volto-matomo": "github:eea/volto-matomo#develop", "@eeacms/volto-openlayers-map": "0.1.2", "@eeacms/volto-tableau": "1.2.3", - "@eeacms/volto-matomo": "github:eea/volto-matomo#develop", "@material/react-linear-progress": "^0.15.0", "@plone/volto": "13.15.1", "axios": "^0.21.1", diff --git a/yarn.lock b/yarn.lock index 99380af..d0e8b3c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1143,10 +1143,10 @@ dependencies: "@datapunt/matomo-tracker-js" "^0.3.1" -"@eeacms/volto-accordion-block@3.4.5": - version "3.4.5" - resolved "https://registry.yarnpkg.com/@eeacms/volto-accordion-block/-/volto-accordion-block-3.4.5.tgz#a5f031e1413c90cde9160d44f1f3656fe7bae76e" - integrity sha512-ryRpQTWt7EXw7U3lAFOKKfWfKek/VGXqyjO/0/HXdI9Qzb094kxS/dqWF3BLxLYA5FkN84GKYzKMWUM1C5k+nQ== +"@eeacms/volto-accordion-block@3.4.6": + version "3.4.6" + resolved "https://registry.yarnpkg.com/@eeacms/volto-accordion-block/-/volto-accordion-block-3.4.6.tgz#84b9d891c33cf5607e0b1d3e82965122b497bbe3" + integrity sha512-87gEjIHSWi/mFU3i8TL+CtQK4+BBanLxNKMmyDzw11YAmIHKjknk2EOC9DrU26PHRJL1l3qOwl0FFtYnixlEng== "@eeacms/volto-banner@1.0.0": version "1.0.0" @@ -1215,12 +1215,12 @@ resolved "https://registry.yarnpkg.com/@eeacms/volto-depiction/-/volto-depiction-0.1.2.tgz#59dc808f75dc24c0134bbdc90b0c59783f1b6339" integrity sha512-th4QKuoPyGPnwZbJMU97IsaEColqPju3RKZSTo3ssJgltSNWa7FVUiWN8aASRnHvVc/PloiEbn2sE9/nhGyxMA== -"@eeacms/volto-eea-kitkat@4.0.1": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@eeacms/volto-eea-kitkat/-/volto-eea-kitkat-4.0.1.tgz#f096a78da248373fcf4beae61bc2a180297ae733" - integrity sha512-+ZT+BU3DchC0Q29py9Ohb4SCJAFvSKq+M6Wd+T4bJl5ACO218w72934QZpmauJ3VFHkTA4QsNlL3NGiqFP9X5A== +"@eeacms/volto-eea-kitkat@4.0.2": + version "4.0.2" + resolved "https://registry.yarnpkg.com/@eeacms/volto-eea-kitkat/-/volto-eea-kitkat-4.0.2.tgz#247224760da416bfbbe1a561544ec631af66cac6" + integrity sha512-lU4iZnDq5AFd3WkNyMusC7QG4Qse77hcGXCC9PhYfJXeAwWDuswrgMJaS6ly1KZFS0CghUN9+K9ojgKv2Iv/FQ== dependencies: - "@eeacms/volto-accordion-block" "3.4.5" + "@eeacms/volto-accordion-block" "3.4.6" "@eeacms/volto-banner" "1.0.0" "@eeacms/volto-block-divider" "2.1.3" "@eeacms/volto-block-image-cards" "0.1.4" @@ -1229,9 +1229,9 @@ "@eeacms/volto-columns-block" "4.4.5" "@eeacms/volto-corsproxy" "2.1.2" "@eeacms/volto-depiction" "0.1.2" - "@eeacms/volto-group-block" "4.3.0" + "@eeacms/volto-group-block" "4.3.1" "@eeacms/volto-listing-block" "0.1.2" - "@eeacms/volto-matomo" "2.0.2" + "@eeacms/volto-matomo" "2.0.3" "@eeacms/volto-metadata-block" "4.0.1" "@eeacms/volto-object-widget" "3.0.0" "@eeacms/volto-resize-helper" "0.2.4" @@ -1264,20 +1264,20 @@ react-color "^2.18.1" react-resizable "^1.10.1" -"@eeacms/volto-group-block@4.3.0": - version "4.3.0" - resolved "https://registry.yarnpkg.com/@eeacms/volto-group-block/-/volto-group-block-4.3.0.tgz#68db1d847e3731be491c7cad5b3019afe0cad2f5" - integrity sha512-KlJHknBAKcvmGHUNphCe+tUAS1qqDuanb05JCIAmRXun7TT4qF4BG+9puOmQLQMOakmMbjR7v9q+v6JDA+WRQA== +"@eeacms/volto-group-block@4.3.1": + version "4.3.1" + resolved "https://registry.yarnpkg.com/@eeacms/volto-group-block/-/volto-group-block-4.3.1.tgz#eeb6fc1c564eaa77cbe52fdc69071d2870712169" + integrity sha512-7eIOC9dLjiRy7TBPphO/GUwLX0g14BZTPp9jZj0b3oTriLqtYaV1nKV6S9e/0N5y/VFvM2KIBnvhmTUKRCgsBw== "@eeacms/volto-listing-block@0.1.2": version "0.1.2" resolved "https://registry.yarnpkg.com/@eeacms/volto-listing-block/-/volto-listing-block-0.1.2.tgz#4ba22f5a3b424f56801af22bd96e8e5a6d35d1ec" integrity sha512-0NuqOpfd6ptzFakIFo2U0m+LNVPZ0lUnxG9RdjdJTF5lZ4Zy830OqO166ftAKfYoMyjgG+fseSMriHSJlBLE7Q== -"@eeacms/volto-matomo@2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@eeacms/volto-matomo/-/volto-matomo-2.0.2.tgz#2dcf14fbde90439694286514f0a0419ae13c7ce2" - integrity sha512-LEzpiUjRHw/SWvZz8M8FJZc1ENDzOrfGho0GJO1KgJmkeheiLVC18epEZU254aGJEH7IMcY53ZJF8WYAPYv8Mw== +"@eeacms/volto-matomo@2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@eeacms/volto-matomo/-/volto-matomo-2.0.3.tgz#dfdf1a00911a1b5e9b2bbec4ef640145e3d1e96a" + integrity sha512-S24q4zjfXLuFMeE7e4y+i4VLVduYLz5OU7/kPNqwCBJkfINEHx5/T9A6NMycAjQyznE3f5EltJSog3znxc48Ow== dependencies: "@datapunt/matomo-tracker-react" "0.3.1" @@ -4149,15 +4149,7 @@ boundary-cells@^2.0.0: resolved "https://registry.yarnpkg.com/boundary-cells/-/boundary-cells-2.0.2.tgz#ed28c5a2eb36500413e5714f8eec862ad8ffec14" integrity sha512-/S48oUFYEgZMNvdqC87iYRbLBAPHYijPRNrNpm/sS8u7ijIViKm/hrV3YD4sx/W68AsG5zLMyBEditVHApHU5w== -box-intersect@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/box-intersect/-/box-intersect-1.0.2.tgz#4693ad63e828868d0654b114e09364d6281f3fbd" - integrity sha512-yJeMwlmFPG1gIa7Rs/cGXeI6iOj6Qz5MG5PE61xLKpElUGzmJ4abm+qsLpzxKJFpsSDq742BQEocr8dI2t8Nxw== - dependencies: - bit-twiddle "^1.0.2" - typedarray-pool "^1.1.0" - -"box-intersect@github:plotly/box-intersect#v1.1.0": +box-intersect@^1.0.1, box-intersect@plotly/box-intersect#v1.1.0: version "1.1.0" resolved "https://codeload.github.com/plotly/box-intersect/tar.gz/1c21ef897c37eb69e5c1efeca7087726dd8d6a23" dependencies: @@ -10155,15 +10147,7 @@ imurmurhash@^0.1.4: resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= -incremental-convex-hull@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/incremental-convex-hull/-/incremental-convex-hull-1.0.1.tgz#51428c14cb9d9a6144bfe69b2851fb377334be1e" - integrity sha1-UUKMFMudmmFEv+abKFH7N3M0vh4= - dependencies: - robust-orientation "^1.1.2" - simplicial-complex "^1.0.0" - -"incremental-convex-hull@github:plotly/incremental-convex-hull#v1.1.0": +incremental-convex-hull@^1.0.1, incremental-convex-hull@plotly/incremental-convex-hull#v1.1.0: version "1.1.0" resolved "https://codeload.github.com/plotly/incremental-convex-hull/tar.gz/352d9e73861913695fd4e1a4c6ad79898c0c8268" dependencies: @@ -13171,28 +13155,13 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -ndarray-extract-contour@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/ndarray-extract-contour/-/ndarray-extract-contour-1.0.1.tgz#0aee113a3a33b226b90c4888cf877bf4751305e4" - integrity sha1-Cu4ROjozsia5DEiIz4d79HUTBeQ= - dependencies: - typedarray-pool "^1.0.0" - -"ndarray-extract-contour@github:plotly/ndarray-extract-contour#v1.1.0": +ndarray-extract-contour@^1.0.0, ndarray-extract-contour@plotly/ndarray-extract-contour#v1.1.0: version "1.1.0" resolved "https://codeload.github.com/plotly/ndarray-extract-contour/tar.gz/0d8ed3a2fee873f08868c35894d608794e8e9d83" dependencies: typedarray-pool "^1.0.0" -ndarray-gradient@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/ndarray-gradient/-/ndarray-gradient-1.0.1.tgz#16126a78ac241162248224aa662b6db6a5885402" - integrity sha512-+xONVi7xxTCGL6KOb11Yyoe0tPNqAUKF39CvFoRjL5pdOmPd2G2pckK9lD5bpLF3q45LLnYNyiUSJSdNmQ2MTg== - dependencies: - cwise-compiler "^1.0.0" - dup "^1.0.0" - -"ndarray-gradient@github:plotly/ndarray-gradient#v1.1.0": +ndarray-gradient@^1.0.0, ndarray-gradient@plotly/ndarray-gradient#v1.1.0: version "1.1.0" resolved "https://codeload.github.com/plotly/ndarray-gradient/tar.gz/c43b0856d77084cfac7c9d96c6ddc73aeddc0bd8" dependencies: @@ -13203,26 +13172,11 @@ ndarray-linear-interpolate@^1.0.0: resolved "https://registry.yarnpkg.com/ndarray-linear-interpolate/-/ndarray-linear-interpolate-1.0.0.tgz#78bc92b85b9abc15b6e67ee65828f9e2137ae72b" integrity sha1-eLySuFuavBW25n7mWCj54hN65ys= -ndarray-ops@^1.1.0, ndarray-ops@^1.2.1, ndarray-ops@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/ndarray-ops/-/ndarray-ops-1.2.2.tgz#59e88d2c32a7eebcb1bc690fae141579557a614e" - integrity sha1-WeiNLDKn7ryxvGkPrhQVeVV6YU4= - dependencies: - cwise-compiler "^1.0.0" - -"ndarray-ops@github:plotly/ndarray-ops#v1.3.0": +ndarray-ops@^1.1.0, ndarray-ops@^1.2.1, ndarray-ops@^1.2.2, ndarray-ops@plotly/ndarray-ops#v1.3.0: version "1.3.0" resolved "https://codeload.github.com/plotly/ndarray-ops/tar.gz/afac881492696196c9966f77507558737f60c716" -ndarray-pack@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/ndarray-pack/-/ndarray-pack-1.2.1.tgz#8caebeaaa24d5ecf70ff86020637977da8ee585a" - integrity sha1-jK6+qqJNXs9w/4YCBjeXfajuWFo= - dependencies: - cwise-compiler "^1.1.2" - ndarray "^1.0.13" - -"ndarray-pack@github:plotly/ndarray-pack#v1.3.0": +ndarray-pack@^1.2.1, ndarray-pack@plotly/ndarray-pack#v1.3.0: version "1.3.0" resolved "https://codeload.github.com/plotly/ndarray-pack/tar.gz/b0cd1f835c2b623f860a3dbb0c5709c98b30aea0" dependencies: @@ -13237,28 +13191,13 @@ ndarray-scratch@^1.2.0: ndarray-ops "^1.2.1" typedarray-pool "^1.0.2" -ndarray-sort@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/ndarray-sort/-/ndarray-sort-1.0.1.tgz#fea05b4cb834c7f4e0216a354f3ca751300dfd6a" - integrity sha1-/qBbTLg0x/TgIWo1TzynUTAN/Wo= - dependencies: - typedarray-pool "^1.0.0" - -"ndarray-sort@github:plotly/ndarray-sort#v1.1.0": +ndarray-sort@^1.0.0, ndarray-sort@plotly/ndarray-sort#v1.1.0: version "1.1.0" resolved "https://codeload.github.com/plotly/ndarray-sort/tar.gz/8b3c03c0c58906640a0551505601544c9775a87a" dependencies: typedarray-pool "^1.0.0" -ndarray@^1.0.11, ndarray@^1.0.13, ndarray@^1.0.14, ndarray@^1.0.15, ndarray@^1.0.18, ndarray@^1.0.19: - version "1.0.19" - resolved "https://registry.yarnpkg.com/ndarray/-/ndarray-1.0.19.tgz#6785b5f5dfa58b83e31ae5b2a058cfd1ab3f694e" - integrity sha512-B4JHA4vdyZU30ELBw3g7/p9bZupyew5a7tX1Y/gGeF2hafrPaQZhgrGQfsvgfYbgdFZjYwuEcnaobeM/WMW+HQ== - dependencies: - iota-array "^1.0.0" - is-buffer "^1.0.2" - -"ndarray@github:plotly/ndarray#v1.1.0": +ndarray@^1.0.11, ndarray@^1.0.13, ndarray@^1.0.14, ndarray@^1.0.15, ndarray@^1.0.18, ndarray@^1.0.19, ndarray@plotly/ndarray#v1.1.0: version "1.1.0" resolved "https://codeload.github.com/plotly/ndarray/tar.gz/70ec67233be65de444307a6916aba2655e28bd84" dependencies: @@ -17285,17 +17224,7 @@ robust-compress@^1.0.0: resolved "https://registry.yarnpkg.com/robust-compress/-/robust-compress-1.0.0.tgz#4cf62c4b318d8308516012bb8c11752f39329b1b" integrity sha1-TPYsSzGNgwhRYBK7jBF1Lzkymxs= -robust-determinant@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/robust-determinant/-/robust-determinant-1.1.0.tgz#8ecae79b79caab3e74f6debe2237e5391a27e9c7" - integrity sha1-jsrnm3nKqz509t6+IjflORon6cc= - dependencies: - robust-compress "^1.0.0" - robust-scale "^1.0.0" - robust-sum "^1.0.0" - two-product "^1.0.0" - -"robust-determinant@github:plotly/robust-determinant#v1.2.1": +robust-determinant@^1.1.0, robust-determinant@plotly/robust-determinant#v1.2.1: version "1.2.1" resolved "https://codeload.github.com/plotly/robust-determinant/tar.gz/7cb499bb02411de80ae1a90e54893e46af82ca5e" dependencies: @@ -17322,14 +17251,7 @@ robust-in-sphere@1.2.1, robust-in-sphere@^1.1.3: robust-sum "^1.0.0" two-product "^1.0.0" -robust-linear-solve@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/robust-linear-solve/-/robust-linear-solve-1.0.0.tgz#0cd6ac5040691a6f2aa3cd6311d728905ca3a1f1" - integrity sha1-DNasUEBpGm8qo81jEdcokFyjofE= - dependencies: - robust-determinant "^1.1.0" - -"robust-linear-solve@github:plotly/robust-linear-solve#v1.1.1": +robust-linear-solve@^1.0.0, robust-linear-solve@plotly/robust-linear-solve#v1.1.1: version "1.1.1" resolved "https://codeload.github.com/plotly/robust-linear-solve/tar.gz/90ad6de2ce011a1e0b53d9e9f6bf8d117053c492" dependencies: @@ -17845,17 +17767,7 @@ simplicial-complex-boundary@^1.0.0: boundary-cells "^2.0.0" reduce-simplicial-complex "^1.0.0" -simplicial-complex-contour@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/simplicial-complex-contour/-/simplicial-complex-contour-1.0.2.tgz#890aacac284365340110545cf2629a26e04bf9d1" - integrity sha1-iQqsrChDZTQBEFRc8mKaJuBL+dE= - dependencies: - marching-simplex-table "^1.0.0" - ndarray "^1.0.15" - ndarray-sort "^1.0.0" - typedarray-pool "^1.1.0" - -"simplicial-complex-contour@github:plotly/simplicial-complex-contour#v1.1.0": +simplicial-complex-contour@^1.0.2, simplicial-complex-contour@plotly/simplicial-complex-contour#v1.1.0: version "1.1.0" resolved "https://codeload.github.com/plotly/simplicial-complex-contour/tar.gz/3c09d0c163385b874fedc0a366b29b6e713bfd99" dependencies: @@ -18795,16 +18707,7 @@ supports-color@^8.1.1: dependencies: has-flag "^4.0.0" -surface-nets@^1.0.0, surface-nets@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/surface-nets/-/surface-nets-1.0.2.tgz#e433c8cbba94a7274c6f4c99552b461bf1fc7a4b" - integrity sha1-5DPIy7qUpydMb0yZVStGG/H8eks= - dependencies: - ndarray-extract-contour "^1.0.0" - triangulate-hypercube "^1.0.0" - zero-crossings "^1.0.0" - -"surface-nets@github:plotly/surface-nets#v1.1.1": +surface-nets@^1.0.0, surface-nets@^1.0.2, surface-nets@plotly/surface-nets#v1.1.1: version "1.1.1" resolved "https://codeload.github.com/plotly/surface-nets/tar.gz/d80900ed4c39a1b07f9d8577180960945236d996" dependencies: @@ -20771,14 +20674,7 @@ yocto-queue@^0.1.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== -zero-crossings@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/zero-crossings/-/zero-crossings-1.0.1.tgz#c562bd3113643f3443a245d12406b88b69b9a9ff" - integrity sha1-xWK9MRNkPzRDokXRJAa4i2m5qf8= - dependencies: - cwise-compiler "^1.0.0" - -"zero-crossings@github:plotly/zero-crossings#v1.1.0": +zero-crossings@^1.0.0, zero-crossings@plotly/zero-crossings#v1.1.0: version "1.1.0" resolved "https://codeload.github.com/plotly/zero-crossings/tar.gz/4746771f490344e21c84d1f631cb661d8c5ff508" From 94c1e7174ff5ee382e5bceef34bbfc5ad7683f51 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Tue, 12 Oct 2021 12:08:02 +0300 Subject: [PATCH 05/35] Track filters/search --- locales/de.json | 2 +- locales/it.json | 2 +- .../manage/Blocks/FiltersBlock/View.jsx | 27 +++++------ src/utils.js | 12 ----- yarn.lock | 48 ------------------- 5 files changed, 13 insertions(+), 78 deletions(-) diff --git a/locales/de.json b/locales/de.json index f7d2bad..3e830f9 100644 --- a/locales/de.json +++ b/locales/de.json @@ -1 +1 @@ -{"

Add some HTML here

":"

HTML hier einfügen

","Accessibility":"Barrierefreiheit","Account Registration Completed":"Die Registrierung Ihres Zugangs wurde erfolgreich abgeschlossen.","Account activation completed":"Passwort gesetzt.","Action":"Aktion","Actions":"Aktionen","Activate and deactivate":"Aktiviern und Deaktivieren","Add":"Hinzufügen","Add Addons":"Add-on hinzufügen","Add Content":"Inhalte hinzufügen","Add Translation…":"Übersetzung hinzufügen…","Add User":"Benutzer hinzufügen","Add a description…":"Beschreibung hinzufügen…","Add block":"","Add block…":"Block hinzufügen","Add criteria":"Kriterien hinzufügen","Add date":"Datum hinzufügen","Add field":"Feld hinzufügen","Add fieldset":"Fieldset hinzufügen","Add group":"Gruppe hinzufügen","Add new content type":"Neuen Inhaltstypen hinzufügen","Add new group":"Neue Gruppe hinzufügen","Add new user":"Neuen Benutzer hinzufügen","Add to Groups":"Zu Gruppe hinzufügen","Add vocabulary term":"Füge neuen Term hinzu","Add {type}":"{type} hinzufügen","Add-ons Settings":"Einstellungen Add-ons","Additional date":"Zusätzliches Datum","Alignment":"Ausrichtung","All":"Alle","Alphabetically":"alphabetisch","Alt text":"Alternative Text","Apply working copy":"Arbeitskopie anwenden","Are you sure you want to delete this field?":"Sind Sie sicher, dass Sie dieses Feld löschen möchten?","Are you sure you want to delete this fieldset including all fields?":"Sind Sie sicher, dass Sie dieses Fieldset löschen möchten?","Ascending":"Aufsteigend","Available":"Verfügbar","Back":"Zurück","Base":"Basis","Block":"Block","Both email address and password are case sensitive, check that caps lock is not enabled.":"Sowohl E-Mail Adresse als auch Passwort unterscheiden zwischen Groß- und Kleinschreibung, stellen Sie sicher dass die Hochstelltaste nicht aktiviert ist.","Breadcrumbs":"Brotkrumen","Browse":"Durchsuchen","Browse the site, drop an image, or type an URL":"Seite durchsuchen, Bild ablegen oder URL eingeben","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Standardmäßig werden die Berechtigungen von einem Ordner auf die in ihm befindlichen Artikel vererbt. Wenn Sie dies deaktivieren, sind nur die explizit definierten Zugriffsberechtigungen gültig. In der Übersicht zeigt das Symbol ${image_confirm_icon} einen ererbten Wert an. Das Symbol ${image_link_icon} zeigt eine globale Funktion an, die vom Administrator verwaltet wird.","Cache Name":"Cache Name","Can not edit Layout for {type} content-type as it doesn't have support for Volto Blocks enabled":"Layout für {type} kann nicht verändert werden, da das Volto Blocks-Behavior nicht für diesen Inhaltstyp aktiviert ist","Can not edit Layout for {type} content-type as the Blocks behavior is enabled and read-only":"Layout für {type} kann nicht verändert werden, da das Volto Blocks-Behavior auf nur-lesend gesetzt ist","Cancel":"Abbrechen","Cell":"Zelle","Center":"Mittig","Change Note":"Änderungsnotiz","Change Password":"Passwort ändern","Change State":"Arbeitsablauf-Status ändern","Change workflow state recursively":"Arbeitlauf-Status für alle Unterobjekte ebenfalls ändern","Changes applied.":"Änderungen durchgeführt.","Changes saved":"Änderungen gespeichert","Changes saved.":"Änderungen gespeichert.","Checkbox":"Checkbox","Choices":"Auswahlfeld","Choose Image":"Bild auswählen","Choose Target":"Ziel auswählen","Choose a file":"Datei auswählen","Clear":"Löschen","Click to download full sized image":"Klicken um das Bild in der vollen Größe runterzuladen","Close":"Schließen","Close menu":"Menu schließen","Code":"Code","Collapse item":"Element einklappen","Collection":"Kollektion","Comment":"Kommentar","Commenter":"Kommentarautor","Comments":"Kommentare","Compare":"Vergleichen","Confirm password":"Passwort bestätigen","Connection refused":"Verbindung abgelehnt","Contact":"Kontakt","Contact form":"Kontaktformular","Contained items":"Enthaltene Elemente","Content type created":"Inhaltstyp erstellt","Content type deleted":"Inhaltstyp gelöscht","Contents":"Inhalte","Copy":"Kopieren","Copy blocks":"Blöcke kopieren","Copyright":"Urheberrecht","Copyright statement or other rights information on this item.":"Informationen über die Urheber- und Nutzungsrechte an diesem Artikel.","Create working copy":"Arbeitskopie erstellen","Created by {creator} on {date}":"Erstellt von {creator} am {date}","Created on":"Erstellt am","Creator":"Ersteller","Creators":"Ersteller","Criteria":"Kriterium","Current password":"Aktuelles Passwort","Cut":"Ausschneiden","Cut blocks":"Blöcke ausschneiden","Daily":"Täglich","Database Information":"Datenbankinformationen","Database Location":"Speicheort Datenbank","Database Size":"Größe Datenbank","Database main":"Datenbank","Date":"Datum","Date (newest first)":"Datum (neustes zuerst)","Default":"Standard","Delete":"Löschen","Delete Group":"Gruppe löschen","Delete Type":"Inhaltstype löschen","Delete User":"Benutzer löschen","Delete blocks":"Blöcke löschen","Delete col":"Spalte löschen","Delete row":"Zeile löschen","Depth":"Tiefe","Descending":"Absteigend","Description":"Beschreibung","Diff":"Unterschied","Difference between revision {one} and {two} of {title}":"Unterschied zwischen Version {one} and {two} von {title}","Distributed under the {license}.":"Lizensiert unter der {license}.","Divide each row into separate cells":"Jede Zeile in einzelne Zellen teilen","Do you really want to delete the following items?":"Möchten Sie den Artikel wirklich löschen?","Do you really want to delete the group {groupname}?":"Möchten Sie die Gruppe {groupname} wirklich löschen?","Do you really want to delete the type {typename}?":"Möchten Sie den Inhaltstyp {typename} wirklich löschen?","Do you really want to delete the user {username}?":"Möchten Sie den Nutzer {username} wirklich löschen?","Do you really want to delete this item?":"Möchten Sie den Artikel wirklich löschen?","Document":"Seite","Drag and drop files from your computer onto this area or click the “Browse” button.":"Ziehen Sie Dateien von Ihrem Computer auf diesen Bereich oder drücken Sie den “Durchsuchen”-Knopf.","Drop file here to replace the existing file":"Datei hier ablegen um die bestehende Datei zu ersetzen","Drop file here to upload a new file":"Datei hier ablegen um eine neue Datei hochzuladen","Drop files here ...":"Datei hier ablegen um die bestehende Datei zu ersetzen","E-mail":"E-Mail","E-mail addresses do not match.":"E-Mail-Adressen stimmen nicht überein.","Edit":"Bearbeiten","Edit comment":"Kommentar bearbeiten","Edit field":"Feld bearbeiten","Edit fieldset":"Fieldset bearbeiten","Edit recurrence":"Wiederkehrende Einstellungen bearbeiten","Edit values":"Werte bearbeiten","Edit {title}":"{title} bearbeiten","Email":"E-Mail","Email sent":"E-Mail versendet","Embed code error, please follow the instructions and try again.":"Fehler beim Einbinden des Google Maps Codes. Bitte lesen Sie die Anweisungen und stellen Sie sicher dass Sie den korrekten Code verwenden.","Embeded Google Maps":"Eingebettete Google Maps Karte","Empty object list":"Leere Liste von Elementen","Enable editable Blocks":"Aktiviere bearbeitbare Blocks","End Date":"Enddatum","Enter URL or select an item":"URL eingeben oder Objekt auswählen","Enter a username above to search or click 'Show All'":"Benutzername oben eingeben oder auf 'Alle anzeigen' klicken","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Tragen Sie Ihre E-Mail-Adresse ein, mit der Sie sich künftig anmelden müssen. Wir respektieren den Datenschutz und werden die E-Mail-Adresse nicht an Dritte weitergeben und auch nirgends anzeigen.","Enter full name, e.g. John Smith.":"Tragen Sie bitte Ihren vollen Namen ein.","Enter map Embed Code":"Karten-Einbettungscode eingeben","Enter your current password.":"Geben Sie Ihr aktuelles Passwort ein.","Enter your email address for verification.":"Tragen Sie zur Überprüfung Ihre E-Mail-Adresse ein.","Enter your new password. Minimum 5 characters.":"Geben Sie ihr neues Passwort ein. Mindestens 5 Zeichen.","Error":"Fehler","Exclude from navigation":"Von der Navigation ausschließen","Exclude this occurence":"Dieses Datum ausschließen","Excluded from navigation":"Von Navigation ausgeschlossen","Expand sidebar":"Sidebar vergrößern","Expiration Date":"Ablaufdatum","Expiration date":"Ablaufdatum","Expired":"Abgelaufen","External URL":"Externe URL","File":"Datei","File size":"Dateigröße","Filename":"Dateiname","Filter…":"Filter…","First":"Erster Tag des Monats","Fixed width table cells":"Zellen mit fester Breite","Fold":"Einklappen","Folder":"Ordner","Forbidden":"Verboten","Fourth":"Vierter","From":"E-Mail","Full":"Volle Breite","Full Name":"Vor- und Nachname","Fullname":"Name","GNU GPL license":"GNU-GPL-Lizenz","Global role":"Globale Rolle","Google Maps Embedded Block":"Google Maps Block","Group":"Gruppe","Group created":"Gruppe erstellt","Group roles updated":"","Groupname":"Gruppenname","Groups":"Gruppen","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"","Header cell":"Kopfzeile","Hide Replies":"Antworten ausblenden","History":"Historie","History Version Number":"","History of {title}":"Historie von {title}","Home":"Startseite","Home page":"Homepage","ID":"ID","If selected, this item will not appear in the navigation tree":"Bestimmt, ob der Artikel nicht in der Navigation auftauchen soll.","If this date is in the future, the content will not show up in listings and searches until this date.":"Falls das Datum in der Zukunft liegt wird der Inhalt in Auflistungen und bei der Suche nicht auftauchen, bis zu dem Datum.","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Wenn Sie sicher sind, dass Sie die richtige Adresse eingegeben haben, kontaktieren Sie bitte den {site_admin}.","Image":"Bild","Include this occurence":"Datum einbeziehen","Info":"Information","Inherit permissions from higher levels":"Berechtigungen von übergeordneten Ordnern übernehmen","Inherited value":"Geerbter Wert","Insert col after":"Spalte dahinter einfügen","Insert col before":"Spalte davor einfügen","Insert row after":"Zeile dahinter einfügen","Insert row before":"Zeile davor einfügen","Install":"Installieren","Installed":"Installiert","Installed version":"Installierte Version","Interval Daily":"Täglich","Interval Monthly":"Monatlich","Interval Weekly":"Wöchentlich","Interval Yearly":"Jährliches Intervall","Item batch size":"Batch-Anzahl","Item succesfully moved.":"Objekt wurde erfolgreich verschoben.","Item(s) copied.":"Objekt(e) kopiert.","Item(s) cut.":"Objekt(e) ausgeschnitten.","Item(s) has been updated.":"Objekt(e) wurde(n) aktualisiert","Item(s) pasted.":"Artikel eingefügt.","Item(s) state has been updated.":"Der Status der Objekte wurde aktualisiert.","Items":"Elemente","Items must be unique.":"Auswahl muss eindeutig sein.","Language":"Sprache","Last":"Letzter","Last comment date":"Letztes Kommentierdatum","Last modified":"Letzte Änderung","Latest version":"Letzte Version","Layout":"Layout","Lead Image":"Lead-Bild","Left":"Links","Link":"Link","Link more":"'Mehr' Link","Link title":"Linktitel","Link to":"Link auf","Link translation for":"Übersetzung verbinden","Listing":"Auflistung","Load more":"Mehr laden","Loading":"lädt","Location":"Ort","Log In":"Anmelden","Log in":"Anmelden","Login":"Einloggen","Login Failed":"Login fehlgeschlagen","Login Name":"Benutzername","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Erstellt von {creator} am {date}. Diese Seite ist keine Arbeitskopie mehr sondern die Live-Seite.","Make the table compact":"Tabelle komprimieren","Manage Translations":"Übersetzungen verwalten","Manage translations for {title}":"Übersetzungen für {} verwalten","Map":"Karte","Maps URL":"Karten URL","Maximum length is {len}.":"Maximale Länge ist {len}.","Maximum value is {len}.":"Maximaler Wert ist {len}","Message":"Nachricht","Minimum length is {len}.":"Minimale Länge ist {len}","Minimum value is {len}.":"Minimaler Wert ist {len}","Moderate Comments":"Kommentare moderieren","Moderate comments":"Kommentare moderieren","Monday and Friday":"Montag und Freitag","Month day":"Tag des Monats","Monthly":"Monatlich","More":"Mehr","Move to bottom of folder":"Ans Ende verschieben","Move to top of folder":"An den Anfang verschieben","My email address is":"Meine E-Mail-Adresse lautet","Name":"Name","Navigate back":"Zurück navigieren","Navigation":"Navigation","New password":"Neues Passwort","News Item":"Nachricht","No":"Nein","No image selected":"Kein Bild ausgewählt","No image set in Lead Image content field":"Im Feld 'Lead-Bild' wurde kein Bild gesetzt.","No image set in image content field":"Im Feld 'Bild' wurde kein Bild gesetzt","No items found in this container.":"Keine Elemente gefunden","No items selected":"Keine Elemente ausgewählt","No map selected":"Keine Karte ausgewählt","No occurences set":"Kein Datum gesetzt","No options":"Keine Option","No results found":"Keine Ergebnisse gefunden","No results found.":"Keine Ergebnisse gefunden.","No selection":"Keine Auswahl","No uninstall profile":"Kein Deinstallationsprofil","No value":"Kein Wert","No video selected":"Kein Video ausgewählt","No workflow":"Kein Workflow","None":"Nicht vorhanden","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"","Number of active objects":"Anzahl aktive Objekte","Object Size":"Grösse","Occurences":"Vorkommen","Ok":"OK","Open in a new tab":"In neuem Browser-Tab öffnen","Open menu":"Menü öffnen","Open object browser":"Objektsucher öffnen","Origin":"Quelle","Page":"Seite","Parent fieldset":"Eltern-Fieldset","Password":"Passwort","Password reset":"Passwort zurücksetzen","Passwords do not match.":"Die Passwörter stimmen nicht überein.","Paste":"Einfügen","Paste blocks":"Blöcke einfügen","Permissions have been updated successfully":"Berechtigungen wurden erfolgreich aktualisiert","Permissions updated":"Berechtigungen aktualisiert","Personal Information":"Persönliche Informationen","Personal Preferences":"Meine Einstellungen","Personal tools":"Persönliche Einstellungen","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Eine Liste von Personen, die an der Erstellung dieses Artikels beteiligt waren. Bitte geben Sie einen Benutzernamen pro Zeile ein. Der Hauptverantwortliche sollte zuerst genannt werden.","Please enter a valid URL by deleting the block and adding a new video block.":"Geben Sie eine gültige URL ","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the