From d166ad9a1e662d8f8103606119ca03a5389a542f Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Thu, 1 Sep 2022 12:57:04 +0300 Subject: [PATCH 1/3] fix(layoutViews): Extend instead of override - refs #151566 --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 53bc3052..17b57517 100644 --- a/src/index.js +++ b/src/index.js @@ -18,6 +18,7 @@ const applyConfig = (config) => { // Homepage config.views.layoutViews = { + ...config.views.layoutViews, homepage_view: HomePageView, homepage_inverse_view: HomePageInverseView, }; From 0a2f0cd1b722ca99f4a0a5bf53d858b9d2dfb13d Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Thu, 1 Sep 2022 13:05:35 +0300 Subject: [PATCH 2/3] refactor(applyConfig): Cleanup cosmetics --- src/index.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/index.js b/src/index.js index 17b57517..83df92c3 100644 --- a/src/index.js +++ b/src/index.js @@ -16,9 +16,9 @@ const applyConfig = (config) => { ...(config.settings.eea || {}), }; - // Homepage + // Custom Homepage layouts config.views.layoutViews = { - ...config.views.layoutViews, + ...(config.views.layoutViews || {}), homepage_view: HomePageView, homepage_inverse_view: HomePageInverseView, }; @@ -48,19 +48,13 @@ const applyConfig = (config) => { config.widgets.views.widget.tags = TokenWidget; } - // apply inPage navigation + // InPage navigation, Custom CSS voltoCustom.css and Draft Background config.settings.appExtras = [ ...(config.settings.appExtras || []), { match: '/**', component: InpageNavigation, }, - ]; - - // Custom CSS voltoCustom.css and Draft Background - const appExtras = config.settings.appExtras || []; - config.settings.appExtras = [ - ...appExtras, { match: '', component: CustomCSS, From 0b3f95e934c10444e4fdc1e98888e834ca2b30c6 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Thu, 1 Sep 2022 10:14:46 +0000 Subject: [PATCH 3/3] Automated release 0.7.1 --- CHANGELOG.md | 450 +++++++++++++++++++++++++-------------------------- package.json | 2 +- 2 files changed, 217 insertions(+), 235 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59ff2f67..bb0b484a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,322 +4,304 @@ 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). -#### [0.7.0](https://github.com/eea/volto-eea-website-theme/compare/0.6.18...0.7.0) +### [0.7.1](https://github.com/eea/volto-eea-website-theme/compare/0.7.0...0.7.1) - 1 September 2022 -- Update package.json [`a1bf047`](https://github.com/eea/volto-eea-website-theme/commit/a1bf0473236b1663d23c9b4bdf4c55db6a6f00aa) -- change(footer): Alignment as per storybook mockups [`f812944`](https://github.com/eea/volto-eea-website-theme/commit/f8129441b83ad484bf1b3bb9e7c7884031005a90) -- change(footer): Aligment as per storybook mockups [`1033166`](https://github.com/eea/volto-eea-website-theme/commit/103316636d53a08e8f627b554cfafb1180750a1f) +#### :bug: Bug Fixes -#### [0.6.18](https://github.com/eea/volto-eea-website-theme/compare/0.6.17...0.6.18) +- fix(layoutViews): Extend instead of override - refs #151566 [Alin Voinea - [`d166ad9`](https://github.com/eea/volto-eea-website-theme/commit/d166ad9a1e662d8f8103606119ca03a5389a542f)] -> 4 August 2022 +#### :nail_care: Enhancements -- change(megamenu): added icon on mega menu header section [`#53`](https://github.com/eea/volto-eea-website-theme/pull/53) +- refactor(applyConfig): Cleanup cosmetics [Alin Voinea - [`0a2f0cd`](https://github.com/eea/volto-eea-website-theme/commit/0a2f0cd1b722ca99f4a0a5bf53d858b9d2dfb13d)] -#### [0.6.17](https://github.com/eea/volto-eea-website-theme/compare/0.6.16...0.6.17) +### [0.7.0](https://github.com/eea/volto-eea-website-theme/compare/0.6.18...0.7.0) - 15 August 2022 -> 3 August 2022 +#### :nail_care: Enhancements -- Develop [`#52`](https://github.com/eea/volto-eea-website-theme/pull/52) -- Set focus on search input field in the popup on click [`#50`](https://github.com/eea/volto-eea-website-theme/pull/50) +- change(footer): Aligment as per storybook mockups #55 [ichim-david - [`6d321ca`](https://github.com/eea/volto-eea-website-theme/commit/6d321cafbede1ac5d29bf17011d669d82597340b)] +- change(footer): Alignment as per storybook mockups [ichim-david - [`f812944`](https://github.com/eea/volto-eea-website-theme/commit/f8129441b83ad484bf1b3bb9e7c7884031005a90)] +- change(footer): Aligment as per storybook mockups [nileshgulia1 - [`1033166`](https://github.com/eea/volto-eea-website-theme/commit/103316636d53a08e8f627b554cfafb1180750a1f)] -#### [0.6.16](https://github.com/eea/volto-eea-website-theme/compare/0.6.15...0.6.16) +#### :hammer_and_wrench: Others -> 1 August 2022 +- Update package.json [ichim-david - [`a1bf047`](https://github.com/eea/volto-eea-website-theme/commit/a1bf0473236b1663d23c9b4bdf4c55db6a6f00aa)] +### [0.6.18](https://github.com/eea/volto-eea-website-theme/compare/0.6.17...0.6.18) - 4 August 2022 -- Release [`#49`](https://github.com/eea/volto-eea-website-theme/pull/49) -- Nonapi breadcrumbs [`#48`](https://github.com/eea/volto-eea-website-theme/pull/48) -- Make Breadcrumbs behave better with non-content routes [`9407840`](https://github.com/eea/volto-eea-website-theme/commit/94078403458a5a3ea725ce9126fffed9d463097d) -- change(megamenu): add border for active element of menu [`252efc4`](https://github.com/eea/volto-eea-website-theme/commit/252efc4485961c8d05e3703fee06179a0fdc8da3) -- change(footer): tweaked size of eionet logo to follow size of eea logo [`fcfa8ee`](https://github.com/eea/volto-eea-website-theme/commit/fcfa8ee00cffbc147eefa0f614b366c94f30945d) -- feature(theme): added context navigation component [`083b1c2`](https://github.com/eea/volto-eea-website-theme/commit/083b1c272623c720ebfeb4338e59c2cefcb29ecc) +### [0.6.17](https://github.com/eea/volto-eea-website-theme/compare/0.6.16...0.6.17) - 3 August 2022 -#### [0.6.15](https://github.com/eea/volto-eea-website-theme/compare/0.6.14...0.6.15) +### [0.6.16](https://github.com/eea/volto-eea-website-theme/compare/0.6.15...0.6.16) - 1 August 2022 -> 1 July 2022 +#### :nail_care: Enhancements -- Release [`#47`](https://github.com/eea/volto-eea-website-theme/pull/47) -- Moved customized Toolbar to volto-eea-website-policy [`403b06d`](https://github.com/eea/volto-eea-website-theme/commit/403b06dd1225f4f15883d938d47facfe730a3699) -- change(logo): use a real svg logo for white eea logo [`e2703af`](https://github.com/eea/volto-eea-website-theme/commit/e2703af2bf3779ad3aa21fa673fa5652691a9f25) +- change(megamenu): add border for active element of menu [David Ichim - [`252efc4`](https://github.com/eea/volto-eea-website-theme/commit/252efc4485961c8d05e3703fee06179a0fdc8da3)] +- change(footer): tweaked size of eionet logo to follow size of eea logo [David Ichim - [`fcfa8ee`](https://github.com/eea/volto-eea-website-theme/commit/fcfa8ee00cffbc147eefa0f614b366c94f30945d)] -#### [0.6.14](https://github.com/eea/volto-eea-website-theme/compare/0.6.13...0.6.14) +#### :hammer_and_wrench: Others -> 30 June 2022 +- Make Breadcrumbs behave better with non-content routes [Tiberiu Ichim - [`9407840`](https://github.com/eea/volto-eea-website-theme/commit/94078403458a5a3ea725ce9126fffed9d463097d)] +- feature(theme): added context navigation component [David Ichim - [`083b1c2`](https://github.com/eea/volto-eea-website-theme/commit/083b1c272623c720ebfeb4338e59c2cefcb29ecc)] +### [0.6.15](https://github.com/eea/volto-eea-website-theme/compare/0.6.14...0.6.15) - 1 July 2022 -- develop [`#46`](https://github.com/eea/volto-eea-website-theme/pull/46) -- change(header): show eea information systems on mobile [`abdf181`](https://github.com/eea/volto-eea-website-theme/commit/abdf1819465ba1ca582c2a2d82ec02a137c0cf7f) -- change(pageheader): share dropdown appears below the share icon [`10aaafc`](https://github.com/eea/volto-eea-website-theme/commit/10aaafc79d03784972b7cf40639077246340eda9) -- change(pageheader): removed blogger, reddit and stumbleupon sharing links [`0f7d887`](https://github.com/eea/volto-eea-website-theme/commit/0f7d88700076704abb04ba1bf806ab669fe085be) +#### :nail_care: Enhancements -#### [0.6.13](https://github.com/eea/volto-eea-website-theme/compare/0.6.12...0.6.13) +- change(logo): use a real svg logo for white eea logo [David Ichim - [`e2703af`](https://github.com/eea/volto-eea-website-theme/commit/e2703af2bf3779ad3aa21fa673fa5652691a9f25)] -> 23 June 2022 +#### :hammer_and_wrench: Others -- Fix double header issue - refs #151713 [`#45`](https://github.com/eea/volto-eea-website-theme/pull/45) -- Customize EventView - copied unchanged from @plone/volto 16.0.0-alpha.7 [`346fc87`](https://github.com/eea/volto-eea-website-theme/commit/346fc87c0834627efa70ed1303c5ee98a5a17ae2) +- Moved customized Toolbar to volto-eea-website-policy [Alin Voinea - [`403b06d`](https://github.com/eea/volto-eea-website-theme/commit/403b06dd1225f4f15883d938d47facfe730a3699)] +### [0.6.14](https://github.com/eea/volto-eea-website-theme/compare/0.6.13...0.6.14) - 30 June 2022 -#### [0.6.12](https://github.com/eea/volto-eea-website-theme/compare/0.6.11...0.6.12) +#### :nail_care: Enhancements -> 23 June 2022 +- change(header): show eea information systems on mobile [David Ichim - [`abdf181`](https://github.com/eea/volto-eea-website-theme/commit/abdf1819465ba1ca582c2a2d82ec02a137c0cf7f)] +- change(pageheader): share dropdown appears below the share icon [David Ichim - [`10aaafc`](https://github.com/eea/volto-eea-website-theme/commit/10aaafc79d03784972b7cf40639077246340eda9)] +- change(pageheader): removed blogger, reddit and stumbleupon sharing links [David Ichim - [`0f7d887`](https://github.com/eea/volto-eea-website-theme/commit/0f7d88700076704abb04ba1bf806ab669fe085be)] -- change(footer): updated logos order and added climate observatory [`#44`](https://github.com/eea/volto-eea-website-theme/pull/44) +### [0.6.13](https://github.com/eea/volto-eea-website-theme/compare/0.6.12...0.6.13) - 23 June 2022 -#### [0.6.11](https://github.com/eea/volto-eea-website-theme/compare/0.6.10...0.6.11) +#### :hammer_and_wrench: Others -> 16 June 2022 +- Customize EventView - copied unchanged from @plone/volto 16.0.0-alpha.7 [Alin Voinea - [`346fc87`](https://github.com/eea/volto-eea-website-theme/commit/346fc87c0834627efa70ed1303c5ee98a5a17ae2)] +### [0.6.12](https://github.com/eea/volto-eea-website-theme/compare/0.6.11...0.6.12) - 23 June 2022 -- content box fixes [`#43`](https://github.com/eea/volto-eea-website-theme/pull/43) -- change(website): removed container from styles that implement content-box [`c513000`](https://github.com/eea/volto-eea-website-theme/commit/c513000ce374f3209f57a3d050c29a0fbff0916c) -- Optimize Content Box SVG [`ba0d417`](https://github.com/eea/volto-eea-website-theme/commit/ba0d417ad30bfb3994855716d0d387463317d24e) -- Add preview for Content Box preset styles [`cbed054`](https://github.com/eea/volto-eea-website-theme/commit/cbed05403113cb46bc2ed63dd9c47fc6168ac492) -- Remove pluggableStyles previewText as if creates confusion [`467320d`](https://github.com/eea/volto-eea-website-theme/commit/467320df0142e8058487df20da01af5d496f2f1b) +### [0.6.11](https://github.com/eea/volto-eea-website-theme/compare/0.6.10...0.6.11) - 16 June 2022 -#### [0.6.10](https://github.com/eea/volto-eea-website-theme/compare/0.6.9...0.6.10) +#### :nail_care: Enhancements -> 16 June 2022 +- change(website): removed container from styles that implement content-box [David Ichim - [`c513000`](https://github.com/eea/volto-eea-website-theme/commit/c513000ce374f3209f57a3d050c29a0fbff0916c)] -- fix(header): add homepage logic only on view and edit [`#42`](https://github.com/eea/volto-eea-website-theme/pull/42) -- Use window.searchContext.resetSearch for search widget [`#41`](https://github.com/eea/volto-eea-website-theme/pull/41) -- change(header): add homepage class also on edit page [`0a10847`](https://github.com/eea/volto-eea-website-theme/commit/0a108477a3a15f9d0e2172286837ddfd94e078fa) -- Use window.searchContext.resetSearch [`c3a968b`](https://github.com/eea/volto-eea-website-theme/commit/c3a968b91646102dad461541a1501b93a653e2c9) -- fix(header): homepage is now true only on view page [`a0618a7`](https://github.com/eea/volto-eea-website-theme/commit/a0618a74431a280c3ccb95597d7f771385fac2eb) +#### :hammer_and_wrench: Others -#### [0.6.9](https://github.com/eea/volto-eea-website-theme/compare/0.6.8...0.6.9) +- Optimize Content Box SVG [Alin Voinea - [`ba0d417`](https://github.com/eea/volto-eea-website-theme/commit/ba0d417ad30bfb3994855716d0d387463317d24e)] +- Add preview for Content Box preset styles [Alin Voinea - [`cbed054`](https://github.com/eea/volto-eea-website-theme/commit/cbed05403113cb46bc2ed63dd9c47fc6168ac492)] +- Remove pluggableStyles previewText as if creates confusion [Alin Voinea - [`467320d`](https://github.com/eea/volto-eea-website-theme/commit/467320df0142e8058487df20da01af5d496f2f1b)] +### [0.6.10](https://github.com/eea/volto-eea-website-theme/compare/0.6.9...0.6.10) - 16 June 2022 -> 14 June 2022 +#### :bug: Bug Fixes -- Add custom styles: Content Box [`#40`](https://github.com/eea/volto-eea-website-theme/pull/40) +- fix(header): homepage is now true only on view page [David Ichim - [`a0618a7`](https://github.com/eea/volto-eea-website-theme/commit/a0618a74431a280c3ccb95597d7f771385fac2eb)] -#### [0.6.8](https://github.com/eea/volto-eea-website-theme/compare/0.6.7...0.6.8) +#### :nail_care: Enhancements -> 13 June 2022 +- change(header): add homepage class also on edit page [David Ichim - [`0a10847`](https://github.com/eea/volto-eea-website-theme/commit/0a108477a3a15f9d0e2172286837ddfd94e078fa)] -- change(theme): added homepage and homepage inverted pages [`#39`](https://github.com/eea/volto-eea-website-theme/pull/39) -- Fix HomepageView typo [`41582a3`](https://github.com/eea/volto-eea-website-theme/commit/41582a39f8e84cd3ef62d9ef302798627e8350f1) -- fix import to please jslint [`b4a6555`](https://github.com/eea/volto-eea-website-theme/commit/b4a655548600ef9b9c8ecdd156d0062d4b54d00e) -- change(header): added homepage and homepage_inverse views [`6df68d7`](https://github.com/eea/volto-eea-website-theme/commit/6df68d7a592d623af76c1036c38d2c480fc6ce88) -- Fifty shades of gray [`9deae59`](https://github.com/eea/volto-eea-website-theme/commit/9deae599dc0e1431727067b281c32a58c1ac544c) -- Minimal search integration for Header popup [`14870df`](https://github.com/eea/volto-eea-website-theme/commit/14870df1b0d82d1e04955bfa8cc07c7b853737c6) -- Customize eea-design-system HeaderSearchPopUp. Copied unchanged [`4c9306c`](https://github.com/eea/volto-eea-website-theme/commit/4c9306c6afe4c62cbc74f3510339c4a6dbbd210a) -- Customize available colors in volto-block-style [`5c5adb5`](https://github.com/eea/volto-eea-website-theme/commit/5c5adb541b3e7d84daf110e9eab7ec7950e0e989) -- change(theme): set draft bg to the content-area instead of the body area [`33be595`](https://github.com/eea/volto-eea-website-theme/commit/33be595a353afc570f8887c3bf55f6482c573fd8) -- change(header): add homepage class to plone site [`c6f912b`](https://github.com/eea/volto-eea-website-theme/commit/c6f912b59f288e7ddb4679f2a3b7011c6ce02c8c) +#### :hammer_and_wrench: Others -#### [0.6.7](https://github.com/eea/volto-eea-website-theme/compare/0.6.6...0.6.7) +- Use window.searchContext.resetSearch [Tiberiu Ichim - [`c3a968b`](https://github.com/eea/volto-eea-website-theme/commit/c3a968b91646102dad461541a1501b93a653e2c9)] +### [0.6.9](https://github.com/eea/volto-eea-website-theme/compare/0.6.8...0.6.9) - 14 June 2022 -> 9 June 2022 +### [0.6.8](https://github.com/eea/volto-eea-website-theme/compare/0.6.7...0.6.8) - 13 June 2022 -- change(footer): updated managed by grid sizes from footer.stories [`#38`](https://github.com/eea/volto-eea-website-theme/pull/38) -- change(footer): updated managed by grid sizes from footer.stories #37 [`63b86be`](https://github.com/eea/volto-eea-website-theme/commit/63b86becdf5a501b133e3b4ff05b1ab0e6281f12) -- change(footer): updated managed by grid sizes as se [`6be36fa`](https://github.com/eea/volto-eea-website-theme/commit/6be36fa6e8d8a2762fce65b71bb0e0c795a050a2) +#### :nail_care: Enhancements -#### [0.6.6](https://github.com/eea/volto-eea-website-theme/compare/0.6.5...0.6.6) +- change(header): added homepage and homepage_inverse views [David Ichim - [`6df68d7`](https://github.com/eea/volto-eea-website-theme/commit/6df68d7a592d623af76c1036c38d2c480fc6ce88)] +- change(theme): set draft bg to the content-area instead of the body area [David Ichim - [`33be595`](https://github.com/eea/volto-eea-website-theme/commit/33be595a353afc570f8887c3bf55f6482c573fd8)] +- change(header): add homepage class to plone site [David Ichim - [`c6f912b`](https://github.com/eea/volto-eea-website-theme/commit/c6f912b59f288e7ddb4679f2a3b7011c6ce02c8c)] -> 8 June 2022 +#### :hammer_and_wrench: Others -- condition config of accordion only if found to avoid error [`#36`](https://github.com/eea/volto-eea-website-theme/pull/36) -- Add customization for volto-tabs-block [`#35`](https://github.com/eea/volto-eea-website-theme/pull/35) -- change(footer): update footer implementation [`#34`](https://github.com/eea/volto-eea-website-theme/pull/34) -- change(footer): update footer implementation to use subfooter section #33 [`e4cb3c0`](https://github.com/eea/volto-eea-website-theme/commit/e4cb3c042414ba5811924b40c532738da978fdbd) -- change(footer): update footer implementation to use latest changes to the subfooter component [`efa23fe`](https://github.com/eea/volto-eea-website-theme/commit/efa23fecee0786c3d9a254c8115b3f28a8be5302) +- Fix HomepageView typo [Alin Voinea - [`41582a3`](https://github.com/eea/volto-eea-website-theme/commit/41582a39f8e84cd3ef62d9ef302798627e8350f1)] +- fix import to please jslint [David Ichim - [`b4a6555`](https://github.com/eea/volto-eea-website-theme/commit/b4a655548600ef9b9c8ecdd156d0062d4b54d00e)] +- Fifty shades of gray [Alin Voinea - [`9deae59`](https://github.com/eea/volto-eea-website-theme/commit/9deae599dc0e1431727067b281c32a58c1ac544c)] +- Minimal search integration for Header popup [Alin Voinea - [`14870df`](https://github.com/eea/volto-eea-website-theme/commit/14870df1b0d82d1e04955bfa8cc07c7b853737c6)] +- Customize eea-design-system HeaderSearchPopUp. Copied unchanged [Alin Voinea - [`4c9306c`](https://github.com/eea/volto-eea-website-theme/commit/4c9306c6afe4c62cbc74f3510339c4a6dbbd210a)] +- Customize available colors in volto-block-style [Alin Voinea - [`5c5adb5`](https://github.com/eea/volto-eea-website-theme/commit/5c5adb541b3e7d84daf110e9eab7ec7950e0e989)] +### [0.6.7](https://github.com/eea/volto-eea-website-theme/compare/0.6.6...0.6.7) - 9 June 2022 -#### [0.6.5](https://github.com/eea/volto-eea-website-theme/compare/0.6.4...0.6.5) +#### :nail_care: Enhancements -> 3 June 2022 +- change(footer): updated managed by grid sizes from footer.stories #37 [ichim-david - [`63b86be`](https://github.com/eea/volto-eea-website-theme/commit/63b86becdf5a501b133e3b4ff05b1ab0e6281f12)] +- change(footer): updated managed by grid sizes as se [ichim-david - [`6be36fa`](https://github.com/eea/volto-eea-website-theme/commit/6be36fa6e8d8a2762fce65b71bb0e0c795a050a2)] -- fix(tags): Replace customizations of volto-widgets-view with config r… [`#32`](https://github.com/eea/volto-eea-website-theme/pull/32) -- fix(tags): Replace customizations of volto-widgets-view with config registry [`8f8c6fc`](https://github.com/eea/volto-eea-website-theme/commit/8f8c6fcdc6d48a56fbb35db781432390a703a215) +### [0.6.6](https://github.com/eea/volto-eea-website-theme/compare/0.6.5...0.6.6) - 8 June 2022 -#### [0.6.4](https://github.com/eea/volto-eea-website-theme/compare/0.6.3...0.6.4) +#### :nail_care: Enhancements -> 2 June 2022 +- change(footer): update footer implementation to use subfooter section #33 [ichim-david - [`e4cb3c0`](https://github.com/eea/volto-eea-website-theme/commit/e4cb3c042414ba5811924b40c532738da978fdbd)] +- change(footer): update footer implementation to use latest changes to the subfooter component [David Ichim - [`efa23fe`](https://github.com/eea/volto-eea-website-theme/commit/efa23fecee0786c3d9a254c8115b3f28a8be5302)] -- Release [`#31`](https://github.com/eea/volto-eea-website-theme/pull/31) -- Fix: missing translations [`53b0f20`](https://github.com/eea/volto-eea-website-theme/commit/53b0f20daf01f48d81d6b79f9f7a5bcd166b0d2d) -- Customize Toolbar.jsx - volto 16.0.0-alpha.7 [`b26182f`](https://github.com/eea/volto-eea-website-theme/commit/b26182f9ac7369497f3602fb5842248f7b7da7c5) +### [0.6.5](https://github.com/eea/volto-eea-website-theme/compare/0.6.4...0.6.5) - 3 June 2022 -#### [0.6.3](https://github.com/eea/volto-eea-website-theme/compare/0.6.2...0.6.3) +#### :bug: Bug Fixes -> 2 June 2022 +- fix(tags): Replace customizations of volto-widgets-view with config registry [Alin Voinea - [`8f8c6fc`](https://github.com/eea/volto-eea-website-theme/commit/8f8c6fcdc6d48a56fbb35db781432390a703a215)] -- Relase 0.6.3 [`#30`](https://github.com/eea/volto-eea-website-theme/pull/30) -- Release [`#29`](https://github.com/eea/volto-eea-website-theme/pull/29) -- Remove unused languages [`fd988a6`](https://github.com/eea/volto-eea-website-theme/commit/fd988a6f172ad85dd5533e258e0be36e07693717) +### [0.6.4](https://github.com/eea/volto-eea-website-theme/compare/0.6.3...0.6.4) - 2 June 2022 -#### [0.6.2](https://github.com/eea/volto-eea-website-theme/compare/0.6.1...0.6.2) +#### :hammer_and_wrench: Others -> 1 June 2022 +- Fix: missing translations [Alin Voinea - [`53b0f20`](https://github.com/eea/volto-eea-website-theme/commit/53b0f20daf01f48d81d6b79f9f7a5bcd166b0d2d)] +- Customize Toolbar.jsx - volto 16.0.0-alpha.7 [Alin Voinea - [`b26182f`](https://github.com/eea/volto-eea-website-theme/commit/b26182f9ac7369497f3602fb5842248f7b7da7c5)] +### [0.6.3](https://github.com/eea/volto-eea-website-theme/compare/0.6.2...0.6.3) - 2 June 2022 -- Release [`#28`](https://github.com/eea/volto-eea-website-theme/pull/28) -- change (theme): added hero component [`943139d`](https://github.com/eea/volto-eea-website-theme/commit/943139d003a26b2353574da804ca8ff8f28d7467) +#### :hammer_and_wrench: Others -#### [0.6.1](https://github.com/eea/volto-eea-website-theme/compare/0.6.0...0.6.1) +- Remove unused languages [Alin Voinea - [`fd988a6`](https://github.com/eea/volto-eea-website-theme/commit/fd988a6f172ad85dd5533e258e0be36e07693717)] +### [0.6.2](https://github.com/eea/volto-eea-website-theme/compare/0.6.1...0.6.2) - 1 June 2022 -> 24 May 2022 +#### :hammer_and_wrench: Others -- Custom CSS for Description block [`#27`](https://github.com/eea/volto-eea-website-theme/pull/27) +- change (theme): added hero component [ichim-david - [`943139d`](https://github.com/eea/volto-eea-website-theme/commit/943139d003a26b2353574da804ca8ff8f28d7467)] +### [0.6.1](https://github.com/eea/volto-eea-website-theme/compare/0.6.0...0.6.1) - 24 May 2022 -#### [0.6.0](https://github.com/eea/volto-eea-website-theme/compare/0.5.4...0.6.0) +### [0.6.0](https://github.com/eea/volto-eea-website-theme/compare/0.5.4...0.6.0) - 19 May 2022 -> 19 May 2022 +#### :bug: Bug Fixes -- Remove quote block customization [`#26`](https://github.com/eea/volto-eea-website-theme/pull/26) -- Cleanup [`415014b`](https://github.com/eea/volto-eea-website-theme/commit/415014b8399de5ffb5afaa9d6440b4ea5fe2bf2a) -- Release 0.6.0 [`1253ebb`](https://github.com/eea/volto-eea-website-theme/commit/1253ebba2f1c88dbc6b77a135580f3a5d7752729) -- fix(comments): Replace moment with formatRelativeDate helper from Volto core [`9b7974a`](https://github.com/eea/volto-eea-website-theme/commit/9b7974adb3d01065b80f61d7c3c1c09a93199ee6) -- fix(seo): SSR Title block [`887edc2`](https://github.com/eea/volto-eea-website-theme/commit/887edc25e45c44bfe99b909ae87c7fb7a90278a6) +- fix(comments): Replace moment with formatRelativeDate helper from Volto core [Alin Voinea - [`9b7974a`](https://github.com/eea/volto-eea-website-theme/commit/9b7974adb3d01065b80f61d7c3c1c09a93199ee6)] +- fix(seo): SSR Title block [Alin Voinea - [`887edc2`](https://github.com/eea/volto-eea-website-theme/commit/887edc25e45c44bfe99b909ae87c7fb7a90278a6)] -#### [0.5.4](https://github.com/eea/volto-eea-website-theme/compare/0.5.3...0.5.4) +#### :hammer_and_wrench: Others -> 17 May 2022 +- Cleanup [Alin Voinea - [`415014b`](https://github.com/eea/volto-eea-website-theme/commit/415014b8399de5ffb5afaa9d6440b4ea5fe2bf2a)] +- Release 0.6.0 [Alin Voinea - [`1253ebb`](https://github.com/eea/volto-eea-website-theme/commit/1253ebba2f1c88dbc6b77a135580f3a5d7752729)] +### [0.5.4](https://github.com/eea/volto-eea-website-theme/compare/0.5.3...0.5.4) - 17 May 2022 -- Release [`#25`](https://github.com/eea/volto-eea-website-theme/pull/25) -- Add customization to volto-quote-block icons [`#23`](https://github.com/eea/volto-eea-website-theme/pull/23) -- change (theme): added quote and callout components [`b691da2`](https://github.com/eea/volto-eea-website-theme/commit/b691da29236440a1096fcbf38d9d9e6cc6e69445) -- change(banner): added icon class to banner buttons [`7b641cf`](https://github.com/eea/volto-eea-website-theme/commit/7b641cfdc433fd638ff8ba2c3f4b9131a9f8142a) +#### :nail_care: Enhancements -#### [0.5.3](https://github.com/eea/volto-eea-website-theme/compare/0.5.2...0.5.3) +- change(banner): added icon class to banner buttons [ichim-david - [`7b641cf`](https://github.com/eea/volto-eea-website-theme/commit/7b641cfdc433fd638ff8ba2c3f4b9131a9f8142a)] -> 22 April 2022 +#### :hammer_and_wrench: Others -- Release [`#24`](https://github.com/eea/volto-eea-website-theme/pull/24) -- Apply Draft bg only on View [`8910d78`](https://github.com/eea/volto-eea-website-theme/commit/8910d78baf0663d9eb820a3846ae24dea8eaa674) -- lint fixes [`ffc9edd`](https://github.com/eea/volto-eea-website-theme/commit/ffc9edd7dd90033d9ed8ccbe17c5327e68128b6f) -- change(buttons): customized Form, Sharing and ObjectBrowserWidget.jsx [`c307131`](https://github.com/eea/volto-eea-website-theme/commit/c307131f911dc05c2a9ef7d9c79357cd85de0fc4) -- change(ModalForm): added circular class to modal action buttons [`c418021`](https://github.com/eea/volto-eea-website-theme/commit/c418021da30aee28113edecea53ebd9d2316dfcd) -- Improved Title block banner + add social icons [`eeb049b`](https://github.com/eea/volto-eea-website-theme/commit/eeb049bb02146a48949b8ff5f5d09727e99fe192) +- change (theme): added quote and callout components [ichim-david - [`b691da2`](https://github.com/eea/volto-eea-website-theme/commit/b691da29236440a1096fcbf38d9d9e6cc6e69445)] +### [0.5.3](https://github.com/eea/volto-eea-website-theme/compare/0.5.2...0.5.3) - 22 April 2022 -#### [0.5.2](https://github.com/eea/volto-eea-website-theme/compare/0.5.1...0.5.2) +#### :nail_care: Enhancements -> 8 April 2022 +- change(buttons): customized Form, Sharing and ObjectBrowserWidget.jsx [David Ichim - [`c307131`](https://github.com/eea/volto-eea-website-theme/commit/c307131f911dc05c2a9ef7d9c79357cd85de0fc4)] +- change(ModalForm): added circular class to modal action buttons [David Ichim - [`c418021`](https://github.com/eea/volto-eea-website-theme/commit/c418021da30aee28113edecea53ebd9d2316dfcd)] -- Release [`#22`](https://github.com/eea/volto-eea-website-theme/pull/22) -- fix(banner): Friendly name for content-type if not available via RestAPI [`e9ea96f`](https://github.com/eea/volto-eea-website-theme/commit/e9ea96f3d74998e9d4e5ee9494183cdd40500666) -- Small fix on replace all [`98fe72e`](https://github.com/eea/volto-eea-website-theme/commit/98fe72e4493aa322b704da1ddff91ee5021b66ce) -- Make '@type' friendly in Page header [`9d15a78`](https://github.com/eea/volto-eea-website-theme/commit/9d15a78d445482ffe58b14839a2176b82c55bf71) +#### :hammer_and_wrench: Others -#### [0.5.1](https://github.com/eea/volto-eea-website-theme/compare/0.5.0...0.5.1) +- Apply Draft bg only on View [Alin Voinea - [`8910d78`](https://github.com/eea/volto-eea-website-theme/commit/8910d78baf0663d9eb820a3846ae24dea8eaa674)] +- lint fixes [David Ichim - [`ffc9edd`](https://github.com/eea/volto-eea-website-theme/commit/ffc9edd7dd90033d9ed8ccbe17c5327e68128b6f)] +- Improved Title block banner + add social icons [Miu Razvan - [`eeb049b`](https://github.com/eea/volto-eea-website-theme/commit/eeb049bb02146a48949b8ff5f5d09727e99fe192)] +### [0.5.2](https://github.com/eea/volto-eea-website-theme/compare/0.5.1...0.5.2) - 8 April 2022 -> 5 April 2022 +#### :bug: Bug Fixes -- Release [`#21`](https://github.com/eea/volto-eea-website-theme/pull/21) -- fix(header): Fix language menu items alignment [`8e1ba61`](https://github.com/eea/volto-eea-website-theme/commit/8e1ba6132d02a5e8cfa455d7d99f5cd5f88a3d02) -- Use frendly portal_type title in page header [`65faf1d`](https://github.com/eea/volto-eea-website-theme/commit/65faf1de6d0328095d7e6ddba05cd2bb5a82d62c) -- feat(voltoCustom): Load CustomCSS from api backend. Add DraftBackground on non-published items [`83a5eae`](https://github.com/eea/volto-eea-website-theme/commit/83a5eaea469e81ae49f875e2601e3011f9f6bdee) -- Override volto-tabs-block templates schema [`8090cae`](https://github.com/eea/volto-eea-website-theme/commit/8090cae55ecb30b41dd7097637ee564c57f3e051) -- refactor(banner): Add missing classes [`4b65447`](https://github.com/eea/volto-eea-website-theme/commit/4b65447cf5d28a50c9260108029d5be01079e4ea) -- change(banner): wrap banner with image class following storybook change [`28e1f1a`](https://github.com/eea/volto-eea-website-theme/commit/28e1f1a0aa05c38c96c5e35343b2dfde0486c1c1) -- refactor(tags): Use Tag, TagsList from volto-eea-design-system [`0a239f9`](https://github.com/eea/volto-eea-website-theme/commit/0a239f924c53a91170d762db8514936640d4c32b) -- change(theme): added new components in development by itml [`c39fd6b`](https://github.com/eea/volto-eea-website-theme/commit/c39fd6bb5c80e14d2ab8ec75e9fc1a45c67974da) -- fix(banner): Remove console warning about invalid ri-share Icon name [`9e11baf`](https://github.com/eea/volto-eea-website-theme/commit/9e11bafce31950e38aac64c523bfe128f6615226) -- change(header): updated header template to wrap links into span tags [`22cc90e`](https://github.com/eea/volto-eea-website-theme/commit/22cc90e34b0a4975eaccbe8f4af8fb581cccef4a) -- change(theme): added contentAccordion component [`51d7210`](https://github.com/eea/volto-eea-website-theme/commit/51d7210fc88217ae1aacdfea152c094f47eab981) +- fix(banner): Friendly name for content-type if not available via RestAPI [Alin Voinea - [`e9ea96f`](https://github.com/eea/volto-eea-website-theme/commit/e9ea96f3d74998e9d4e5ee9494183cdd40500666)] -#### [0.5.0](https://github.com/eea/volto-eea-website-theme/compare/0.4.0...0.5.0) +#### :hammer_and_wrench: Others -> 25 March 2022 +- Small fix on replace all [Miu Razvan - [`98fe72e`](https://github.com/eea/volto-eea-website-theme/commit/98fe72e4493aa322b704da1ddff91ee5021b66ce)] +- Make '@type' friendly in Page header [Miu Razvan - [`9d15a78`](https://github.com/eea/volto-eea-website-theme/commit/9d15a78d445482ffe58b14839a2176b82c55bf71)] +### [0.5.1](https://github.com/eea/volto-eea-website-theme/compare/0.5.0...0.5.1) - 5 April 2022 -- 0.5 release [`#20`](https://github.com/eea/volto-eea-website-theme/pull/20) -- Update package.json [`132e00d`](https://github.com/eea/volto-eea-website-theme/commit/132e00db7d1c39bf380a7b1e823032e9ad3396b7) -- change(breadcrumbs): removed icon override in favor of defaults [`ba82169`](https://github.com/eea/volto-eea-website-theme/commit/ba82169e1244a9683daaf6da0daa3726a469932d) -- change(header): use screenWidth for modifying dropdown text #19 [`4df7fb4`](https://github.com/eea/volto-eea-website-theme/commit/4df7fb402a43e8e05b06e51878a48a439b92d063) -- pass width from volto-resize-helper to header [`98f1636`](https://github.com/eea/volto-eea-website-theme/commit/98f16360bc4e2241797fb449ed6362c18a1b1545) -- Override Unauthorized view [`aacf484`](https://github.com/eea/volto-eea-website-theme/commit/aacf48409a391d0c6191af22730a48b184cfcedf) -- change(theme): added tags element [`441a52a`](https://github.com/eea/volto-eea-website-theme/commit/441a52a52fb275dde9c133680743ab1af1c267fb) -- change(theme): updated list of components to use eea theme [`ef9927f`](https://github.com/eea/volto-eea-website-theme/commit/ef9927f2f9562fff4ce038c016b0edf134254eb7) -- change(banner): use remix download link for download action [`b5b001c`](https://github.com/eea/volto-eea-website-theme/commit/b5b001c89fce735f78502bf9035291344768fb47) +#### :rocket: New Features -#### [0.4.0](https://github.com/eea/volto-eea-website-theme/compare/0.3.1...0.4.0) +- feat(voltoCustom): Load CustomCSS from api backend. Add DraftBackground on non-published items [Alin Voinea - [`83a5eae`](https://github.com/eea/volto-eea-website-theme/commit/83a5eaea469e81ae49f875e2601e3011f9f6bdee)] -> 18 March 2022 +#### :bug: Bug Fixes -- Release [`#18`](https://github.com/eea/volto-eea-website-theme/pull/18) -- Enable Multilingual support [`#17`](https://github.com/eea/volto-eea-website-theme/pull/17) -- feat(title): add configuration to title block [`#16`](https://github.com/eea/volto-eea-website-theme/pull/16) -- Release 0.4.0 [`b430a9e`](https://github.com/eea/volto-eea-website-theme/commit/b430a9e8b88f2e218d049d8c3fa8cbfd5a992bc6) -- show language switcher on mobile [`bf6e9db`](https://github.com/eea/volto-eea-website-theme/commit/bf6e9db7ccdad2e9052588ba3a9d725dfdfbbd57) -- change(theme): site folder now points to the theme folder [`92ce02f`](https://github.com/eea/volto-eea-website-theme/commit/92ce02f198d0fc0a6f475e3215f78addc9a05d0a) +- fix(header): Fix language menu items alignment [Alin Voinea - [`8e1ba61`](https://github.com/eea/volto-eea-website-theme/commit/8e1ba6132d02a5e8cfa455d7d99f5cd5f88a3d02)] +- fix(banner): Remove console warning about invalid ri-share Icon name [Alin Voinea - [`9e11baf`](https://github.com/eea/volto-eea-website-theme/commit/9e11bafce31950e38aac64c523bfe128f6615226)] -#### [0.3.1](https://github.com/eea/volto-eea-website-theme/compare/0.3.0...0.3.1) +#### :nail_care: Enhancements -> 15 March 2022 +- refactor(banner): Add missing classes [Alin Voinea - [`4b65447`](https://github.com/eea/volto-eea-website-theme/commit/4b65447cf5d28a50c9260108029d5be01079e4ea)] +- change(banner): wrap banner with image class following storybook change [David Ichim - [`28e1f1a`](https://github.com/eea/volto-eea-website-theme/commit/28e1f1a0aa05c38c96c5e35343b2dfde0486c1c1)] +- refactor(tags): Use Tag, TagsList from volto-eea-design-system [Alin Voinea - [`0a239f9`](https://github.com/eea/volto-eea-website-theme/commit/0a239f924c53a91170d762db8514936640d4c32b)] +- change(theme): added new components in development by itml [ichim-david - [`c39fd6b`](https://github.com/eea/volto-eea-website-theme/commit/c39fd6bb5c80e14d2ab8ec75e9fc1a45c67974da)] +- change(header): updated header template to wrap links into span tags [David Ichim - [`22cc90e`](https://github.com/eea/volto-eea-website-theme/commit/22cc90e34b0a4975eaccbe8f4af8fb581cccef4a)] +- change(theme): added contentAccordion component [ichim-david - [`51d7210`](https://github.com/eea/volto-eea-website-theme/commit/51d7210fc88217ae1aacdfea152c094f47eab981)] -- Release page banner [`#15`](https://github.com/eea/volto-eea-website-theme/pull/15) -- feat(banner): add banner header [`#14`](https://github.com/eea/volto-eea-website-theme/pull/14) -- change(accordion): use remix icons for accordion title [`95df1c2`](https://github.com/eea/volto-eea-website-theme/commit/95df1c286ed474877c842f069e153e0e22410f08) +#### :hammer_and_wrench: Others -#### [0.3.0](https://github.com/eea/volto-eea-website-theme/compare/0.2.0...0.3.0) +- Use frendly portal_type title in page header [Miu Razvan - [`65faf1d`](https://github.com/eea/volto-eea-website-theme/commit/65faf1de6d0328095d7e6ddba05cd2bb5a82d62c)] +- Override volto-tabs-block templates schema [Miu Razvan - [`8090cae`](https://github.com/eea/volto-eea-website-theme/commit/8090cae55ecb30b41dd7097637ee564c57f3e051)] +### [0.5.0](https://github.com/eea/volto-eea-website-theme/compare/0.4.0...0.5.0) - 25 March 2022 -> 11 March 2022 +#### :nail_care: Enhancements -- Release [`#12`](https://github.com/eea/volto-eea-website-theme/pull/12) -- [Feature #147188] comments design according to EEA Design System [`#13`](https://github.com/eea/volto-eea-website-theme/pull/13) -- Use inPageNavigation component from design-system [`#11`](https://github.com/eea/volto-eea-website-theme/pull/11) -- remove uneeded import [`69c8a24`](https://github.com/eea/volto-eea-website-theme/commit/69c8a2475dd0e4cfb0c319be6ba03882373abe56) -- Release 0.3.0 [`9548201`](https://github.com/eea/volto-eea-website-theme/commit/95482014c1175068701eeb1ab9fec1645507acc0) -- move blockquote customization to volto-blockquote [`eac4963`](https://github.com/eea/volto-eea-website-theme/commit/eac496391cde62174d96fee26a51ee1b0bbadf64) -- feat(inPageNavigation): add inpagenavigation component from design-system [`08fa461`](https://github.com/eea/volto-eea-website-theme/commit/08fa461784be9d6c3777279f59cbb0fd19335c10) -- add customization for blockquote plugin and accordion icon [`81d2b14`](https://github.com/eea/volto-eea-website-theme/commit/81d2b1425b4b46ad5398f6fa957a38e0779b815a) +- change(breadcrumbs): removed icon override in favor of defaults [David Ichim - [`ba82169`](https://github.com/eea/volto-eea-website-theme/commit/ba82169e1244a9683daaf6da0daa3726a469932d)] +- change(header): use screenWidth for modifying dropdown text #19 [ichim-david - [`4df7fb4`](https://github.com/eea/volto-eea-website-theme/commit/4df7fb402a43e8e05b06e51878a48a439b92d063)] +- change(theme): added tags element [ichim-david - [`441a52a`](https://github.com/eea/volto-eea-website-theme/commit/441a52a52fb275dde9c133680743ab1af1c267fb)] +- change(theme): updated list of components to use eea theme [ichim-david - [`ef9927f`](https://github.com/eea/volto-eea-website-theme/commit/ef9927f2f9562fff4ce038c016b0edf134254eb7)] +- change(banner): use remix download link for download action [David Ichim - [`b5b001c`](https://github.com/eea/volto-eea-website-theme/commit/b5b001c89fce735f78502bf9035291344768fb47)] -#### [0.2.0](https://github.com/eea/volto-eea-website-theme/compare/0.1.3...0.2.0) +#### :hammer_and_wrench: Others -> 8 March 2022 +- Update package.json [ichim-david - [`132e00d`](https://github.com/eea/volto-eea-website-theme/commit/132e00db7d1c39bf380a7b1e823032e9ad3396b7)] +- pass width from volto-resize-helper to header [nileshgulia1 - [`98f1636`](https://github.com/eea/volto-eea-website-theme/commit/98f16360bc4e2241797fb449ed6362c18a1b1545)] +- Override Unauthorized view [Miu Razvan - [`aacf484`](https://github.com/eea/volto-eea-website-theme/commit/aacf48409a391d0c6191af22730a48b184cfcedf)] +### [0.4.0](https://github.com/eea/volto-eea-website-theme/compare/0.3.1...0.4.0) - 18 March 2022 -- 0.2 release [`#8`](https://github.com/eea/volto-eea-website-theme/pull/8) -- Update package.json [`01d679c`](https://github.com/eea/volto-eea-website-theme/commit/01d679c835402e1cfe53b092a247e09683568308) -- Header refactor, add custom logo #5 [`4950235`](https://github.com/eea/volto-eea-website-theme/commit/49502358105437cfeac3b144e6d301cb59aa2346) -- Update footer.config with new publication card component [`2e38e9a`](https://github.com/eea/volto-eea-website-theme/commit/2e38e9a417f835009d60c80d4eb4b30229f55e45) -- feature(breadcrumbs): implement eea-design-system breadcrumb as Volto component #32 #7 [`181af41`](https://github.com/eea/volto-eea-website-theme/commit/181af4125ce2b9ddac56dab4723cb11c26633221) -- use breadcrumbs from eea-design-system [`db2f9e9`](https://github.com/eea/volto-eea-website-theme/commit/db2f9e9a4327420a3cce9a9903cd88549b129eab) -- Update theme.config [`8eca4f4`](https://github.com/eea/volto-eea-website-theme/commit/8eca4f40397a4aeca6d39029c92db78968d37064) -- Added keyContent component to theme.config [`d86f202`](https://github.com/eea/volto-eea-website-theme/commit/d86f202d0274d839487a88b51cae9a0e899beb23) -- Adjust for new Header API [`a6091f3`](https://github.com/eea/volto-eea-website-theme/commit/a6091f3800e37422e85d8f22bfa836de82829263) -- Update theme.config [`f06c7f9`](https://github.com/eea/volto-eea-website-theme/commit/f06c7f9b49e1fe2e113214c4989378e4ac6e6e9b) -- Pass down pathname, to facilitate closing menu [`9174529`](https://github.com/eea/volto-eea-website-theme/commit/91745295041665cbe55309520b74fa8b457ca51d) -- Fix link rendering in menu [`e274e48`](https://github.com/eea/volto-eea-website-theme/commit/e274e488d6135a8be0dbe32143bd2ab01f754f9e) -- Adjust for new Header API [`9d933a5`](https://github.com/eea/volto-eea-website-theme/commit/9d933a561bf5ef2eb32507c4949bb4086748c051) -- Add custom logo [`1ac4418`](https://github.com/eea/volto-eea-website-theme/commit/1ac4418ed93321575cd8e2fbf0fb546f35224859) - -#### [0.1.3](https://github.com/eea/volto-eea-website-theme/compare/0.1.2...0.1.3) - -> 3 March 2022 - -- fix copyright [`#6`](https://github.com/eea/volto-eea-website-theme/pull/6) -- add back contact us header, use more relative links [`#4`](https://github.com/eea/volto-eea-website-theme/pull/4) -- use relative links for /login, copyright, privacy and main eea logo [`#3`](https://github.com/eea/volto-eea-website-theme/pull/3) -- add back address [`152f5c8`](https://github.com/eea/volto-eea-website-theme/commit/152f5c81a2285f1a4328d2321ff3b32251bd82b1) -- update contact-us [`eab66a2`](https://github.com/eea/volto-eea-website-theme/commit/eab66a292f82ce4ff3779855da187df9729c4d3f) -- add back contact us header, use relative links [`3482db0`](https://github.com/eea/volto-eea-website-theme/commit/3482db01c53d6ac44296044c6ae64795fa448bc5) -- use relative links [`0326e6e`](https://github.com/eea/volto-eea-website-theme/commit/0326e6e2674c831537b4aefeb8f5168b4e1fb64b) -- Read some eea defaults, if any [`d242510`](https://github.com/eea/volto-eea-website-theme/commit/d242510545b0292a66e50d5b1ac509c7f74c0321) -- Add eea settings in Volto config [`472d08c`](https://github.com/eea/volto-eea-website-theme/commit/472d08cdc9254d3c3d0dab931aa0f1de9573cd0d) - -#### [0.1.2](https://github.com/eea/volto-eea-website-theme/compare/0.1.1...0.1.2) - -> 1 March 2022 - -- add footer links [`#2`](https://github.com/eea/volto-eea-website-theme/pull/2) - -#### [0.1.1](https://github.com/eea/volto-eea-website-theme/compare/0.1.0...0.1.1) - -> 1 March 2022 - -- Design system theme config and add Footer, Header components [`#1`](https://github.com/eea/volto-eea-website-theme/pull/1) -- add custom breadcrumbs [`b2f4bdc`](https://github.com/eea/volto-eea-website-theme/commit/b2f4bdc6aac35cded6e4223bea274abc1e2bf39f) -- eslint [`72eb35a`](https://github.com/eea/volto-eea-website-theme/commit/72eb35a87dd8f3acc0e653a69cb136fadaa25faa) -- don't use breadcrumbs for now [`3752d96`](https://github.com/eea/volto-eea-website-theme/commit/3752d966fec094a22e93d6c7dc5e70a696796304) -- add header and breadcrumbs [`68da038`](https://github.com/eea/volto-eea-website-theme/commit/68da0389fb6dd8b24eecb5e31e14f0ffcba2656b) -- Adjust footer [`edf0f84`](https://github.com/eea/volto-eea-website-theme/commit/edf0f84f301e7895f293bd3d7bf8529cafdadc32) -- point to latest design-system release [`69df5de`](https://github.com/eea/volto-eea-website-theme/commit/69df5deb8476ba7c49ce6e77a0bf7370772138ae) -- make it ready for development [`1b395a4`](https://github.com/eea/volto-eea-website-theme/commit/1b395a49c5199f62e42b2cec84977985d0951eaf) -- ...include in addons as well [`58a7cfe`](https://github.com/eea/volto-eea-website-theme/commit/58a7cfe5b0ccaf3ad3422e7fa0ecf713331db5c4) -- include design system as a dep [`ad9e7c3`](https://github.com/eea/volto-eea-website-theme/commit/ad9e7c325300fb553865f5c347f097b2ac271a92) -- remove theme packages, import it from design system directly [`705288b`](https://github.com/eea/volto-eea-website-theme/commit/705288bdc39e5ba8e24e225b0db165e7427c1efc) -- update: eea-design-system footer [`70adb5a`](https://github.com/eea/volto-eea-website-theme/commit/70adb5a4ffb22bd0e1a0b8b926743b19aa569cfa) -- add footer and updated theme import [`11a9a98`](https://github.com/eea/volto-eea-website-theme/commit/11a9a98edc75532de6f8df308e7956025a82165f) - -#### 0.1.0 - -> 21 February 2022 - -- Initial commit [`6a9c03a`](https://github.com/eea/volto-eea-website-theme/commit/6a9c03a7cebe71ca87e82cf58c42904063e9d8d3) +#### :nail_care: Enhancements + +- change(theme): site folder now points to the theme folder [David Ichim - [`92ce02f`](https://github.com/eea/volto-eea-website-theme/commit/92ce02f198d0fc0a6f475e3215f78addc9a05d0a)] + +#### :hammer_and_wrench: Others + +- Release 0.4.0 [Alin Voinea - [`b430a9e`](https://github.com/eea/volto-eea-website-theme/commit/b430a9e8b88f2e218d049d8c3fa8cbfd5a992bc6)] +- show language switcher on mobile [nileshgulia1 - [`bf6e9db`](https://github.com/eea/volto-eea-website-theme/commit/bf6e9db7ccdad2e9052588ba3a9d725dfdfbbd57)] +### [0.3.1](https://github.com/eea/volto-eea-website-theme/compare/0.3.0...0.3.1) - 15 March 2022 + +#### :nail_care: Enhancements + +- change(accordion): use remix icons for accordion title [ichim-david - [`95df1c2`](https://github.com/eea/volto-eea-website-theme/commit/95df1c286ed474877c842f069e153e0e22410f08)] + +### [0.3.0](https://github.com/eea/volto-eea-website-theme/compare/0.2.0...0.3.0) - 11 March 2022 + +#### :rocket: New Features + +- feat(inPageNavigation): add inpagenavigation component from design-system [nileshgulia1 - [`08fa461`](https://github.com/eea/volto-eea-website-theme/commit/08fa461784be9d6c3777279f59cbb0fd19335c10)] + +#### :hammer_and_wrench: Others + +- remove uneeded import [Miu Razvan - [`69c8a24`](https://github.com/eea/volto-eea-website-theme/commit/69c8a2475dd0e4cfb0c319be6ba03882373abe56)] +- Release 0.3.0 [Alin Voinea - [`9548201`](https://github.com/eea/volto-eea-website-theme/commit/95482014c1175068701eeb1ab9fec1645507acc0)] +- move blockquote customization to volto-blockquote [Miu Razvan - [`eac4963`](https://github.com/eea/volto-eea-website-theme/commit/eac496391cde62174d96fee26a51ee1b0bbadf64)] +- add customization for blockquote plugin and accordion icon [Miu Razvan - [`81d2b14`](https://github.com/eea/volto-eea-website-theme/commit/81d2b1425b4b46ad5398f6fa957a38e0779b815a)] +### [0.2.0](https://github.com/eea/volto-eea-website-theme/compare/0.1.3...0.2.0) - 8 March 2022 + +#### :hammer_and_wrench: Others + +- Update package.json [ichim-david - [`01d679c`](https://github.com/eea/volto-eea-website-theme/commit/01d679c835402e1cfe53b092a247e09683568308)] +- Header refactor, add custom logo #5 [ichim-david - [`4950235`](https://github.com/eea/volto-eea-website-theme/commit/49502358105437cfeac3b144e6d301cb59aa2346)] +- Update footer.config with new publication card component [ichim-david - [`2e38e9a`](https://github.com/eea/volto-eea-website-theme/commit/2e38e9a417f835009d60c80d4eb4b30229f55e45)] +- feature(breadcrumbs): implement eea-design-system breadcrumb as Volto component #32 #7 [ichim-david - [`181af41`](https://github.com/eea/volto-eea-website-theme/commit/181af4125ce2b9ddac56dab4723cb11c26633221)] +- Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - [`da8ceb6`](https://github.com/eea/volto-eea-website-theme/commit/da8ceb68ea68bfbc9504e48ccd4d68277f11ab9a)] +- use breadcrumbs from eea-design-system [nileshgulia1 - [`db2f9e9`](https://github.com/eea/volto-eea-website-theme/commit/db2f9e9a4327420a3cce9a9903cd88549b129eab)] +- Update theme.config [ichim-david - [`8eca4f4`](https://github.com/eea/volto-eea-website-theme/commit/8eca4f40397a4aeca6d39029c92db78968d37064)] +- Added keyContent component to theme.config [ichim-david - [`d86f202`](https://github.com/eea/volto-eea-website-theme/commit/d86f202d0274d839487a88b51cae9a0e899beb23)] +- Adjust for new Header API [Tiberiu Ichim - [`a6091f3`](https://github.com/eea/volto-eea-website-theme/commit/a6091f3800e37422e85d8f22bfa836de82829263)] +- Update theme.config [ichim-david - [`f06c7f9`](https://github.com/eea/volto-eea-website-theme/commit/f06c7f9b49e1fe2e113214c4989378e4ac6e6e9b)] +- Pass down pathname, to facilitate closing menu [Tiberiu Ichim - [`9174529`](https://github.com/eea/volto-eea-website-theme/commit/91745295041665cbe55309520b74fa8b457ca51d)] +- Fix link rendering in menu [Tiberiu Ichim - [`e274e48`](https://github.com/eea/volto-eea-website-theme/commit/e274e488d6135a8be0dbe32143bd2ab01f754f9e)] +- Adjust for new Header API [Tiberiu Ichim - [`9d933a5`](https://github.com/eea/volto-eea-website-theme/commit/9d933a561bf5ef2eb32507c4949bb4086748c051)] +- Add custom logo [Tiberiu Ichim - [`1ac4418`](https://github.com/eea/volto-eea-website-theme/commit/1ac4418ed93321575cd8e2fbf0fb546f35224859)] +### [0.1.3](https://github.com/eea/volto-eea-website-theme/compare/0.1.2...0.1.3) - 3 March 2022 + +#### :hammer_and_wrench: Others + +- add back address [nileshgulia1 - [`152f5c8`](https://github.com/eea/volto-eea-website-theme/commit/152f5c81a2285f1a4328d2321ff3b32251bd82b1)] +- update contact-us [nileshgulia1 - [`eab66a2`](https://github.com/eea/volto-eea-website-theme/commit/eab66a292f82ce4ff3779855da187df9729c4d3f)] +- add back contact us header, use relative links [nileshgulia1 - [`3482db0`](https://github.com/eea/volto-eea-website-theme/commit/3482db01c53d6ac44296044c6ae64795fa448bc5)] +- use relative links [nileshgulia1 - [`0326e6e`](https://github.com/eea/volto-eea-website-theme/commit/0326e6e2674c831537b4aefeb8f5168b4e1fb64b)] +- Read some eea defaults, if any [Tiberiu Ichim - [`d242510`](https://github.com/eea/volto-eea-website-theme/commit/d242510545b0292a66e50d5b1ac509c7f74c0321)] +- Add eea settings in Volto config [Tiberiu Ichim - [`472d08c`](https://github.com/eea/volto-eea-website-theme/commit/472d08cdc9254d3c3d0dab931aa0f1de9573cd0d)] +### [0.1.2](https://github.com/eea/volto-eea-website-theme/compare/0.1.1...0.1.2) - 1 March 2022 + +### [0.1.1](https://github.com/eea/volto-eea-website-theme/compare/0.1.0...0.1.1) - 1 March 2022 + +#### :hammer_and_wrench: Others + +- add custom breadcrumbs [nileshgulia1 - [`b2f4bdc`](https://github.com/eea/volto-eea-website-theme/commit/b2f4bdc6aac35cded6e4223bea274abc1e2bf39f)] +- eslint [nileshgulia1 - [`72eb35a`](https://github.com/eea/volto-eea-website-theme/commit/72eb35a87dd8f3acc0e653a69cb136fadaa25faa)] +- don't use breadcrumbs for now [nileshgulia1 - [`3752d96`](https://github.com/eea/volto-eea-website-theme/commit/3752d966fec094a22e93d6c7dc5e70a696796304)] +- add header and breadcrumbs [nileshgulia1 - [`68da038`](https://github.com/eea/volto-eea-website-theme/commit/68da0389fb6dd8b24eecb5e31e14f0ffcba2656b)] +- Adjust footer [Tiberiu Ichim - [`edf0f84`](https://github.com/eea/volto-eea-website-theme/commit/edf0f84f301e7895f293bd3d7bf8529cafdadc32)] +- point to latest design-system release [nileshgulia1 - [`69df5de`](https://github.com/eea/volto-eea-website-theme/commit/69df5deb8476ba7c49ce6e77a0bf7370772138ae)] +- make it ready for development [nileshgulia1 - [`1b395a4`](https://github.com/eea/volto-eea-website-theme/commit/1b395a49c5199f62e42b2cec84977985d0951eaf)] +- ...include in addons as well [nileshgulia1 - [`58a7cfe`](https://github.com/eea/volto-eea-website-theme/commit/58a7cfe5b0ccaf3ad3422e7fa0ecf713331db5c4)] +- include design system as a dep [nileshgulia1 - [`ad9e7c3`](https://github.com/eea/volto-eea-website-theme/commit/ad9e7c325300fb553865f5c347f097b2ac271a92)] +- remove theme packages, import it from design system directly [nileshgulia1 - [`705288b`](https://github.com/eea/volto-eea-website-theme/commit/705288bdc39e5ba8e24e225b0db165e7427c1efc)] +- update: eea-design-system footer [nileshgulia1 - [`70adb5a`](https://github.com/eea/volto-eea-website-theme/commit/70adb5a4ffb22bd0e1a0b8b926743b19aa569cfa)] +- add footer and updated theme import [nileshgulia1 - [`11a9a98`](https://github.com/eea/volto-eea-website-theme/commit/11a9a98edc75532de6f8df308e7956025a82165f)] +### 0.1.0 - 21 February 2022 + +#### :hammer_and_wrench: Others + +- yarn bootstrap [Alin Voinea - [`6995e9e`](https://github.com/eea/volto-eea-website-theme/commit/6995e9e091f21fdbbdffa8a44fc0e2c626f6d46a)] +- Initial commit [Alin Voinea - [`6a9c03a`](https://github.com/eea/volto-eea-website-theme/commit/6a9c03a7cebe71ca87e82cf58c42904063e9d8d3)] diff --git a/package.json b/package.json index f5e84f09..51300c3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-eea-website-theme", - "version": "0.7.0", + "version": "0.7.1", "description": "@eeacms/volto-eea-website-theme: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",