Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@eeacms/volto-eea-design-system

eea1.8kMIT1.36.6

@eeacms/volto-eea-design-system: Volto add-on

volto-addon, volto, plone, react

readme

volto-eea-design-system

Releases

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Volto EEA Design System

Features

This package provides the following features:

  1. A Semantic UI theme
  2. A repository for the design system source files and mockups
  3. A website to showcase the design system

Try the design system website

Checkout the docs found within the website folder

Try the design system mockups

Checkout the docs found within the mockups folder

Docusaurus and Storybook

See Docusaurus. See Storybook.

Getting started

Try volto-eea-design-system with Docker

  git clone https://github.com/eea/volto-eea-design-system.git
  cd volto-eea-design-system
  make
  make start

Go to http://localhost:3000

Add volto-eea-design-system to your Volto project

  1. Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone

    docker compose up backend
  2. Start Volto frontend

  3. If you already have a volto project, just update package.json:

     "addons": [
         "@eeacms/volto-eea-design-system"
     ],
    
     "dependencies": {
         "@eeacms/volto-eea-design-system": "*"
     }
  4. If not, create one:

     npm install -g yo @plone/generator-volto
     yo @plone/volto my-volto-project --canary --addon @eeacms/volto-eea-design-system
     cd my-volto-project
  5. Install new add-ons and restart Volto:

    yarn
    yarn start
  6. Go to http://localhost:3000

  7. Happy editing!

Release

See RELEASE.md.

How to contribute

See DEVELOP.md.

The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.

See LICENSE.md for details.

Funding

European Environment Agency (EU)

changelog

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

1.36.6 - 7 May 2025

1.36.5 - 7 May 2025

1.36.4 - 25 March 2025

:bug: Bug Fixes

  • fix(side-nav): background position for content-box and full-width elements [David Ichim - b1586e6]
  • fix(navigation): avoid active selector when first item has Home title [David Ichim - 5e60fb3]

:nail_care: Enhancements

  • change(cards): align card image to bottom and ensure vis cards can use full color buttons [David Ichim - 2595218]

:hammer_and_wrench: Others

  • Add Sonarqube tag using fise-frontend addons list [EEA Jenkins - d3a993f]
  • Fix with sed the issue from line 714 missing } [David Ichim - e4e10a0]
  • Fixed link for don't use more than six colors [David Ichim - f42c698]
  • Add Sonarqube tag using ied-frontend addons list [EEA Jenkins - a8fa4e1]
  • lint fix [David Ichim - 5d4d60a]

    1.36.3 - 4 March 2025

1.36.2 - 18 December 2024

:bug: Bug Fixes

  • fix(cards): gradient change by the report header gradient [David Ichim - d45847e]

:nail_care: Enhancements

  • change(report-links): turn links into inline-flex so that download links align with link text [David Ichim - fbbea31]

:house: Documentation changes

  • docs: Build docusaurus [alin - 54d265e]

1.36.1 - 28 November 2024

1.36.0 - 27 November 2024

:bug: Bug Fixes

  • fix(report-pdf): adjust styles for report PDF description area [David Ichim - 06df35d]

:hammer_and_wrench: Others

  • Update package.json [Ichim David - 9a72b1a]

    1.35.0 - 14 November 2024

:hammer_and_wrench: Others

  • Update package.json [Ichim David - 40ae6a7]
  • Add Sonarqube tag using bise-frontend addons list [EEA Jenkins - b433236]

    1.34.1 - 14 October 2024

1.34.0 - 11 October 2024

:hammer_and_wrench: Others

  • Update package.json [Ichim David - 015ed44]

    1.33.1 - 19 September 2024

:house: Internal changes

  • chore: Fix what's new link on top to open in the same window [alin - 2e91336]
  • chore: Cleanup What's new section in docusaurus [alin - 3e72176]
  • chore: Add redmine links in whatsnew [valentinab25 - d1ef895]

1.33.0 - 13 September 2024

:bug: Bug Fixes

  • fix: Update Footer.stories.js to fix the storybook - refs #265857 [dobri1408 - b72d24f]

:house: Documentation changes

  • docs: Update docusaurus to show the new footer - refs 265857 [dobri1408 - 182a661]

:hammer_and_wrench: Others

  • test: use nodejs18 to run jobs [valentinab25 - 779511c]

    1.32.4 - 29 August 2024

:bug: Bug Fixes

  • fix: Improve sites button to use design system classes - refs #265857 [dobri1408 - 274ec63]

1.32.3 - 29 August 2024

:bug: Bug Fixes

  • fix: Update FooterSitesButton.jsx to use UniversalLink - refs #265857 [dobri1408 - c53fc12]

1.32.2 - 28 August 2024

:bug: Bug Fixes

  • fix: Improve tablet layout for footer - refs #265857 [dobri1408 - 4422ca4]

:hammer_and_wrench: Others

  • test: use node 18 to build docusaurus [valentinab25 - f1495bb]

    1.32.1 - 27 August 2024

:bug: Bug Fixes

  • fix: Update SubFooter.jsx to improve table layout - refs #265857 [dobri1408 - 6b95d14]

1.32.0 - 26 August 2024

:rocket: New Features

  • feat(context-navigation): Added styling of side navigation - refs #272384 [ichim-david - 1b9da93]

:nail_care: Enhancements

  • refactor: Footer simplification according to the #265857 [dobri1408 - 75ba3b6]

:hammer_and_wrench: Others

:nail_care: Enhancements

  • perf(inpage): render in page navigation only when hidden class changes [David Ichim - bce09b2]

:hammer_and_wrench: Others

  • perf(inpage): render in page navigation only when hidden class changes [David Ichim - bce09b2]

    1.31.1 - 7 June 2024

:hammer_and_wrench: Others

  • Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - dfa1d1b]

    1.31.0 - 22 May 2024

:boom: Breaking Change

  • breaking(buttons): style circular.basic and basic.floated buttons as circular.icon [ichim-david - 46a30c8]

:hammer_and_wrench: Others

  • bump package release [David Ichim - 08c5faf]

    1.23.8 - 13 May 2024

:rocket: New Features

  • feat: draft image - refs #268495 [ichim-david - c277f1f]

1.23.7 - 8 May 2024

:hammer_and_wrench: Others

:bug: Bug Fixes

  • fix(inpage-navigation): warning Can't perform a React state update on an unmounted component [David Ichim - 1192493]

:hammer_and_wrench: Others

  • Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - 2ccf437]

    1.23.5 - 5 April 2024

:nail_care: Enhancements

  • change(hero): delete button color is set to white due to our theme colors [David Ichim - 2ea46e7]

:hammer_and_wrench: Others

  • fixed(lint): projectRootPath path reference used by eslint [David Ichim - c3311cb]

    1.23.4 - 26 March 2024

:nail_care: Enhancements

  • change(headings): removed h3 and set important rules to subtitle-light class [David Ichim - 89a69e8]

1.23.3 - 13 March 2024

1.23.2 - 5 March 2024

:nail_care: Enhancements

  • change(buttons): remove padding from all basic buttons inside ui.buttons [David Ichim - e4dc0e6]

1.23.1 - 19 February 2024

:bug: Bug Fixes

  • fix(form): border display on wrapper of help [David Ichim - c512cab]
  • fix(icons): restored icon.overrides styles to preserve font awesome icon display [David Ichim - a3d3548]

:hammer_and_wrench: Others

  • Update package.json version to 1.23.0 [David Ichim - 4b2eeee]
  • fixed merge conflict [David Ichim - efe0f4b]
  • Update react-slick version to 0.30.1 [David Ichim - 62d4570]
  • Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - c6c74f0]
  • Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - d3d7793]

    1.23.0 - 19 February 2024

1.22.7 - 22 January 2024

1.22.6 - 19 January 2024

:bug: Bug Fixes

  • fix(site): re-enable Icons font face still used in Volto [David Ichim - e85a1ab]
  • fix(site): re-enable Icons font face since it's still used in some of Volto's interface [David Ichim - fe0c296]

:hammer_and_wrench: Others

  • Revert "fix(site): re-enable Icons font face since it's still used in some of Volto's interface" [David Ichim - cefa221]

    1.22.5 - 17 January 2024

:bug: Bug Fixes

  • fix(a11y): alt text in FooterSites component [David Ichim - eff3fa0]
  • fix(a11y): Refactor lazy loading of images in Footer and SubFooter components [David Ichim - 2513a82]
  • fix(a11y): dropdown Certain ARIA roles must contain particular children error [David Ichim - 8311bab]
  • fix: Make inpage-navigation not visibile on edit sidebar - refs #261560 [dobri1408 - e124080]
  • fix(tabs): inside content boxes which apply theme and text color for children [David Ichim - d3902de]

1.22.4 - 5 December 2023

:hammer_and_wrench: Others

  • Update Twitter logo in Share to section. [Ghiță Bizău - d86fc21]

    1.22.3 - 4 December 2023

:hammer_and_wrench: Others

  • Use RemixIcon 3.6.0. [Ghiță Bizău - cd267ee]

    1.22.2 - 29 November 2023

:bug: Bug Fixes

  • fix(tabs): inside content boxes which apply theme and text color for children [David Ichim - 618124f]

1.22.1 - 29 November 2023

:bug: Bug Fixes

  • fix(header): wrong size of items on tablet and for the mobile menu button [David Ichim - 868897c]

1.22.0 - 24 November 2023

:rocket: New Features

  • feat(mega-menu): added ability to set a * option that would hold configuration for non specific layouts [David Ichim - 11b4b8c]

:nail_care: Enhancements

  • change(header): ensure header items are without large gaps when menu goes over 2 lines [David Ichim - f6aba05]

:hammer_and_wrench: Others

  • Bump package version [David Ichim - 4304cf6]

    1.21.1 - 21 November 2023

:bug: Bug Fixes

  • fix: Regression on Button.Action component when used with RSS link [Alin Voinea - dd4548d]

1.21.0 - 20 November 2023

:bug: Bug Fixes

  • fix(item): styling difference so that column group or section group flex template match design [David Ichim - f57e074]

:nail_care: Enhancements

  • change(message): Renamed Error to ErrorMessage to avoid special identifier Sonarqube warning [David Ichim - 09e49ac]
  • change(header): dropdowns now auto open and close on focus and blur when using keyboard navigation [David Ichim - d558e9b]

:hammer_and_wrench: Others

  • Release 1.21.0 [Alin Voinea - fe39edd]
  • Modified test to reference ErrorMessage [David Ichim - 36fefd0]
  • Lint fix [David Ichim - c1fc104]
  • Test Header onBlur [David Ichim - 42f9c97]
  • Add dropdown test case to Header component [David Ichim - 9ea3234]
  • Remove unused import in Header.test.jsx [David Ichim - 082069e]
  • Added some tests for TopDropdownMenu mobile and dropdown interaction [David Ichim - 9d24488]
  • test: [JENKINS] Run cypress in started frontend container [valentinab25 - eadf018]
  • Lint fix [David Ichim - e29fd50]
  • test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - 947cb92]
  • test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - 8356dfe]
  • test: [JENKINS] Improve cypress time [valentinab25 - e38f17e]

    1.20.0 - 2 November 2023

:rocket: New Features

  • feat(storybook): add event date on cards based on volto-listing-block; refs #258288 #402 from eea/cards-storybook [ichim-david - 638241c]
  • feat(accordion): accordion title now has css variable for justification and icon order [David Ichim - cd775de]
  • feat(tabs): added inverted option to tabs storybook [David Ichim - d9e760b]
  • feat(tabs): added theme config to tabs storybook [David Ichim - 01d1e85]
  • feat(tabs): allow styling of vertical tabs with and without secondary or pointing classes [David Ichim - 1d1b78b]
  • feat(tabs): style tabs for themes without need of secondary and pointing classes [David Ichim - 2337659]
  • feat(accordion): style inverted theme version to set bg color to theme color [David Ichim - ab1e8df]

:bug: Bug Fixes

  • fix(item): position of text when icon is on top to align on center [David Ichim - ce37114]
  • fix: Fix page layout on edit view when a block has full-with size; Refs #259212 #405 from eea/full-width-edit-mode [ichim-david - 36820f5]
  • fix: Fix page layout on edit view when a block has full-with size; Refs #259212 [kreafox - 16c9a55]
  • fix: formatting (stylelint) [kreafox - ba35c2e]
  • fix: redo changes [kreafox - 101e957]
  • fix: Fix page layout on edit view when a block has full-with size; Refs #259212 [kreafox - 55617e6]
  • fix(accordion): color change of sub accordions due to theme settings on parent [David Ichim - f3755ac]
  • fix(block-chooser): title block order and color because it receives styling from accordion title styles [David Ichim - ecc85b2]
  • fix(tabs): edit active tab background color [David Ichim - c5726a4]

:nail_care: Enhancements

  • change(storybook): add event date on cards based on volto-listing-block; refs #258288 [kreafox - 25af204]
  • change(tabs): modified logic for left and right tabs to work without secondary and pointing [David Ichim - ac60bc0]
  • change(tabs): vertical menu gets same item size as themes without borders or shadows [David Ichim - f2b49ec]

:house: Internal changes

  • chore: [JENKINS] do not run tests on PR comments [valentinab25 - 51b68fc]
  • chore: [JENKINS] add comment step [valentinab25 - 5022758]
  • chore: [JENKINS] Refactor automated testing [valentinab25 - a70ca64]
  • chore: husky, lint-staged use fixed versions [valentinab25 - 59ecb8e]

:hammer_and_wrench: Others

  • bump package version preparing for release [David Ichim - c3bddab]
  • fixed missing comma from accordion selector [David Ichim - 609f676]
  • prettier and stylelint fix commands [David Ichim - 82ec097]
  • style tabs with situations where we have secondary plus theme classes [David Ichim - 41ee835]
  • Added color for inverted active menu [David Ichim - 457e223]
  • Added correct color for tab brown option [David Ichim - a4e58fe]
  • Style inverted secondary menu using css variables: [David Ichim - d3a8d7c]
  • make accordion transformed from rrt_tabs use same color bg as tabs [David Ichim - 3a1a144]
  • Tabs to accordion transformation for volto-tabs-block accordion template #256605 #392 from eea/tabs-accordion-transformation-256605 [ichim-david - cf7d1ef]
  • test(Card): fix duplicated lines reported by sonarqube [kreafox - ef1fc33]
  • test(Card): add missing tests for ImageGrid [kreafox - 5971e01]
  • test(Card): add Card tests to check correct rendering [kreafox - 1de5f50]
  • inverted border should be transparent black instead of black [David Ichim - 700b9e7]
  • implement colors for tabs when using the inverted option, and we still secondary or pointing [David Ichim - e3e5fef]
  • fix text bounce when using normal tabs due to border size and negative border margin [David Ichim - 10b7241]
  • Rollback previous change as passing items shorthand does not add ui class [David Ichim - ce36c78]
  • stylelint fix [David Ichim - fd4831e]
  • Removed pointing option from vertical tab by default: [David Ichim - 19d1870]
  • fixed color of input within edit page when double-clicking to edit the tab name [David Ichim - 957e6fd]
  • modify tabs story for vertical to still make use of pointing param [David Ichim - 6963345]
  • style tabs menu items for any themes without assumption of pointing or secondary class being present [David Ichim - 6278457]
  • fix test [Dobricean Ioan Dorian - 6d6e3b9]
  • add jest test [Dobricean Ioan Dorian - cc9533c]
  • add styles for tabs [Dobricean Ioan Dorian - 8448bf4]
  • wip modifying menu classes so that we can use css variables for tab menus [David Ichim - f8a55c5]

    1.19.0 - 13 October 2023

:bug: Bug Fixes

  • fix(flex-items): flex item variation width incorrectly applied #394 from eea/fix-flex-items-wrapper [ichim-david - 715580d]
  • fix(top-bar): dropdown overlapping with toolbar dropdown #258324 #398 from eea/fix-z-index [ichim-david - a210e8d]
  • fix: z-index for top bar to not show on top of toolbar menu - refs #258324 [Cretu Mihaela - 3c876b0]
  • fix(tests): set volto version [Giorgos Stamatis - b6fb28c]
  • fix(general): update Makefile for current stylint syntax [Giorgos Stamatis - dc0ab83]
  • fix(section): flex item variation width incorrectly applied [nileshgulia1 - 4977cd2]

:house: Internal changes

  • chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - f04a1f3]

:hammer_and_wrench: Others

  • Release 1.19.0 [Alin Voinea - ac2f8bf]
  • change z-index value [Cretu Mihaela - 7ef735e]
  • Update Makefile to fix Volto version pin and stylelint command #396 from eea/makefile-fix-stylint [ichim-david - 159071e]
  • Fix missing label for footer site links [ichim-david - 5703042]

    1.18.3 - 29 September 2023

:house: Documentation changes

  • docs: Update README and DEVELOP [Alin Voinea - efbc670]
  • docs: Update README and DEVELOP [Alin Voinea - d3b4ba8]

1.18.2 - 25 September 2023

:bug: Bug Fixes

  • fix: Clear filters in Search Block font-size - refs #258029 [Alin Voinea - 3cbcebb]

1.18.1 - 7 September 2023

:bug: Bug Fixes

  • fix: Title block should refresh image on lead image change - refs #257544 [Alin Voinea - 96a8e25]
  • fix(accordion): if statement for icon className #390 from eea/fix-accordion-icons [ichim-david - 4d52524]

:nail_care: Enhancements

  • change(accordion): fix if for icon className [Antonis Tarantilis - ba34003]

:hammer_and_wrench: Others

  • test: EN locales, pre-commit fix, feature PRs checks Refs #257193 [valentinab25 - 977bcb2]

    1.18.0 - 1 September 2023

:bug: Bug Fixes

  • fix(accordion): fix accordion filtering size and color #387 from eea/accordion-filter [ichim-david - 0356c1c]
  • fix(accordion): fix filtering text color [kreafox - e6b6ebc]
  • fix(accordion): fix accordion filtering size and color [kreafox - a4abb86]

:nail_care: Enhancements

  • perf(site): optimize footer svg using svgomg dropping size from 868kb to 422kb [David Ichim - 5118c62]
  • change(item): added column widths for flex-item-wrapper [David Ichim - 0e0e894]

:house: Internal changes

  • chore: lint fix [David Ichim - 43fc96d]

:hammer_and_wrench: Others

  • bump package version [David Ichim - f4006b8]
  • perf(site): optimize footer svg using svgomg dropping size from 868kb to 422kb [David Ichim - 5118c62]
  • test: fix tests failing #388 from eea/fix-tests [ichim-david - cfb0213]
  • prettier fix [David Ichim - 8480802]
  • lint fix [David Ichim - 4ec6099]
  • test: fix tests failing [ana-oprea - f00f4e3]
  • fix error reading baseWidth less variable [David Ichim - f83dcb1]

    1.17.0 - 29 August 2023

:rocket: New Features

  • feat(accordion): improve a11n by providing open close support using space bar on header [David Ichim - ac04dbd]

:bug: Bug Fixes

  • fix(popup): Fix wrong placement of Popper refs #256765 #384 from eea/popper [ichim-david - ee69ca2]
  • fix(sharing): button placement and styling [David Ichim - 15ecefc]

:nail_care: Enhancements

  • change(accordion): removed listitem role from mobile accordion links [David Ichim - 8b85dac]
  • change(mega-menu): mobile accordions now have aria expanded support [David Ichim - e0dbb3f]

:house: Internal changes

  • chore: Remove i18n.js script [Alin Voinea - 701b82a]

:hammer_and_wrench: Others

  • test: Fix eslint and yarn i18n [Alin Voinea - 331149f]
  • i18n: Add en [Alin Voinea - 4584295]
  • Release 1.17.0 [Alin Voinea - e3c25ee]
  • test: add unit tests for DS components - refs #254313 [ana-oprea - 0c4d4d1]
  • chrore(mega-menu): mobile accordion accessibility enhancements #385 from eea/accordion-improvements [ichim-david - 9dd717d]
  • fix popper [Dobricean Ioan Dorian - 005f2be]
  • fix [Dobricean Ioan Dorian - 615e67f]
  • remove [Dobricean Ioan Dorian - bf3974b]
  • fix popper [Dobricean Ioan Dorian - 762f199]
  • test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - b7eea21]

    1.16.0 - 17 August 2023

:rocket: New Features

  • feat(banner): allow Banner.Action to be a link #254325 #378 from eea/banner_link [ichim-david - 144f71f]
  • feat(accordion): eea design filtering support and theme refactoring #379 from eea/accordion-filter [ichim-david - 7e82454]

:bug: Bug Fixes

  • fix: use quanta-toolbar class as trigger #256275 [andreiggr - 5ede47d]
  • fix: ensure rule only on quanta-toolbar #256275 [andreiggr - 4b3e0a4]
  • fix: teaserGrid controls move only on quanta-toolbar #256275 [andreiggr - 90c9736]
  • fix(popup): handle click outside popup area to close the popup [David Ichim - a6da52d]
  • fix(popup): ref error and make sure that all .popup-container .popup get their position fixed [David Ichim - 4435c1f]
  • fix(carousel): lower opacity of arrows when we don't use infinite option [David Ichim - b8964c0]

:nail_care: Enhancements

  • change(accordion): use real icons for active and inactive panel icons #380 from eea/accordion-filtering [ichim-david - bb9e20c]
  • change(accordion): simplify change of icon for filter icons [David Ichim - a1cb797]
  • change(accordion): make use of css variables for text and background colors [David Ichim - a6cddd5]
  • change(site): use css variable values for inputs for easier customization [David Ichim - 7a085e2]
  • change(accordion): use the right selector for accordion panels hovering [dana-cfc4 - 3b041b2]
  • change(accordion): use a css variable for icon active and inactive [David Ichim - a11bf76]
  • change(popup): use a functional component for popup component using react-popper [David Ichim - 3fe2629]
  • change(carousel): modified setting of current dot based on parent li slick-active class [David Ichim - 4ac957e]

:house: Internal changes

  • chore(accordion): Improve accordion filter styling -refs#254324 [dana-cfc4 - d3ca98e]
  • chore: Add filter to accordion story -refs #254324 [dana-cfc4 - fdc906a]

:house: Documentation changes

  • docs: add links to docusaurus and storybook - refs #253277 [ana-oprea - 9f7ba84]
  • docs: Cleanup Makefile, update DEVELOP documentation, i18n - refs #254894 [valentinab25 - df303a5]

:hammer_and_wrench: Others

  • bump package release version [David Ichim - fff4264]
  • Refs #254325; allow setting a Banner.Action to be a link [Tiberiu Ichim - 18b00bf]

    1.15.0 - 26 July 2023

:rocket: New Features

  • feat(carousel): added story example on how to customize the dots to contain accessibility labels [David Ichim - fe5eb46]

:bug: Bug Fixes

  • fix(storybook): controls that broke after the Hero stories [David Ichim - f8e995d]
  • fix: hover and focused border for block child - refs #255840 [Claudia Ifrim - fdd7783]
  • fix(storybook): popup story react import [David Ichim - 18888f9]
  • fix(accessibility): of carousel arrows, dots and role of carousel as a carousel region [David Ichim - 00257fc]

:nail_care: Enhancements

  • change(carousel): set aria current to current dot button to indicate which slide we are on [David Ichim - e711ec8]
  • refactor: Use EEA countup instead of react-countup - refs #254634 [dobri1408 - 146d8c2]
  • change(search): added search icon as button for proper accessibility support [ACCESSIBILITY 2.1.1.1] #360 from eea/refactor-search-input-icon [ichim-david - 8f932ff]
  • change(search): style icon class instead of i.icon [David Ichim - f96a590]
  • change(header): use a real button for search submit [David Ichim - 37e491b]
  • change(header): move handling of key press that checks for enter key to a generic function [David Ichim - 8df5c8a]
  • refactor(SearchBox): add key down handler for search icon [Antonis Tarantilis - 4f46ba5]

:hammer_and_wrench: Others

:rocket: New Features

  • feat(cards): title on image font size adjustment when having a large base font size #369 from eea/accessibility-114-scaling-font-size-issues [ichim-david - 4a630cc]
  • feat(cards): added image card grid layout when inside imageCard-items [David Ichim - 8203c34]
  • feat(storybook): add image card storybook with proper storybook controls [David Ichim - 3bcf25f]
  • feat(Fonts): add base token for browser font size scaling [Antonis Tarantilis - 6aced82]

:bug: Bug Fixes

  • fix(contentBox): z-index is placed on before instead of the relative content-box-inner [David Ichim - ab4f2e7]
  • fix(lint): of stylelint that complained about deprecated syntax flag [David Ichim - a591a2e]
  • fix(accessibility): [ACCESSIBILITY 11.4] Common Elements - Font size scaling issues #363 from eea/accessibility-114-scaling-font-size-issues [ichim-david - 00dba6e]
  • fix(cards): removed padding within titles on images [David Ichim - 8688641]
  • fix(accessibility): Header Search Box size #359 from eea/refactor-search-box [ichim-david - 4b4e1ab]
  • fix(stylemenu): remove generic css selectors in favour of specific class #354 from eea/fix-stylemenu-selectors [ichim-david - 402755e]
  • fix(sitemenu): active background color, default slate color was too dark breaking accessibility [David Ichim - 5bcbde5]
  • fix(stylemenu): remove generic css selectors in favour of specific class [nileshgulia1 - 2190ebe]

:nail_care: Enhancements

  • change(storybook): refactored card storybook for greater flexibility [David Ichim - 9f35801]
  • refactor(card): clamp titles [Antonis Tarantilis - f104623]
  • refactor(Header): accessibility updates on dropdowns - refs #254319 [tarantilis - b16de8a]
  • change(label): ribbon label now has z-index 1 [David Ichim - 83d8705]
  • change(card): removed border that separates image from content area [David Ichim - be4cb55]
  • refactor(Header): replace height with min-height on search box and update input margins [Antonis Tarantilis - 679adaa]
  • change(stylemenu): simplify css to target the color directly on the classes [David Ichim - 4801013]

:hammer_and_wrench: Others

  • Release 1.14.0 [Alin Voinea - cb9084f]
  • test: [JENKINS] set pipe fail [valentinab25 - 1cdfc39]
  • test: try storybook upload [valentinab25 - 6d5833d]
  • test: remove useless code [valentinab25 - 2c14b0c]

    1.13.2 - 13 June 2023

:bug: Bug Fixes

  • fix(focus): chrome disregard of our focus visible outline value [David Ichim - af75079]

:hammer_and_wrench: Others

  • Revert "feat: a11y accessibility footer logos - refs #254122" [David Ichim - d45f294]

    1.13.1 - 13 June 2023

:rocket: New Features

  • feat: a11y accessibility footer logos - refs #254122 [dobri1408 - 1e40f36]

:hammer_and_wrench: Others

  • test: jest should look for addons in node_modules Refs #253277 [valentinab25 - 7b011a9]

    1.13.0 - 8 June 2023

:boom: Breaking Change

  • breaking(footer): use url parameter instead of link for footer actions [David Ichim - 5b9cc2c]
  • breaking(footer): renamed contact-block to contact-wrapper [David Ichim - 2fbb7df]

:rocket: New Features

  • feat(search): added matchpath to specify search location #352 from eea/searchpopup_update [ichim-david - 7c236d5]

:nail_care: Enhancements

  • change(footer): add dedicated classes for theme sites logos [David Ichim - adebd04]
  • change(footer): header can now be added anywhere in the footer section [David Ichim - 6ae4872]

:house: Internal changes

  • chore: [JENKINS] Deprecate circularity website [valentinab25 - fb2b166]

:house: Documentation changes

  • docs: Update and rename Corporate-site-templates to 2-corporate-site-templates.md [Antonio De Marinis - 41ffc55]

:hammer_and_wrench: Others

  • test: Fix test config, coverage Refs #253277 [valentinab25 - 12f31a2]
  • bump package version due to breaking changes [David Ichim - 75c83f0]
  • Rename to eea-storybook Refs #251478 [valentinab25 - bc4e753]
  • added matchpath, we can independently specify on which location to apply a rule for the search popup [Zoltan Szabo - f4a40e0]

    1.12.1 - 24 May 2023

:bug: Bug Fixes

  • fix(header): Increase z-index on top bar #350 from eea/fix-header [ichim-david - 59bc935]
  • fix(header): Increase z-index on top bar [kreafox - ccaa08d]
  • fix(subsite): Fix z-index to make it clickable - refs #253352 [alin - e0203fd]
  • fix: Stop image disappear over and over - ref253080 [dobri1408 - a8208e7]

:house: Internal changes

  • style: remove unnecessary z-index on content-area [Miu Razvan - f5e574f]

1.12.0 - 19 May 2023

:boom: Breaking Change

  • breaking(menu): removed css hiding of home link [David Ichim - 81bdcc6]

:bug: Bug Fixes

  • fix(container): width of position ov view-wrapper container [David Ichim - c3230cb]

:nail_care: Enhancements

  • change(mega-menu): removed need for hardcoded sub-section of countries mega menu [David Ichim - d8dab69]

:hammer_and_wrench: Others

  • Release #347 from eea/develop [ichim-david - 3eaa504]
  • bump package version as we have some breaking changes [David Ichim - 064e170]
  • printing at topics [Dobricean Ioan Dorian - 6c9e4a0]
  • printing at topics [Dobricean Ioan Dorian - 341866a]
  • printing at topics [Dobricean Ioan Dorian - b9d6853]
  • Use variables instead of hardcoded dimensions [dana-cfc4 - 064b2a4]
  • (fix): Remove copyright of hero block and extra spaces on print [dana-cfc4 - afbf212]
  • (fix): Remove header and hero block extra space [dana-cfc4 - 03d08fb]
  • moved customcss [Dobricean Ioan Dorian - 8af6b0f]
  • break hero block [Dobricean Ioan Dorian - cfa7d0d]
  • hero print [Dobricean Ioan Dorian - a988c8c]

    1.11.0 - 11 May 2023

:boom: Breaking Change

  • breaking(table): cell text align is again inherited instead of center [David Ichim - 46602c5]

:rocket: New Features

  • feat(docusaurus): Add Video block to docusaurus #343 from eea/feature-video-block [ichim-david - f692fd4]
  • feat(cards): added image position and title and description max lines also to storybook #335 from eea/rounded-card-control [ichim-david - 9cba23b]
  • feat(accordion): Add control to change the heading tag of the title within storybook #337 from eea/accordion-refactor [ichim-david - 3bf19bd]
  • feat(cards): add teaser card image alignment styles refs #250422 #338 from eea/teaser-image-alignment [ichim-david - 1e5677c]
  • feat(storybook): Add Video block to storybook based on existing Volto EEA add-on #331 from eea/feature-video-block [ichim-david - 1b539c8]
  • feat(teaser): add object-fit and object-position classnames [nileshgulia1 - 68c9567]
  • feat(video) initial component work in progress [Antonis Tarantilis - 1c99c91]
  • feat(video): add video block story [Antonis Tarantilis - e1addf5]

:bug: Bug Fixes

  • fix(listing): link size for image block by setting display to block [David Ichim - 5afa665]
  • fix(footer): Check contact url if is internal #250343 #342 from eea/footer_url_internal_check [ichim-david - d753c21]
  • fix: fill links in Storybook #250343 [andreiggr - e09995b]
  • fix(card): overrides file missing { and cleaned duplicated css code [David Ichim - 0979032]
  • fix(cards): title from next line becoming visible with large titles [David Ichim - c196f1a]
  • fix(cards): use css variables [nileshgulia1 - 71abd31]
  • fix(video): fix lint track error [Antonis Tarantilis - 6249f9e]
  • fix(video): fix tracks after the file loader module update [Antonis Tarantilis - a3a3614]

:nail_care: Enhancements

  • change(cards, utilities): modified name of object fit and position classes to have hyphens [David Ichim - 5fb39ab]
  • change(search): added possibility to configure button url in search popup #345 from eea/searchpopup_update [ichim-david - 112e97e]
  • refactor(card): restore designs & add max lines controls [Antonis Tarantilis - e7d6e39]
  • refactor(card): delete rounded card code and stories [Antonis Tarantilis - 5177697]
  • refactor(card): add image controls [Antonis Tarantilis - 5c1c0b8]
  • change(cards): set object fit and position on any ui images [David Ichim - 1185305]
  • refactor(accordion): update structure [Antonis Tarantilis - fc9847f]
  • refactor(card): add rounded control for cards [Antonis Tarantilis - df2e6a0]

:house: Documentation changes

  • docs(video): docusaurus page for video component [Dora Anastasiou - 6e5b51e]

:hammer_and_wrench: Others

  • Release 1.11.0 #344 from eea/develop [ichim-david - 02ccaa1]
  • Release 1.11.0 [alin - acc76ea]
  • bump package version [David Ichim - 3dfa3f0]
  • added possibility to configure button url [Zoltan Szabo - 91cd277]
  • Update Footer.stories.js [ichim-david - 4001536]
  • no need for title in link [andreiggr - b01c361]
  • Check contact url if is internal [andreiggr - 5996d4e]
  • (feat): Make menu aware of pathname #151573 #336 from eea/ionut-menu [ichim-david - d4a2a96]
  • remove default acitve index [Dobricean Ioan Dorian - 57235c6]
  • add default active index back [Dobricean Ioan Dorian - 5020467]
  • remove console [Dobricean Ioan Dorian - 7320e3a]
  • ismultilingual [Dobricean Ioan Dorian - 367c07c]
  • activeIndex [Dobricean Ioan Dorian - ba9d4b3]
  • Back to dev [Alin Voinea - 98d0031]
  • removed babel override, loader change should be done in storybook config [David Ichim - d63233e]

    1.0.7 - 10 April 2023

:rocket: New Features

  • feat(storybook): components keyboard and screen reader optimization #324 from eea/design-system-accessibility [ichim-david - 85faff7]

:bug: Bug Fixes

  • fix(cards): focus outline for header needed for the overflow hidden solution with max title lines [David Ichim - 849a7a8]
  • fix(header): external url in header now takes you to the correct url #330 from eea/header-external-url-fix [ichim-david - 086c61d]
  • fix(item): flex variant on edit when inside blockchooser #333 from eea/fix-item-csss [ichim-david - 65b9099]
  • fix(item): use child selector instead of descendent as it interferes with blockchooser refs #157040 [nileshgulia1 - ad4ca37]
  • fix: github autoformat [andreiggr - be97749]
  • fix: dont run isInternalURL twice [Andrei Grigore - a48984e]
  • fix: check if client method change [andreiggr - 7c53b83]
  • fix: external url in header [andreiggr - 9e3aea6]
  • fix(tag): fix in args [Antonis Tarantilis - 18eaaf4]

:nail_care: Enhancements

  • change(card): simplified headerLineHeightOffset used as margin top for cards header [David Ichim - ca61105]
  • change(storybook): removed links for Label and Comment that we implement without a link [David Ichim - ee0bfdf]
  • change(logos): updated eionet logo used in the site footer #318 from eea/footer-logo-update [ichim-david - 70671d0]
  • refactor(label): add href attribute to links [Antonis Tarantilis - 05f664d]
  • change(breadcrumbs,mega-menu): better screen readers support, see links instead of groups #309 from eea/firefox-accessibility-tab-issues [ichim-david - d6b0b4a]
  • change(mega-menu): added code to align countries left column subtitle with the right column [David Ichim - 1aa33dd]
  • change(mega-menu): sub-title padding tweaks for better spacing normalization [David Ichim - e08668d]
  • change(breadcrumbs): fixed sizing of breadcrumbs list items [David Ichim - 1761e98]
  • change(inpageNavigation): story improvements [Antonis Tarantilis - ade63c6]
  • refactor(inpageNavigation): restructure as a button [Antonis Tarantilis - 48e22ac]
  • change(breadcrumbs): label modification for better screen reader output [David Ichim - c967bef]
  • change(checkbox): toggle hover color correction [Antonis Tarantilis - 4f4d0df]
  • refactor(checkbox): accessibility fix [Antonis Tarantilis - 3b3047f]
  • refactor(newTabLabeledIcon): accessibility fix [Antonis Tarantilis - 211e40a]
  • refactor(languageLabeledIcon): accessibility fix [Antonis Tarantilis - 61edd9e]
  • refactor(downloadLabeledIcon): accessibility fix [Antonis Tarantilis - df3935d]
  • refactor(labeledIconGroup): group updates for all labeled icons [Antonis Tarantilis - a679d9d]
  • change(ContextNavigation): accessibility updates, not restructuring of the volto component [Antonis Tarantilis - 03fe83d]
  • refactor(comment): accessibility fixes and text button update [Antonis Tarantilis - dad8cb6]
  • change(card): add links to teaser titles [Antonis Tarantilis - cc64c74]
  • refactor(card): fix header outline not showing issue [Antonis Tarantilis - 48fc2e2]
  • refactor(modal): restructure close icon as button [Antonis Tarantilis - f1b836e]
  • change(logo): update eionet svg [Antonis Tarantilis - 3c87fc7]
  • refactor(megaMenu): clean up function after test [Antonis Tarantilis - 883eb73]
  • refactor(megaMenu): align menu items with demo site for better testing [Antonis Tarantilis - 82a5c84]
  • refactor(breadcrumbs): updates on structure and story for accessibility [Antonis Tarantilis - 770c8c0]
  • refactor(megaMenu): Restructure Topics and Countries lists [Antonis Tarantilis - d816e7a]
  • change(mega-menu): use lists for navigation, enhance voice over support for better accessibility [David Ichim - d13137f]
  • refactor(header): firefox accessibility errors fix [Antonis Tarantilis - c7d35b9]

:house: Internal changes

  • style(megaMenu): remove comments and unused properties [Antonis Tarantilis - fa5f8f8]

:house: Documentation changes

  • docs(footer): logo update [Manthos Matzios - ad982d6]

1.0.6 - 29 March 2023

:rocket: New Features

  • feat: add viewport-(width/height) less functions and fixed banner image url #329 from eea/develop [ichim-david - e8e70bd]
  • feat: add viewport-(width/height) less functions [Miu Razvan - 68300a3]

:nail_care: Enhancements

  • refactor(Banner.jsx): use flattenToAppURL helper function to get image source URL [Miu Razvan - 24b13d7]
  • change(docusaurus): set full class name for remix icons [David Ichim - f435e10]

:house: Internal changes

  • style(theme): update container width and margins in eea theme [Miu Razvan - 3e4446a]

:hammer_and_wrench: Others

  • horizontal overflow hidden in view mode [Miu Razvan - f395f27]

    1.0.5 - 28 March 2023

:rocket: New Features

  • feat: improve full-width class [Miu Razvan - 70bba7e]

:bug: Bug Fixes

  • fix(banner): Add missing divider for time tag #327 from eea/banner-metadata [ichim-david - c46a583]
  • fix(banner): Add missing divider for time tag [kreafox - 7d68c39]

1.0.4 - 27 March 2023

:rocket: New Features

  • feat(copyright): Add copyright prefix - Image - refs #250724 [Alin Voinea - 6a72772]

:house: Internal changes

  • style(copyright): Cleanup useless min-height - refs #250724 [Alin Voinea - f2457df]

:hammer_and_wrench: Others

:bug: Bug Fixes

  • fix: improve full-width class [Miu Razvan - 9322259]
  • fix(header): Remove z-index from subsite logo #320 from eea/subsite-logo [ichim-david - 5091100]
  • fix(header): Remove z-index from subsite logo [kreafox - d433a97]

:nail_care: Enhancements

  • change(banner): use custom-made Popup for better accessibility [David Ichim - 10d0fcf]
  • change(popup): added also the basic property [David Ichim - a4497ac]
  • change(popup): added most important popup properties from Semantic ui implementation [David Ichim - 61f65bc]
  • change(header): Add search popup customizations from eea-website-theme [Krisztina Elekes - 43e5a78]
  • change(banner): use custom-made Popup for better accessibility [David Ichim - 9108bee]
  • change(popup): create custom popup for better accessibility [David Ichim - 036aac9]
  • change(colors): update gray-4 color value #321 from eea/update-gray-4 [ichim-david - f458ff0]
  • refactor(tokens): updated gray-4 [Giorgos Stamatis - b890df7]
  • change(banner): MetadataField now uses proper time tag when value is datetime [David Ichim - b4c4d34]
  • change(footer): Fix error and empty div if no social links are present #319 from eea/footer-social [ichim-david - 8922246]
  • change(footer): Fix error and empty div if no social links are present [kreafox - 5d934a6]

:hammer_and_wrench: Others

  • (feat):Page Header Banner accessibility #316 from eea/accesibility-banner [ichim-david - e587f46]
  • lint 3 [Dobricean Ioan Dorian - 2e0bed1]
  • prettier [Dobricean Ioan Dorian - 6ed78e5]
  • lint [Dobricean Ioan Dorian - 646dfaa]
  • lint 1 [Dobricean Ioan Dorian - b4c9580]
  • lint [Dobricean Ioan Dorian - ca41def]
  • cleaning [Dobricean Ioan Dorian - 4391aa6]
  • refactor [Dobricean Ioan Dorian - 9789201]
  • storybook [Dobricean Ioan Dorian - c8c77de]
  • banner accesibility [Dobricean Ioan Dorian - 5e2f23b]

    1.0.2 - 14 March 2023

:bug: Bug Fixes

  • fix(megamenu): topic menu title is now placed before content [David Ichim - 6004bcb]
  • fix(megamenu): removed in depth nav_title renaming that set title wrongly to a-z topics [David Ichim - 899ca0e]

:nail_care: Enhancements

  • change(megamenu): removed special styling from at a glance mega menu section [David Ichim - fd0c4c8]
  • change(docusaurus): updated static image of footer sections [David Ichim - 4ff3185]
  • change(footer): renamed thematic information platforms to environmental information systems [David Ichim - e7004a7]

:house: Documentation changes

  • docs(What's new): Update 'What's new' [Alin Voinea - d7ed9d6]

:hammer_and_wrench: Others

  • fixed accordion selector typo [David Ichim - f4cabc8]

    1.0.1 - 13 March 2023

1.0.0 - 13 March 2023

:bug: Bug Fixes

  • fix(Footer): Open internal links within the same page [Alin Voinea - 5b3e409]

:nail_care: Enhancements

  • change(banner): use huge scale instead of full image for better performance [David Ichim - 381c58e]

1.0.0-beta.6 - 10 March 2023

:rocket: New Features

  • feat(site): serve Roboto fonts from eea design system package instead of google fonts #311 from eea/roboto-library [ichim-david - f6a1b3e]

:bug: Bug Fixes

  • fix(storybook): add fontDisplay [Giorgos Stamatis - 078966a]
  • fix: full-width is now properly sized [Miu Razvan - 6e2e348]

:nail_care: Enhancements

  • change(colors:) update the design system colour palette #312 from eea/update-color-palette [ichim-david - a5fb694]
  • change(image): copyright position fixes, moved image floating to image-block-container [David Ichim - 53422e0]
  • refactor(storybook): restored site variables [Giorgos Stamatis - a48478b]
  • refactor(docusaurus): added roboto library [Giorgos Stamatis - 19de7b1]
  • refactor(storybook): added roboto library [Giorgos Stamatis - e991621]
  • change(copyright): implemented copyright hover design [David Ichim - 6b12441]
  • refactor(tokens): update colours [Giorgos Stamatis - 3a2c1e1]

:house: Internal changes

  • chore(storybook): switched google fonts to true [Giorgos Stamatis - 4a8cae4]
  • chore(lint): lint [Giorgos Stamatis - 9b0f125]
  • chore(storybook): lint [Giorgos Stamatis - 29bc809]
  • chore(colours): changed back yellow 6 [Giorgos Stamatis - 87c9bbc]

:house: Documentation changes

  • docs(colours): accessibility [Dora Anastasiou - ee342aa]
  • docs(colours): colours update [Dora Anastasiou - 161007e]

:hammer_and_wrench: Others

  • test(cypress): Use latest stable Volto for testing [Alin Voinea - 2051661]
  • Update What's new section [Alin Voinea - caa4b5d]
  • Prepare final release 1.0.0 [Alin Voinea - ef4383d]
  • lint fix [David Ichim - 599f509]
  • Back to dev [Alin Voinea - 80cd3df]

    1.0.0-beta.5 - 7 March 2023

:nail_care: Enhancements

  • change(footer): removed min width and height from links [David Ichim - ac33219]
  • change(carousel): tweak size of carousel dots for better touch interaction [David Ichim - e1fb823]

:house: Internal changes

  • style(hiddenStructure): Add hiddenStructure utility to be used with h1 heading on frontpage - refs #158717 [Alin Voinea - 672cca2]

:hammer_and_wrench: Others

  • Release 1.0.0-beta.5 [Alin Voinea - e4417e1]
  • better useOnScreen hook [Andrei Grigore - c214b6b]
  • Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - b227cf8]
  • feature(mobile): increased performance by lazy loading footer images #303 from eea/increase_performance [ichim-david - 80d1df1]
  • prettier [David Ichim - a7f8384]
  • fixed less build failure due to changes in footer.less [David Ichim - 190bc8c]
  • useOnScreen default export [andreiggr - 3e6cfdd]
  • lazyload bg img on footer also [andreiggr - ae07162]
  • lazyload footer images [andreiggr - a0633c9]
  • use aria-labels on dropdown [andreiggr - 27e1443]
  • role change for accessibility [andreiggr - 5e758e0]
  • minimum tap dimension for mobile [andreiggr - a25e9a8]
  • Increase performance - mobile friendly [dana-cfc4 - 07d86c8]

    1.0.0-beta.4 - 1 March 2023

:rocket: New Features

  • feat(footer): Add footer description #306 from eea/footer-description [ichim-david - bf655d1]
  • feat(footer): Add footer description [kreafox - 2ad0f71]

:bug: Bug Fixes

  • fix(footer): Add class for children [kreafox - 3c50d15]
  • fix(footer): Don't show empty row if description is not present [kreafox - 2ca7f7d]
  • fix(search): Fix search links color #307 from eea/search-accessibility [ichim-david - a76f48b]
  • fix(search): Fix search links color [kreafox - 69c42ef]

:nail_care: Enhancements

  • change(carousel): tweak card width and padding for better arrow alignment [David Ichim - e184f70]
  • change(storybook): include footer description in storybook [kreafox - e904aa0]

:hammer_and_wrench: Others

:rocket: New Features

  • feat(accordion): storybook accessibility by using buttons for titles #297 from eea/accessibility-accordion [ichim-david - 809d52b]

:bug: Bug Fixes

  • fix(dropdown): remove close on blur so that we can navigate links using keyboard [David Ichim - 5442715]

:nail_care: Enhancements

  • change(language): restore dropdown duplication in order to properly show and hide language dropdown [David Ichim - cb28888]
  • change(language): hide language dropdown by default [David Ichim - cc6064f]
  • change(header): top dropdown menu keyboard navigation #293 from eea/accessibility-megamenu-searchbox [ichim-david - 1e6fa65]
  • change(language): dropdown to use links for proper keyboard navigation [David Ichim - 6a7de30]
  • change(search): to reflect changes from eea-website-theme [David Ichim - 2cc35e0]
  • change(button): set focus styling for buttons [ichim-david - 33ebfca]
  • change(footer): Avoid devtools warning in FooterActions #304 from eea/avoid_warning [ichim-david - d774824]
  • change(accessibility): style outline instead of box-shadow [David Ichim - 53209f3]
  • change(header): set the logo class directly on the link [David Ichim - f8fba50]
  • change(footer): Accessibility update p with h3 heading tag for theme sites title #302 from eea/footer-accessibility [ichim-david - 5bf70de]
  • change(documentation): Rename all image files to follow the agreed convention #301 from eea/refactor-image-filenames [ichim-david - cfe44ef]
  • refactor(Footer): update mobile header size [Antonis Tarantilis - 01ab7f0]
  • refactor(footer): update p with h3 heading tag for header [Antonis Tarantilis - ca1477b]
  • refactor(docusaurus): cleanup decorative images [Giorgos Stamatis - fedc4d4]
  • refactor(images): remove unused docusaurus svgs [Giorgos Stamatis - c5ef14c]
  • refactor(Accessibility): add box-shadow on focus-visible components [Antonis Tarantilis - b1adcc3]
  • refactor(images): clear docusaurus unused pngs [Giorgos Stamatis - db5c611]
  • refactor(Accordion): div titles to buttons, test in mobile mega menu accordions [Antonis Tarantilis - eaad4b4]
  • refactor(header): add escape key functionality, actions from div to button to have proper focus state [Antonis Tarantilis - 8081aa4]
  • refactor(images): cleared unused/renamed images assets [Giorgos Stamatis - 821f5c1]
  • refactor(header-images): removed unused [Giorgos Stamatis - 8250d94]
  • refactor(footer images): removed unused/renamed [Giorgos Stamatis - 186de6b]

:house: Internal changes

  • chore(docusaurus): ignore website/.yarn [Giorgos Stamatis - 0b33ffd]
  • style(header): react syntax fix [Antonis Tarantilis - 3add127]

:house: Documentation changes

  • docs(guidelines): add image name convention [Giorgos Stamatis - 290747c]

:hammer_and_wrench: Others

  • Release 1.0.0-beta.3 [Alin Voinea - 386c903]
  • Avoid warning in FooterActions [Tiberiu Ichim - 0fe73d7]

    1.0.0-beta.2 - 13 February 2023

:bug: Bug Fixes

  • fix(footer): action and copyright #300 from eea/develop [ichim-david - 579f3e4]
  • fix(accessibility): added navigation and footer id's for skip link [David Ichim - 48354b9]
  • fix(footer): action or copyright links are simple a tags for external link [David Ichim - 9af5070]

:nail_care: Enhancements

  • change(navigation): raise z-index of go to top link [David Ichim - 485ca72]
  • change(footer): modified footer gap [David Ichim - b8a820a]
  • change(footer): added gap for actions and copyright [David Ichim - 7d32ddd]
  • change(footer): typos and modified footer links to be center aligned [David Ichim - ac23f04]
  • change(footer): removed extra text and date from copyright section [David Ichim - af47bbe]

:house: Internal changes

  • chore(docs): Update eea.hbs template to beta - refs #158717 [Alin Voinea - 196538e]

:hammer_and_wrench: Others

:rocket: New Features

  • feat(search): Add search suggestions style #296 from eea/search-suggestions [ichim-david - 3b0c956]
  • feat(search): Add search suggestions style [kreafox - 6b2b77b]

:nail_care: Enhancements

  • change(search): Add proper margin for search popup [kreafox - 190c9f5]

:hammer_and_wrench: Others

:rocket: New Features

  • feat(utilities): Complete list of text-align utilities - refs #160747 [Alin Voinea - 224fab6]
  • feat(small): CSS for small HTML tag - refs #160747 [Alin Voinea - ad3c0ad]
  • feat(fw-light): Add font weight light utility - refs #160747 [Alin Voinea - c44cf57]
  • feat(Card): add teaser card grid story [Antonis Tarantilis - 53cac0b]

:bug: Bug Fixes

  • fix(card): teaser card dimensions on tablet size #290 from eea/teaser-card-grid [ichim-david - 013fdf5]

:nail_care: Enhancements

  • refactor(style-menu): add text-color to paragraphs styles #291 from eea/stylemenu-theme-colors [ichim-david - 2d78307]
  • change(header): Small fix in search popup #292 from eea/search-popup [ichim-david - 86c1305]
  • change(card): added extra content for teaser card story [David Ichim - 30690ae]
  • change(header): Small fix in search popup [kreafox - 3d622ea]
  • refactor(style-menu): add text-color to paragraphs styles [nileshgulia1 - 3446bc2]
  • change(color): darkCyan is now replaced everywhere by the new green [David Ichim - ef3791d]

:hammer_and_wrench: Others

:nail_care: Enhancements

  • change(mobile menu): integrate a-z topic with menu rendering logic #287 from eea/develop [ichim-david - 05d4c04]
  • change(mobile menu): integrate a-z topic with menu rendering logic [David Ichim - 246d3d8]

:hammer_and_wrench: Others

:nail_care: Enhancements

  • change(mobile menu): hardcode a-z topics to '/en/topics-in-depth' #286 from eea/develop [ichim-david - 6436224]
  • change(mobile menu): hardcode a-z topics to '/en/topics-in-depth' [David Ichim - 5235b52]

:hammer_and_wrench: Others

:rocket: New Features

  • feat(utilities): added has--bg--top center and bottom utility classes [David Ichim - 051e6d7]

:bug: Bug Fixes

  • fix(header): update green color used in page header #284 from eea/fix-banner-background [ichim-david - 29d54db]

:nail_care: Enhancements

  • refactor(Banner): update banner background green color [Antonis Tarantilis - fd4a552]
  • change(mobile menu): changed link for a-z topics to point to in depth [David Ichim - 721bf23]
  • change(site): added fixes from customVolto.css to design package [David Ichim - 51ba9b5]

:hammer_and_wrench: Others

  • 1.0.0-alpha.13 release #285 from eea/develop [ichim-david - c966940]
  • bump next version to alpha 13 [David Ichim - 897e906]
  • Back to dev [Alin Voinea - 5780dc7]

    1.0.0-alpha.12 - 24 January 2023

:rocket: New Features

  • feat(card, colors): visited color change and title on image option for cards #283 from eea/develop [ichim-david - e638ee6]

:bug: Bug Fixes

  • fix(mobile menu): sub links when an accordion section is active [David Ichim - bb3be81]

:nail_care: Enhancements

  • change(card): title padding value for a more balance look [David Ichim - 74b6556]
  • change(card): added image card section, tweaked mobile heading size [David Ichim - 0f879e1]
  • change(cards): moved image gradient overlay to a mixin.less file [David Ichim - 8b4928a]
  • change(card): removed uppercase transform from title on image [David Ichim - 2948ae1]
  • change(cards): added image for all storybook card examples [David Ichim - 3f19413]
  • change(card): implement title on image within image section [David Ichim - ff6cc60]
  • change(colors, Docusaurus): Visited link colour change and thematic logo replacement #278 from eea/refactor-visited-link [ichim-david - f82d978]
  • change(banner): restored label value of metadata field when type isn't date [David Ichim - 571a4f2]
  • refactor(docusaurus): applied image naming convention [Giorgos Stamatis - ee7bc29]
  • refactor(card): Update titles value and size [Antonis Tarantilis - c35ad5c]
  • refactor(storybook): visited link variables [Dora Anastasiou - b209b2f]
  • refactor(Card): add image with title css [Antonis Tarantilis - 6e6e63e]
  • refactor(Card): create card template for stories [Antonis Tarantilis - 2fa77f3]

:house: Documentation changes

  • docs(colors): visited link update [Dora Anastasiou - ece77fe]

:hammer_and_wrench: Others

  • change version to alpha 12 instead of 1 final [David Ichim - 3225025]
  • feature(card): new card variation with title on top of image #267 from eea/title-on-image-card [ichim-david - 2c0ca95]
  • fix typos in footer gradient variables [David Ichim - 4006640]
  • Back to dev [Alin Voinea - 477d997]

    1.0.0-alpha.11 - 17 January 2023

:rocket: New Features

  • feat(docusaurus): Header and footer elements section #277 [ichim-david - 0df271c]

:bug: Bug Fixes

  • fix(banner): storybook date input and simplified gradient opacity [David Ichim - 7674d76]
  • fix(banner): re-added title class on banner title [David Ichim - 6d15799]

:nail_care: Enhancements

  • refactor(banner): sync storybook and Volto component #275 from eea/sync-page-banner-theme [ichim-david - 4331fb4]
  • change(banner): removed margin from title [David Ichim - 17e592c]
  • refactor(banner): sync storybook and Volto component [nileshgulia1 - c9087cc]

:house: Documentation changes

  • docs(footer): updates on header elements [Dora Anastasiou - b41c550]
  • docs(footer): add elements anatomy [Dora Anastasiou - d9f0872]

:hammer_and_wrench: Others

  • Release 1.0.0-alpha.11 [Alin Voinea - 07e8f85]
  • renamed image elements as requested in review [David Ichim - 8541fb6]
  • update(gradient): use 8deg angle [nileshgulia1 - 6fd597d]
  • update(gradiant): make it 0deg [nileshgulia1 - 1bb2696]
  • remove(banner-gradiant): image gradiant in favour of text [nileshgulia1 - 1b58520]
  • remove(comment) referencing old verison of title [nileshgulia1 - 4226d42]
  • add(banner): banner title css [nileshgulia1 - d003247]

    1.0.0-alpha.10 - 13 January 2023

:bug: Bug Fixes

  • fix(subsite): Fix logo size on subsite section #279 from eea/subsite-fixes [ichim-david - 8f6cf94]
  • fix(subsite): Fix logo size on subsite section [kreafox - 65fff54]
  • fix(mega-menu): show sub grid only if there are children [David Ichim - ddfbd82]

:hammer_and_wrench: Others

  • Release 1.0.0-alpha.10 [Alin Voinea - 7014d08]
  • Add variable definitions [kreafox - 293fe65]
  • Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - ef58a6f]
  • Back to dev [Alin Voinea - 31d4616]

    1.0.0-alpha.9 - 28 December 2022

:nail_care: Enhancements

  • change(contextnav): Default title is text, custom title is link #273 from eea/context-nav-link-title [ichim-david - ef7bdb7]

:hammer_and_wrench: Others

  • Show document and folder content-type in Navigation listing [andreiggr - 8471db3]
  • Context nav title link to # [andreiggr - a27a6b7]
  • Default title is text, custom title is link [andreiggr - 1ae95b0]

    1.0.0-alpha.8 - 23 December 2022

:rocket: New Features

  • feat(copyright): Align copyright options with Volto integration - refs #158210 [Alin Voinea - 6bac7f6]

:nail_care: Enhancements

  • change(logos): cleanup eea logo reference to only eea-logo and eea-logo-white.svg [David Ichim - 2796e05]
  • change(item): removed requirement for aligned classes to be on content [David Ichim - 30c0d5d]
  • change(item): use default logic of setting align class on content [David Ichim - 6b5b47c]
  • refactor(logos): convert storybook logo names to lowercase [Antonis Tarantilis - c4b24ec]
  • refactor(logos): convert logo names to lowercase [Antonis Tarantilis - 07b8228]
  • refactor(logo): import theme site logos to the story [Antonis Tarantilis - 2f29136]
  • refactor(logo): add eea roboto font logo variations [Antonis Tarantilis - de1224a]
  • refactor(logo): add container and segment to logo story [Antonis Tarantilis - 61eff16]
  • refactor(logo): update logo and mega search gradient [Antonis Tarantilis - e11f44d]
  • refactor(logo): update logo [Antonis Tarantilis - 170efe5]

:house: Internal changes

  • chore(npmignore): Reduce npmjs package size [Alin Voinea - 164c8a5]
  • chore(npmignore): Reduce npmjs package size [Alin Voinea - ade9d5b]
  • chore(docs): renamed logo mdx to md [Giorgos Stamatis - 52e9d46]

:house: Documentation changes

  • docs(logo): update eea logos and add logo wrapper [Antonis Tarantilis - 91cdd66]
  • docs(logo): update logos on docusaurus [Antonis Tarantilis - 760e101]
  • docs(logos): add dark mode logos [Dora Anastasiou - ccc1609]
  • docs(logos): change eea logo to svg [Giorgos Stamatis - f57b846]
  • docs(logos): add zipped svgs for download [Giorgos Stamatis - 5855bf8]
  • docs(logos): move to static, add download [Dora Anastasiou - 8c1fd5f]
  • docs(logos): wisef logo update [Dora Anastasiou - 8f90b59]
  • docs(logos): updated svgs [Dora Anastasiou - dc224e1]
  • docs(logos): svgs without classes [Dora Anastasiou - 28a5833]
  • docs(logos): improve eea logo visibility [Dora Anastasiou - 82188ab]
  • docs(logos): add thematic logos [Dora Anastasiou - 5a21a30]

:hammer_and_wrench: Others

  • logo update or docusaurus thematic logo listing #274 from eea/develop [ichim-david - dde90be]
  • bump package version [David Ichim - b4628be]
  • feature(docusaurus, storybook): logos selection for sites plus inverted options #253 from eea/doc-logo-page [ichim-david - dbfc90d]
  • (feat): Add ability to disable the language select from website top menu - refs #158616 [dobri1408 - 411c8e4]
  • Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - c4769e9]
  • test(Jenkins): Run tests and cypress with latest canary @plone/volto [Alin Voinea - 92feea0]
  • Proof reading page header section [ichim-david - 230239e]

    1.0.0-alpha.7 - 16 December 2022

:rocket: New Features

  • feat(item): normalized size for image or icon items #258 from eea/refactor-items [ichim-david - 945170f]

:bug: Bug Fixes

  • fix(item): removed margin set for description which pushed the text from icon [David Ichim - d9d4031]
  • fix(card): rounded after removal of has--rounded--true style class [David Ichim - d4727af]
  • fix(project): Proper paths if volto-eea-design-system package is not installed, but in development #270 from eea/correct_paths [ichim-david - 0f8ee8d]

:nail_care: Enhancements

  • change(item): added tiny size that outputs 24px icon sizes [David Ichim - 2ea9636]
  • change(image): added preview image size default to 400px [David Ichim - a0aa867]
  • change(item): rename large to big class [David Ichim - 24ff127]
  • change(item): set same height as width on item images [David Ichim - 69cbd23]
  • refactor(item): update item part 2 [Antonis Tarantilis - 9812ae2]
  • refactor(item): update spacing [Antonis Tarantilis - 2fd91c4]
  • refactor(item): update icon variations and paddings [Antonis Tarantilis - 6a407b3]
  • refactor(item): update image and icon sizes [Antonis Tarantilis - b802573]
  • refactor(item): initial values for new sizes & add description class [Antonis Tarantilis - 3546296]
  • refactor(item): update operator for condition controls [Antonis Tarantilis - 149ccb2]
  • refactor(item): add icon and more size options [Antonis Tarantilis - 1120bb6]

:hammer_and_wrench: Others

  • Release 1.0.0-alpha.7 [Alin Voinea - 7e66bcc]
  • Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - ce47e9b]
  • added back descriptionDistance variable until package release [David Ichim - 3af811a]
  • Back to dev [Alin Voinea - cb531c9]
  • Proper paths if the package is not installed, but in development [Tiberiu Ichim - 7a2655f]
  • Update .project.eslintrc.js [ichim-david - a2fd3f2]

    1.0.0-alpha.6 - 7 December 2022

:rocket: New Features

  • feat(Header): add hideSearch prop [Miu Razvan - 13ddfe5]
  • feat(Docusaurus): Image copyright information #257 from eea/image-copyright-info [ichim-david - 2119515]
  • feat(copyright): create copyright component and import it in banner [Antonis Tarantilis - 8fcde9d]

:bug: Bug Fixes

  • fix(tags): content gap when using tags-content wrapper [David Ichim - c4eb9b8]

:nail_care: Enhancements

  • change(copyright): removed copyrightVariant from Banner and Hero stories [David Ichim - ac62e07]
  • change(copyright): now uses text color css variable with fallback to white [David Ichim - ee7268b]
  • change(copyright): removed color variant [David Ichim - 747b8a2]
  • change(copyright): line height to match page header implementation [David Ichim - a56254e]
  • change(copyright): implementation to add classes on content sections [David Ichim - e10bde6]
  • change(tagList): modified implementation to align to volto-tags-block [David Ichim - 7a57a3d]
  • refactor(hero): add copyright component to hero [Antonis Tarantilis - 0fa88fa]
  • refactor(copyright): remove data section [Antonis Tarantilis - 52cb09d]

:house: Documentation changes

  • docs(copyright): copyright documentation [Dora Anastasiou - a90ed76]

:hammer_and_wrench: Others

  • Release 1.0.0-alpha.6 [Alin Voinea - 6ca32f0]
  • feature(copyright): image information #250 from eea/feature-copyright [ichim-david - a8618c7]
  • lint fix by introducing local variable tagsGap [David Ichim - 7b6c0ae]
  • grammar fixes [ichim-david - cb2a5a5]
  • Update usage_markdown.md [ichim-david - f76d4a2]
  • Update 3-images.md [ichim-david - 1b0ef03]

    1.0.0-alpha.5 - 29 November 2022

:rocket: New Features

  • feat(Iconography): import and showcase remix icons [Antonis Tarantilis - 777112f]

:bug: Bug Fixes

  • fix(contentBox): avoid text decoration for header-link added on cards [David Ichim - 3ccb592]
  • fix(label): color for yellow variant as white isn't accessible on yellow color [David Ichim - 91d8880]
  • fix(label): margin value for ribbon image left and right margin [David Ichim - f8e1129]
  • fix(lists): bullet position by using padding instead of margin [David Ichim - 0ecae2e]
  • fix(docusaurus): right bar overflow fix [Manthos Matzios - 197c763]

:nail_care: Enhancements

  • change(tag): set gap on tags element for margin between tag elements [David Ichim - 726bc6d]
  • refactor(docusaurus): move supplementary, state and link colors to partials [Giorgos Stamatis - 2776be3]
  • refactor(docusaurus): fix side menu / moved more content in palette partial [Giorgos Stamatis - f5b7077]
  • refactor(docusaurus): eea color palette in separate file [Giorgos Stamatis - 6c855df]
  • refactor(docusaurus): classes for color boxes [Giorgos Stamatis - 80219d5]
  • perf(docusaurus): added remixicon and roboto locally [Giorgos Stamatis - b67b1a7]

:house: Internal changes

  • chore(colours): fix wrong class name [Giorgos Stamatis - 51ad0a8]

:house: Documentation changes

  • docs(colors): switch FISE logo to png [Giorgos Stamatis - 335471f]
  • docs(colours): adjust logos heights [Antonis Tarantilis - 854d4fb]
  • docs(colors): thematic pages integration [Dora Anastasiou - ea7a422]
  • docs(colors): fix swatches accessibility [Dora Anastasiou - 306cb74]
  • docs(typography): merge designer and dev units [Giorgos Stamatis - 65c240e]
  • docs(colors): updated visited [Dora Anastasiou - 0248fd1]
  • docs(FISE): replaced logo [Giorgos Stamatis - f7d8331]
  • docs(colors): blue-grey-6 adjustment [Giorgos Stamatis - e7ab2d1]
  • docs(docusaurus): typography and colors fixes according to comments on PR [Manthos Matzios - ae20a72]
  • docs(typography): readded extra font sizes, fixed fluid [Manthos Matzios - a4a5d89]
  • docs(colors): minors updates and instructions [Manthos Matzios - 84ac882]
  • docs(docusaurus): Iconography updates, thematic platforms [Dora Anastasiou - 2a0e596]
  • docs(colours): added active colour [Manthos Matzios - 574f7a9]
  • docs(typography): changed em to percentages [Manthos Matzios - d417600]
  • docs(docusaurus): color updates [Manthos Matzios - cc13b54]

:hammer_and_wrench: Others

  • feature(Docusaurus): Updates on color palette information including thematic websites #231 from eea/refactor-docusaurus [ichim-david - ec7843d]
  • Upgrade Jenkinsfile storybook to yarn 3 [Alin Voinea - d20de8d]
  • Back to dev [Alin Voinea - 563fbc5]
  • perf(docusaurus): added remixicon and roboto locally [Giorgos Stamatis - b67b1a7]

    1.0.0-alpha.4 - 22 November 2022

:bug: Bug Fixes

  • fix(cards-storybook): load slick carousel css for arrow and pagination styles [David Ichim - 1159b1b]

:nail_care: Enhancements

  • change(utilities): added has text classes to the text alignment utilities [David Ichim - e6974c6]
  • change(build): upgrade action to trigger workflow and wait to latest version [David Ichim - c63ad3f]
  • refactor(card): theming implementation to allow has theming classes #265 from eea/card-refactoring [ichim-david - 24edc99]
  • change(utilities): modified class name for text align using has naming [David Ichim - 579a0cb]
  • change(theme): ensure that only direct children of container have a default top and bottom margin [David Ichim - 7f8b8dc]
  • change(theme): add slick-carousel dependency [David Ichim - f2eec7d]
  • change(card): expect has classes on the card directly [David Ichim - 6a9e38b]
  • change(cards): allow rounded, inverted and theme parameter to be set by has classes [David Ichim - 4b4ad89]
  • change(cards): refactor cards theming implementation [David Ichim - d4e4542]

:hammer_and_wrench: Others

  • Exclude mockups from npm package [Alin Voinea - 634af8e]
  • Update eea.github.io on all commits in develop branch [Alin Voinea - 3d0b8d7]
  • Trigger re-build [Alin Voinea - 3566dd2]
  • fix rounded selector [David Ichim - 1fa1544]
  • Back to dev. [Alin Voinea - ea47f6f]

    1.0.0-alpha.3 - 16 November 2022

:rocket: New Features

  • feat(Header): Add subsite section styling #263 from eea/subsite [ichim-david - 00398b8]

:bug: Bug Fixes

  • fix(search): position now changed by default to absolute from relative [David Ichim - 51b08fc]
  • fix(megaMenu): remove paddings for buttons added by active class [Antonis Tarantilis - ec33ebf]

:nail_care: Enhancements

  • change(mega-menu): hide home link and accordion content from mobile menu [David Ichim - 1a69172]
  • change(container): width from min width 1280px to 1365px max width [David Ichim - 66e551e]
  • change(theme): modified wide width to point to 1320px as it's perfectly divisible by 4 [David Ichim - 8f82573]
  • change(theme): modified wide width to point to 1368px as it's perfectly divisible by 4 [David Ichim - 2349fee]
  • change(container): fullwidth now take into account devices without hover [David Ichim - 5a35a65]
  • change(container): ensure only the top level elements behave like containers [David Ichim - 98b85d1]
  • change(container): modified column-block grid to remove margin and padding when using full width class [David Ichim - 35c1cee]
  • change(components): load overrides files for our defined semantic files [David Ichim - adde7a9]
  • change(container): story to avoid adding containerwidth property to container div [David Ichim - c13d83c]
  • change(container): story to add classes that modify the max width of the containers [David Ichim - 37948f8]
  • change(container): renamed content-text-width to container-text-width [David Ichim - 6f788c2]
  • change(container): removed app extras and view setting of layout sizes [David Ichim - f6dc1ee]
  • change(homepage): removed hiding of staging banner from homepage [David Ichim - 4ba2cd7]
  • change(site): add a 1rem margin top and bottom on all styled classes [David Ichim - dabf6c1]
  • change(container): use important flag for left and right margin [David Ichim - a49c83a]
  • change(views): moved narrow style bellow the default container width styles [David Ichim - 72fa58d]
  • change(view): set container width for view-viewview class as well [David Ichim - 29dc324]
  • change(listing): provide ui container fallback if no class is passed to default view [David Ichim - af9e94d]
  • change(narrow-view): re-added container class to page-document [David Ichim - 56b44a6]
  • change(container): unset values of page-document on 1200+ browser width [David Ichim - dd5bea3]
  • change(container): affect only left and right margin of containers [David Ichim - 183265b]
  • change(containers): modified class names after layout checks [David Ichim - 1dc3689]
  • change(listing): removed container from default view page-document area [David Ichim - 69f3d8f]
  • change(views): rename classes names to width_view and added app extras layout component [David Ichim - 745b772]
  • change(container): add variables for edit and add section of containers [David Ichim - f2e2c33]
  • change(columns): implement narrow, container and wide width classes [David Ichim - 9696b54]
  • change(views): customized DefaultView to pass class into page-document area [David Ichim - 91123aa]
  • change(megamenu): set children to be appended to the right of the menu title [David Ichim - b69c23a]
  • refactor(sidemenu): add is_in_path and is_current attributes for an active example [Antonis Tarantilis - a3fe7fd]
  • refactor(sidemenu): add third level list and items & update active indication [Antonis Tarantilis - e2d87da]
  • refactor(megaMenu): update padding variables [Antonis Tarantilis - c5f2583]
  • refactor(megaMenu): update sub-title paddings [Antonis Tarantilis - 992f919]
  • refactor(megaMenu): style sub-title and nav-description [Antonis Tarantilis - b2a48fd]
  • refactor(megaMenu): add nav_title and nav_description attributes [Antonis Tarantilis - 0d7a568]
  • refactor(megaMenu): mobile - use buttons for menu section titles [Antonis Tarantilis - a7b632f]
  • refactor(megaMenu): desktop - use buttons for menu section titles and readjust content [Antonis Tarantilis - cb9315f]

:house: Internal changes

  • style: load header/footer overrides [Miu Razvan - e5b5e0f]
  • style(megaMenu): restore item description color [Antonis Tarantilis - 8a19bbb]
  • style(megaMenu): restore accordion content bottom padding [Antonis Tarantilis - 8e0c5a7]

:hammer_and_wrench: Others

  • Release 1.0.0-alpha.3 [Alin Voinea - 8fc86a7]
  • code cleanup [David Ichim - 2cdc3e5]
  • Add subsite styling [kreafox - e79c0ed]
  • test(estlint): Fix .project.eslintrc.js [Alin Voinea - aaeaa07]
  • modified left value of full width classes with toolbars [David Ichim - 70d82d4]
  • WIP settings column grid width when using full size class [David Ichim - affc7ac]
  • fix eslint [Miu Razvan - 30c52e4]
  • Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - 76a41c7]
  • fix broken variable call for contentBox.variables introduced in previous commit by mistake [David Ichim - d249c11]
  • clean up [Miu Razvan - 89f3cb3]
  • Feature(container): flexible container size #260 from eea/feature-flexible-container [ichim-david - 8f84c5b]
  • removed console log from code [David Ichim - fad86ae]
  • jslint fix [David Ichim - 9846159]
  • feature(content): added NarrowView useful for modifying the containers from content-area [David Ichim - d937df7]

    1.0.0-alpha.2 - 28 October 2022

:nail_care: Enhancements

  • refactor(volto-slate): Upgrade to @plone/volto-slate - refs #153447 [Alin Voinea - 853d9d1]
  • change(documentation): grammarly proof-read suggestions [David Ichim - 9f609be]

:house: Internal changes

  • chore(docs): Back to dev [Alin Voinea - e33113a]

:hammer_and_wrench: Others

  • test(cypress): Upgrade to Cypress 10 / Razzle 4 [Alin Voinea - c1c1f4b]
  • Update dependencies [Alin Voinea - ee30a2b]
  • add announcement bar, showing that EEA DS is WIP [Antonio De Marinis - e14aeac]
  • more explanations [Antonio De Marinis - a8b2272]

    1.0.0-alpha.1 - 20 October 2022

:nail_care: Enhancements

  • change(blockquote): renamed to Callout reflecting the correct naming from Storybook [David Ichim - 61a518c]
  • change(footer): Shadow removed from logo & tablet updates #252 from eea/fix-footer [ichim-david - 6df783d]
  • change(colors): updated theme classes for text to use css variable colors [David Ichim - cb089fd]
  • refactor(footer): update svg and tablet contact link sizes [Antonis Tarantilis - 6aba061]

:house: Internal changes

  • style(footer): reduce social icons margin [Antonis Tarantilis - f6a9cf7]

:house: Documentation changes

  • docs(callout): Rename Blockqoute to Callout in docusaurus - refs #154387 [Alin Voinea - 8d733ac]
  • docs(alpha): Update included components in 1.0 alpha version - refs #154387 [Alin Voinea - fcc5af9]

:hammer_and_wrench: Others

  • Release 1.0.0-alpha.1 [Alin Voinea - 70e4d97]

    0.9.6 - 16 December 2022

:hammer_and_wrench: Others

  • Release 0.9.6 [Alin Voinea - ae19b83]
  • Release-it [Alin Voinea - 1f5671d]
  • feature(copyright): image information #250 from eea/feature-copyright [ichim-david - 7b323ed]

    0.9.5 - 20 October 2022

:bug: Bug Fixes

  • fix(statistic): margin and slate colors when using the inverted options [David Ichim - f263dea]

0.9.4 - 19 October 2022

:bug: Bug Fixes

  • fix(header): hero text going over the logo and menu on mobile resolutions [David Ichim - 1434508]
  • fix(edit-interface): block chooser and power user menu item colors when inside content-box [David Ichim - 7aee4f1]
  • fix(content-box): z-index of box-inner and added underline to slate links [David Ichim - c8b7c7e]
  • fix(content-box): adding of underline to links [David Ichim - c2f5f0f]

:nail_care: Enhancements

  • change(banner,colors): content box theme aware colors banner changes#254 from eea/develop [ichim-david - bcb9a8c]
  • change(statistics): tweaked margin of statistics so that they don't overflow over context boxes [David Ichim - b4a8e33]
  • change(Banner): Show label in metadata field [kreafox - 1acda3c]
  • change(Banner): Add subtitle subcomponent [kreafox - bb67f4c]
  • change(statistics): use theme colors with css variable for easy color customization [David Ichim - fb72a01]
  • change(colors): introduced css variables for primary colors #247 [ichim-david - ac80825]
  • change(colors): added backgroundColorSupplementary color variable [David Ichim - 1f5262a]
  • change(colors): added backgroundColor color variable [David Ichim - b7e6831]
  • change(accordion): allow customization of accordion title background color [David Ichim - 6590baf]
  • change(list,bullet): color is no longer primary instead it's text color css variant [David Ichim - 8c04670]
  • change(quote): use secondary css var for easier color replacement [David Ichim - 7a32312]
  • change(item): moved svg filter definitions to item.overrides [David Ichim - de70366]
  • change(tags, items): use text color with css variable for content color for easy customization [David Ichim - 6660e2e]
  • change(content-box): override primary text color to white as well [David Ichim - 28b43c7]
  • change(colors): in lists and callouts to allow color changes [David Ichim - 940d1b8]
  • change(styling): modified naming of theme css variables [David Ichim - a332961]
  • change(accordion): accordion titles with themes colors can now be modified by css variables [David Ichim - e2ac13e]

:hammer_and_wrench: Others

  • Include changes in the storybook [kreafox - a4d9fa4]

    0.9.3 - 4 October 2022

:bug: Bug Fixes

  • fix(List): Ordered list item story - refs #155248 [Alin Voinea - c70a2bc]
  • fix(OrderedList): li third level margin left - refs #155248 [Alin Voinea - fba5cb9]
  • fix(card, contentBox): meta font size, removed header override of cards [David Ichim - a7f94b9]
  • fix(accordion): Fix content default padding - refs #153783 [Alin Voinea - 566adf7]
  • fix(cards): inherit color of card description [David Ichim - ceda799]

:nail_care: Enhancements

  • change(jenkins): added yarn policy for storybook building [ichim-david - 3d1b844]
  • change(docusaurus): typography updates [ichim-david - 60a93a4]
  • change(accordion): allow customization of accordion title with css variables [David Ichim - 15e7d27]
  • change(content-box): added css variables that will set text color and background for children [David Ichim - 86cac53]
  • change(tabs): allow customization of tab active and hover color [David Ichim - 4370f42]
  • change(site): committed fixed from custom into eea design package [David Ichim - 9b9a1fd]
  • change(tabs): color for tabs-block section [David Ichim - 6778c92]
  • change(accordion, site): change text color to tertiary instead of black [David Ichim - 4641058]
  • change(cards): by default date is set to appear on the right of the meta section [David Ichim - b7b80e8]
  • change(item): added item image coloring when applying theming classes [David Ichim - 0403fe4]
  • change(cards): carousel dots are now relative positioned [David Ichim - daa40a4]

:house: Documentation changes

  • docs(typography): token fix to match used values for lineheight [Dora Anastasiou - ff41b56]
  • docs(typography): token fix to match used values for heightheight and letterspacing [Dora Anastasiou - 91693ec]
  • docs(typography): remove semibold [Giorgos Stamatis - 6eb3e08]
  • docs(typography): update, local fonts [Giorgos Stamatis - 39a32d9]

:hammer_and_wrench: Others

  • test(cypress): Fix md5 dependency [Alin Voinea - 17f618e]

    0.9.2 - 27 September 2022

0.9.1 - 27 September 2022

:nail_care: Enhancements

  • change(styles): use flex-end values only instead of end to avoid babel warning [David Ichim - 24244b2]
  • change(rounded): image size, border radius to ensure more image are turned into rounded options [David Ichim - 51e23c1]
  • change(cards): added ability to change the text alignment using css variables [David Ichim - ed532ac]

:hammer_and_wrench: Others

  • Merge pull request #243 from eea/develop [ichim-david - 576564c]
  • Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - 4a5be6e]
  • Back to dev [Alin Voinea - b251255]

    0.9.0 - 19 September 2022

:rocket: New Features

  • feat(site): Styling scroll-to-text fragments #238 [ichim-david - 1883fcf]
  • feat(docusaurus): custom editUrl function for the components usage pages - taskman refs #154076 [Alin Voinea - 93c4240]
  • feat(docusaurus): added Edit this page link in footer of each page - taskman refs #154076 [Antonio De Marinis - 2cf8746]
  • feat(countUp): intall countup package and import it in statistics [Antonis Tarantilis - 10ba7cf]

:bug: Bug Fixes

  • fix(cards): rounded images show up now even when card parent is cards [David Ichim - 48f5e81]
  • fix(statistic): add a min-width to content so unwrapped statistics don't break [Antonis Tarantilis - 7c5d511]
  • fix(header): Prevent dropdown closing when clicking inside content [Antonis Tarantilis - 838f340]
  • fix(cards): position of bullets and arrow clicking on events page 148723 [David Ichim - 22ef828]
  • fix(sideNavigation): add role list to list item [Antonis Tarantilis - 58f322b]
  • fix(sideNavigation): remove unused useState import [Antonis Tarantilis - f9ea677]

:nail_care: Enhancements

  • change(Side menu & in page navigation): styling according to figma design #221 [ichim-david - b2df858]
  • change(header): align header with latest figma changes #232 [ichim-david - 135cd68]
  • change(cards): remove center alignment of rounded cards body area, only the image is now centered [David Ichim - fdfac48]
  • change(color): updated link colors #234 [ichim-david - feabfe7]
  • change(cards): integration when cards also contain call to action buttons [David Ichim - f0d8766]
  • refactor(header): add variables for some sizes [Antonis Tarantilis - 8eae84e]
  • refactor(iconography): icon group headings [Giorgos Stamatis - b9ccd80]
  • change(docusaurus): started example on how to add headings for iconography [David Ichim - 53cf843]
  • change(mockup): Access to figma style tokens [ichim-david - 0bb25be]
  • perf(figma): access to style tokens [Giorgos Stamatis - 27d8dbe]
  • refactor(Statisctic): Rename slateVariation to extraVariation [Alin Voinea - a07c589]
  • change(cards): styles img tag outside of .image [David Ichim - ee89274]
  • refactor(statistic): fix firefox issue for fit content [Antonis Tarantilis - 87aa113]
  • refactor(link): update colors for link states [Antonis Tarantilis - 3e9f599]
  • refactor(header): update main section heights [Antonis Tarantilis - d669f01]
  • refactor(header): minor fixes spotted in testing [Antonis Tarantilis - 0f0f3ab]
  • refactor(header): update top bar [Antonis Tarantilis - 626bdd5]
  • refactor(sideNavigation): remove green border and divider [Antonis Tarantilis - 939cd9b]
  • refactor(sideNavigation): update controls [Antonis Tarantilis - a3e8430]
  • refactor(sideNavigation): implement the design to the initial navigation & make component dynamic [Antonis Tarantilis - b673d63]
  • refactor(statistic): remove horizontal display on mobiles & update columns control [Antonis Tarantilis - 58f00e1]
  • refactor(statistic): add max width to wrap text for all content [Antonis Tarantilis - 758f8ce]
  • refactor(statistic): add max width to label so it wraps the text [Antonis Tarantilis - 824a127]
  • refactor(statistic): update margin [Antonis Tarantilis - 5190f56]
  • change(statistics): rearrange controls order [Antonis Tarantilis - b19ae70]
  • refactor(statistic): update inverted style and add background variations [Antonis Tarantilis - 7578dc6]
  • refactor(button): adjust vertical margin [Antonis Tarantilis - db6d441]
  • refactor(statistic): create custom export and add links [Antonis Tarantilis - 9f9ed56]

:house: Internal changes

  • style(statistic): update decimal point [Antonis Tarantilis - 7976aa4]
  • style(link): update visited link color [Antonis Tarantilis - d3b18b3]

:house: Documentation changes

  • docs(iconography): added icons, guidelines [Giorgos Stamatis - 0073f1d]

:hammer_and_wrench: Others

  • Release 0.9.0 [Alin Voinea - eb7e2e5]
  • Update Header.stories.js [ichim-david - 9036c74]
  • Move text fragments style to site.overrides [kreafox - 8368cbe]
  • stylelint fix [David Ichim - 114e3f9]
  • feature(Docusaurus): Reflect usage of remixicon in iconography page #239 [ichim-david - 0802b32]
  • Styling scroll-to-text fragments [kreafox - 1bb3914]
  • perf(figma): access to style tokens [Giorgos Stamatis - 27d8dbe]
  • Update 1-design.md [Antonio De Marinis - 146115a]
  • Delete 2-test-new-page.md [Antonio De Marinis - 749eff9]
  • Rename 2-test-new-page to 2-test-new-page.md [Antonio De Marinis - 4e3be10]
  • Create 2-test-new-page [Antonio De Marinis - ab623ff]
  • Test workflow for contribution - taskman refs #154076 [Antonio De Marinis - dcb924f]

    0.8.1 - 26 August 2022

:bug: Bug Fixes

  • fix(docusaurus): intro page hero title color now that headers are using tertiary color [David Ichim - 618e3cb]
  • fix(message): fix size controls [Antonis Tarantilis - ee51e1d]

:nail_care: Enhancements

  • change(footer): removed line between sections and moved actions back to the bottom of footer [David Ichim - d9f33e4]
  • change(storybook): headings storybook now uses tertiary color by default reflecting site options [David Ichim - 1061e77]
  • change(message): use semantic colors for messages #204 from eea/refactor-message [ichim-david - 22d2c43]
  • refactor(message): remove override with custom background color on error [Antonis Tarantilis - 9b40cd7]
  • refactor(message): add header controls [Antonis Tarantilis - 960c2f7]
  • refactor(messages): mix semantc and token colors for messages [Antonis Tarantilis - 12efa75]
  • refactor(emotiveColors): temp update for tests [Antonis Tarantilis - 61a720c]
  • refactor(message): restore semantic variables [Antonis Tarantilis - 1c16621]
  • refactor(message): add container to story [Antonis Tarantilis - 1259ece]

:house: Documentation changes

  • docs(figma): added figma files to repo [Giorgos Stamatis - 6bd4144]

0.8.0 - 20 August 2022

:rocket: New Features

  • feat(IconCard): card with icon instead of image [Antonis Tarantilis - a85a179]

:bug: Bug Fixes

  • fix(heroblock): color even on edit page by inheriting color instead of using the tertiary color [David Ichim - ac53fb7]
  • fix(docusaurus): typography guideline now has real font values for headings, body, caption and small text [David Ichim - 9508db9]
  • fix(item): remove duplicate argType [Antonis Tarantilis - dde0be5]
  • fix(tab): add tabindex for accessibility error [Antonis Tarantilis - ab512be]
  • fix(iconCard): add aria-label at links [Antonis Tarantilis - 44f64c7]
  • fix(card): merge fix [Antonis Tarantilis - df440ec]
  • fix(carousel): restore missing variable [Antonis Tarantilis - 1728312]
  • fix(carousel): restore flex grow for cards and opacity for arrows [Antonis Tarantilis - ce71305]
  • fix(card): fix content gaps, adjust new meta section and update text color for default [Antonis Tarantilis - f1a78e1]

:nail_care: Enhancements

  • change(typography): inherit header colors with @headerColor variable [David Ichim - 91d9357]
  • change(typography): modified lineheight-0 after headers now use 1.2 instead of 1.25 [David Ichim - 04d78a8]
  • change(breadcrumb): use tertiary color also for breadcrumb [David Ichim - c5cbd44]
  • change(site): removed Archivo import as we should only use Roboto font [David Ichim - a6af056]
  • change(heading): on homepage on the first hero set font size to h1 and inherit color [David Ichim - 5711096]
  • change(headers): added headerColor variable so that thematic sites can easily choose another heading color [David Ichim - f09d2c5]
  • change(headings): only h2-h6 get tertiary color [David Ichim - 7d81308]
  • change(style): color, space and adjust line-height as described in docusaurus [David Ichim - 3366da2]
  • change(docusaurus): use tertiary color for headings and body color mirroring the design system styles [David Ichim - 145fe73]
  • change(docusaurus): use the tertiary color for body and heading colors [David Ichim - 11c4ed4]
  • change(docusaurus, fonts): documented font letter spacing modification [David Ichim - 522712a]
  • change(docusaurus): use Roboto font from google fonts also for docusaurus [David Ichim - adca8e9]
  • change(fonts): typo fixes for typography section of docusaurus [David Ichim - cae4b02]
  • change(fonts): modified footer and header values afer global font size changes [David Ichim - f160d35]
  • change(fonts): updated font sizes with values given in figma [David Ichim - 4b0ae48]
  • change(fonts): modified headings font size as well as line height [David Ichim - f0771ea]
  • change(fonts): updated font sizes with values given in figma [David Ichim - f16eef7]
  • refactor(item): add stackable functionality [Antonis Tarantilis - 8d714fa]
  • refactor(publicationCard): add links and fix accessibily issue [Antonis Tarantilis - 80adf6c]
  • refactor(roundedCard): add optional link for image and header [Antonis Tarantilis - a6d3bf2]
  • refactor(iconCards): run prettier [Antonis Tarantilis - fe84e46]
  • refactor(roundedCard): remove unnecessary code and controls and add all variations [Antonis Tarantilis - 6305c54]
  • refactor(card): add tertiary hover and update css selectors [Antonis Tarantilis - ca06948]
  • refactor(iconCard): add control for variations and link [Antonis Tarantilis - 5e1b6a1]
  • refactor(card): css updates for card variations and styling updates [Antonis Tarantilis - c8b4a43]
  • refactor(carousel): update card titles to display styling fix [Antonis Tarantilis - edd966b]
  • refactor(card): update meta section and controls [Antonis Tarantilis - 5e28e12]
  • refactor(card): add links to cards and replace description with title in carousel [Antonis Tarantilis - 0258737]
  • refactor(card): add new section in meta and remove links [Antonis Tarantilis - bfb82ae]
  • refactor(carousel) add links in carousel cards & update structure and variables of less files [Antonis Tarantilis - f99cb21]

:hammer_and_wrench: Others

  • feature(heading): and cards refactoring #227 from eea/develop [ichim-david - 334fbda]
  • Update package.json [ichim-david - 3870cf3]
  • Header refactor 153536 #226 from eea/header-refactor-153536 [ichim-david - 87a6fe7]
  • feature(item): icon is now stackable moving the icon on top #220 [ichim-david - b716acf]

    0.7.6 - 15 August 2022

:nail_care: Enhancements

  • change(footer): Footer updates 147837 #225 [ichim-david - fa9ae58]
  • change(footer): fix missing key warning from react dev [David Ichim - 77f72d5]
  • change(footer): Footer updates 147837 #222 [ichim-david - 32fed23]
  • change(footer): set actions before thematic section on mobile [David Ichim - db25f96]
  • refactor(footer): initial redesign of main section [Antonis Tarantilis - 8e85617]
  • refactor(footer): restructure theme sites logo columns [Antonis Tarantilis - dcba45a]

0.7.5 - 11 August 2022

:nail_care: Enhancements

  • change(megamenu): mobile improvements with See all links, active elements and non accordion children #224 [ichim-david - 6767b99]
  • change(megamenu): mobile menu improvements #223 [ichim-david - b3cabfe]
  • change(megamenu): enable active border only for items not titles [David Ichim - fb0b869]
  • change(megamenu): removed icon from at a change menu items and they are no longer bold as requested [David Ichim - 043e772]
  • change(megamenu): mobile menu design tweaks as seen in latest figma [David Ichim - 26d74dc]
  • change(megamenu): handle default active sub accordion [David Ichim - 6192a99]
  • change(megamenu): fixed key error warnings [David Ichim - 075bf01]
  • change(megamenu): reset first level panels after each item pass [David Ichim - 175351b]
  • change(megamenu): render accordion only if children have children [David Ichim - be63ce2]

:hammer_and_wrench: Others

  • Update package.json [ichim-david - e21e00d]

    0.7.3 - 4 August 2022

:nail_care: Enhancements

  • change(megamenu): added icon on mega menu header section [David Ichim - d0ad4d8]

0.7.2 - 3 August 2022

:bug: Bug Fixes

  • fix(contentBox): z-index of content hidden by bg when using content-box-inner [David Ichim - c5a7dac]

:hammer_and_wrench: Others

  • Make cypress tests work with both slate and draft selectors [kreafox - 4d8e5b1]
  • Set focus on search input field in the popup on click [kreafox - d12c051]

    0.7.1 - 1 August 2022

0.7.0 - 1 August 2022

:rocket: New Features

  • feat(accordion,buttons): primary, secondary and tertiary variations #209 [ichim-david - c34617f]

:bug: Bug Fixes

  • fix(container): add padding also for block editors when we are on the add page not just edit [David Ichim - b857aad]
  • fix(megamenu): key warning errors [David Ichim - 4ecd279]
  • fix(header): bump opacity of gradient class to get rid of green hue of header text [David Ichim - 2011b40]
  • fix(header): remove console log [Antonis Tarantilis - 3a20023]

:nail_care: Enhancements

  • change(mega menu): use non variable to fix build of volto-kitkat-frontend [David Ichim - 3ecd652]
  • change(header): prefix mega-menu active class for adding border [David Ichim - 32898cb]
  • change(tests): try to modify tests to use slate instead of draft [David Ichim - a2e2485]
  • change(tests): use data-slate-editor instead of contents that was found in draft js instead of slate [David Ichim - 1e0413c]
  • change(megamenu): set active class on storybook list items [David Ichim - 112bff1]
  • change(megamenu): add border for active element of menu [David Ichim - 5e7dfa5]
  • change(megamenu): use renderMenuItem in order to render menu items [David Ichim - 9ed5cbd]
  • change(megamenu): WIP bringing back rendering of item with callback and path modification [David Ichim - 6e43d43]
  • change(footer): replaced eionet logo with an svg variant and tweaked size of eionet to match size of eea logo [David Ichim - 32ce462]
  • change(stories): hide variant control from button link story [David Ichim - 43f8c41]
  • change(stories): hide variant control from button link story [David Ichim - aea7126]
  • change(accordion): style default accordion using the grey from semantic ui [David Ichim - e24907d]
  • change(package): condition modification of navDepth settings [David Ichim - dd21dad]
  • refactor(callToAction): update tertiary state colors [Antonis Tarantilis - 159668a]
  • refactor(accordion): add variations and create a default export [Antonis Tarantilis - 4a9c68f]
  • refactor(accordion): add color variations [Antonis Tarantilis - 3504c15]
  • refactor(callToAction): add tertiary variant and restructure exports [Antonis Tarantilis - ac6695a]
  • refactor(colors): add tertiary shades for element states [Antonis Tarantilis - 1e24a7e]
  • refactor(megaMenu): add slide down transition and update targetRefs on close [Antonis Tarantilis - 9667157]

:hammer_and_wrench: Others

  • bump release version to 0.7.0 [David Ichim - fa82cbd]
  • Theme fixes, mega menu selected element both in desktop and mobile #211 [ichim-david - b482729]
  • fix eslint warnings [David Ichim - 3b30282]
  • feature(megamenu): open default accordions on mobile navigation based on pathname [David Ichim - cc299c1]
  • feature(mega-menu): added menu slide down animation #208 [ichim-david - 4360d0e]
  • feature(theme): added context navigation component story and default style [David Ichim - 5a6955f]

    0.6.5 - 6 July 2022

:bug: Bug Fixes

  • fix(menu): removed minHeight that enlarged the global menu [David Ichim - 133be1e]
  • fix(contentBox): removed negative z-index that hid fullwidth bg color [David Ichim - bd60faf]
  • fix(header): double click to close dropdown is no longer required [David Ichim - b8a2ed0]
  • fix(hero): image dimensions when full width and height isn't enabled [David Ichim - 4114f73]
  • fix(header): menu generation when atAGlance isn't found [David Ichim - d68b03c]

:nail_care: Enhancements

  • change(package): bump package version to 0.6.5 denoting bug fixes release [David Ichim - 0585aeb]
  • change(typography): updated letterspacing values and clarified values used for certain type tokens [David Ichim - 8a13bf8]
  • change(item): enable theming for icon and text color and added tertiary option [David Ichim - 6d4444f]
  • change(header): top section chevron sizes and margin as requested in enhancements document [David Ichim - b307c74]
  • change(item): tweak size and padding of icon when used inside item [David Ichim - dbdef19]
  • change(utilities): wrap in quotes h2 and h3 of quoted-wrapper [David Ichim - 8aa4716]
  • change(hero): tweaked hero block height and padding [David Ichim - 994b6f8]
  • change(cards): add underline to links when applied to headers and use tertiary color by default [David Ichim - 874f956]

0.6.1 - 1 July 2022

:rocket: New Features

  • feat(headers): added underlined titles with theming support [ichim-david - af67561]
  • feat(UnderlinedTitle): create story and necessary utilities [Antonis Tarantilis - 8beb56b]

:nail_care: Enhancements

  • refactor(heading): move underline story and update controls [Antonis Tarantilis - 2c9bfd2]
  • refactor(underlinedTitle): Restore text variation dropdown control [Antonis Tarantilis - bd8c611]
  • refactor(underlineTitle): add content box for different variations [Antonis Tarantilis - 0878915]
  • refactor(underlinedTitle): add control for changing heading size [Antonis Tarantilis - 211f515]
  • refactor(utilities): add color variation for headings and text [Antonis Tarantilis - 7e3a779]
  • refactor(utilities): update border bottom utility and restore line height for headings [Antonis Tarantilis - 7fe4a7b]
  • refactor(headings): update the line height of headers according to docusaurus instructions [Antonis Tarantilis - 9da19b3]

:house: Internal changes

  • chore(countup): package for statistics [Giorgos Stamatis - 26fcd09]

0.6.0 - 1 July 2022

:bug: Bug Fixes

  • fix(breadcrumb): fixed variable name for breadcrumb item [David Ichim - 2b547eb]
  • fix(pageheader): metadata font size on mobile to be readable [David Ichim - 0a9b1fa]
  • fix(item): update image width & height on mobiles and add 3 line clamp for description [Antonis Tarantilis - 0cd2c46]
  • fix(tag): align start for tags on mobile, update path for Tag List and add containers [Antonis Tarantilis - b9de845]
  • fix(item): adjust the container in stories [Antonis Tarantilis - a848c46]

:nail_care: Enhancements

  • change(logo): use a real svg logo for white eea logo [David Ichim - 3b80dc7]
  • change(package): bump package version [David Ichim - 1f01f72]
  • change(site): added fixes from custom [David Ichim - 0fe4d80]
  • change(letterspacing): updated letter spacing positive values [ichim-david - b31818f]
  • change(header): show eea information systems on tablet as well [David Ichim - ce82ceb]
  • change(pageheader): add bottom margin on mobile for sharing dropdown actions [David Ichim - d3cda47]
  • change(pageheader): removed blogger, reddit and stumbleupon sharing links [David Ichim - e4acc4e]
  • refactor(pagination): comment out secondary pagination and its styling [Antonis Tarantilis - bcf4cff]
  • refactor(tags): remove content class and add flex wrap [Antonis Tarantilis - d6333ca]
  • refactor(tokens): update letter spacing tokens [Antonis Tarantilis - 5f8753b]
  • refactor(item): update variables from px to rem [Antonis Tarantilis - 30eed78]
  • refactor(Item):add default item mobile padding [Alexis Sourtzis - 3518465]
  • refactor(Item): add default item background color [Alexis Sourtzis - c978c8d]
  • refactor(Item):create item story with custom default class [Alexis Sourtzis - 069ae02]
  • refactor(pagination): add pastanage menu overrides and remove any eea theme css from default story [Antonis Tarantilis - 5080810]
  • refactor(Pagination): add default pagination stopry and rename previous as Secondary [Alexis Sourtzis - a5e3e13]

:house: Internal changes

  • style(item): update item image [Antonis Tarantilis - e585e9d]

:house: Documentation changes

  • docs(typography): updates [Dora Anastasiou - 66d95e4]
  • docs(Docusaurus): various fixes [Dora Anastasiou - a972a31]
  • docs(Docusaurus): typography and spacing updates [Dora Anastasiou - 48d1269]
  • docs(colors): token usage [Dora Anastasiou - c433ec6]

:hammer_and_wrench: Others

  • Tabs block custom border left/top [Alin Voinea - ca4cce0]
  • Fix sidebar tabs in Volto CSS [Alin Voinea - c287db5]

    0.5.5 - 23 June 2022

:bug: Bug Fixes

  • fix(contentBox): color of cards when inside content-boxes [David Ichim - 76a4520]

:nail_care: Enhancements

  • change(homepage): moved fixes of homepage to custom and colored carousel arrow [David Ichim - 0a226ef]

0.5.4 - 16 June 2022

:bug: Bug Fixes

  • fix(header): ensure transparency goes as high as the search icon [David Ichim - 4470e13]
  • fix(block-style): Content box preview in sidebar [Alin Voinea - 6362766]

:nail_care: Enhancements

  • change(content-box): content box links are now underlined [David Ichim - f7976f5]
  • change(cards): fix default card color when inside content-boxes [David Ichim - 6fdf3aa]
  • change(container): removed override of content-box-inner container [David Ichim - 66fe7d4]
  • change(homepage): added fixes from custom [David Ichim - c3e0333]
  • change(contentBox): add background as before element instead of using full-width [David Ichim - 7e0a596]
  • change(hero): add margin top with the height of the top section on edit [David Ichim - fefa6bb]

0.5.3 - 16 June 2022

:bug: Bug Fixes

  • fix(homepage): hero and homepage fixes for #151156 #198 [ichim-david - 43d4efc]
  • fix(header): fixed top section width on edit page [David Ichim - ce5898b]

:nail_care: Enhancements

  • change(container): on section-edit modify only left and right padding values [David Ichim - fe6e3ec]
  • change(hero): added min height to hero-block-image-wrapper [David Ichim - 3cc37c0]
  • change(utilities): bump z-index of overlay class [David Ichim - ede3209]
  • change(hero): spaced hero block has a 3rem margin top and bottom [David Ichim - c463b03]
  • change(hero): fixed variable reference for margin of body from homepage [David Ichim - 092b90b]
  • change(hero): added extra top margin on hero-block-body from tablet and up within homepage [David Ichim - 64142c3]
  • change(hero): tweak min height of hero block [David Ichim - e1271b4]
  • change(card,contentBox): use inherit for text color to inherit black from body [David Ichim - c1ba3b6]

0.5.2 - 14 June 2022

:rocket: New Features

  • feat(ContentBox): Update storybook with available themes [Alin Voinea - 93b26b2]
  • feat(ContentBox): Add primary, secondary, tertiary themes [Alin Voinea - 87cb2fe]
  • feat(contentBox) : add new Content Box component [Odisseas Simou - 2ebbb47]

:nail_care: Enhancements

  • perf(eol): change to lf [Giorgos Stamatis - 78b2955]
  • refactor(contentBox): restructure the component to be more flexible [Antonis Tarantilis - f0d2de6]

:house: Internal changes

  • chore(contentBox) : add lint changes [Odisseas Simou - 5aaf740]

:hammer_and_wrench: Others

  • Cleanup [Alin Voinea - 2b128df]
  • perf(eol): change to lf [Giorgos Stamatis - 78b2955]

    0.5.1 - 13 June 2022

:nail_care: Enhancements

  • change(hero): added styles for adding dark overlay to hero [David Ichim - bf1d292]
  • change(homepage): hide stagingBanner on homepage [David Ichim - fb6e319]
  • change(header): added min-height for mega menu needed for 1 items menus [David Ichim - 18814f4]
  • change(tokens): modified grey-4 color to point to a 10% shade from original color [David Ichim - b406283]
  • change(header): use variable for homepage hero-block padding [David Ichim - 89ff344]
  • change(hero): hero section block integration #192 [ichim-david - 4ea2f40]
  • change(header): changed homepage text color [David Ichim - 64ce8b6]

:hammer_and_wrench: Others

  • Cleanup available languages [Alin Voinea - 0c49051]
  • Use 1.5 rem [Miu Razvan - 1125cd7]
  • Add padding if hero block is not full-width [Miu Razvan - 808b839]
  • Add hero block style [Miu Razvan - fa39656]

    0.5.0 - 11 June 2022

:rocket: New Features

  • feat(hero): added storybook implementation of hero component #172 [ichim-david - 17b9d16]
  • feat(hero): add hero block component and stories [Antonis Tarantilis - 6019fc8]

:bug: Bug Fixes

  • fix(header): Internal links in mega menu [Alin Voinea - d8ca135]
  • fix(header): show active menu when clicking on children [David Ichim - a54fa67]
  • fix(header): fix accessibility issue by David [Antonis Tarantilis - 783dcec]
  • fix(header): accessibility and dropdown possition fixes [Antonis Tarantilis - 505ac36]
  • fix(header): transparency class should apply on the current bg color or image [David Ichim - f9a0033]
  • fix(header): dropdown disappears after window resize #116 [ichim-david - fc7dd8b]
  • fix(header): dropdowns disappear on resize [nileshgulia1 - 52338fd]
  • fix(header-topdropdown): dedupe html dropdown elements for topdropdowns #115 [ichim-david - f10a7a8]
  • fix(header-topdropdown): dedupe html elements for topdropdowns [nileshgulia1 - cd8a2a7]
  • fix(header): mobile dropdown now visible [nileshgulia1 - 34371b4]

:nail_care: Enhancements

  • refactor(header): and mega menu to latest spec #114 [ichim-david - 44fcf68]
  • change(header): use Link instead of a tag for menu items [David Ichim - 9812b3f]
  • change(header): hide first link(home) from header menu on site [David Ichim - ae7f3b9]
  • change(header): renamed mega menu items href attribute to url [David Ichim - 3ed8144]
  • change(header): disable sticky setting until feature is more stable [David Ichim - 1d7af95]
  • refactor(header): add link for menu title inside desktop mega menu [Antonis Tarantilis - 24355d0]
  • change(megamenu): typo correction and key setting on list.items [David Ichim - 96d2c4f]
  • refactor(hero): add full-heigh control to adjust height [Antonis Tarantilis - a45cb7c]
  • refactor(utilities): update hex with color token [Antonis Tarantilis - 8dc65ef]
  • refactor(headings): update heading sizes for mobile [Antonis Tarantilis - 19f3cca]
  • refactor(header): minor updates on colors and widths [Antonis Tarantilis - a70129f]
  • refactor(hero):make button variant and inverted different button controls [Alexis Sourtzis - 7e182ca]
  • refactor(header):main bar sticky on scroll up [Alexis Sourtzis - 9c9e7c6]
  • refactor(megaMenu): update mega menu in header component [Antonis Tarantilis - 2d1ce45]
  • refactor(header): add control for inverted logo [Antonis Tarantilis - 023ca45]
  • refactor(hero): move quoted utility to h2 tag [Antonis Tarantilis - 7376676]
  • refactor(header): update main section and and add color variations [Antonis Tarantilis - f2f0fd1]
  • refactor(header): update structure and variables of top bar [Antonis Tarantilis - af70909]
  • refactor(hero):prettier & style changes [Alexis Sourtzis - d846884]
  • refactor(hero): align hero's text and meta seperately [Alexis Sourtzis - 4fa958f]
  • refactor(hero):add button variant controls [Alexis Sourtzis - f362a7b]
  • refactor(hero): update variables with new design tokens [Antonis Tarantilis - 1d97922]
  • refactor(header): add control for main section stickiness [Antonis Tarantilis - 2f07572]
  • change(header): disabled active menu when clicking on globalnav links [David Ichim - 3f7b5ee]
  • refactor(header) add position sticky & transparent for main section [Antonis Tarantilis - 29df772]
  • refactor(header): add control that toggles transparency class on main section [Antonis Tarantilis - b8d4bdb]
  • refactor(Language List): add less variables [Alexis Sourtzis - 7ccc1cc]
  • refactor(Language List): render language dropdown as ul and li elements [Alexis Sourtzis - 3617442]
  • change(header): mark top level active menu item [David Ichim - 665c449]
  • change(header): target link instead of span directly [David Ichim - 9e865fb]
  • change(header): introduced item class to the mega menu link content [David Ichim - 00ca376]
  • change(header): use viewport width for changing mobile text in header dropdowns [David Ichim - b50fa58]
  • refactor(header): restore union dropdown after implementation [Antonis Tarantilis - 7e98bab]
  • refactor(header): update search input [Antonis Tarantilis - 368962e]
  • refactor(header): remove unused imports [Antonis Tarantilis - 7e232db]
  • refactor(header): update search input and file endings [Antonis Tarantilis - afab36f]
  • refactor(header): add fluid font sizes [Antonis Tarantilis - 5f2743e]
  • refactor(header): minor responsive fixes [Antonis Tarantilis - 16a0006]

:hammer_and_wrench: Others

  • Update package.json [ichim-david - 9dc3816]
  • feature(item): added themes to item icons #190 [ichim-david - a6a2907]
  • Override tile image in .block parrent [Miu Razvan - 005655d]
  • Move item icon themes to item.overrides [Miu Razvan - 31e8921]
  • Override only the width [Miu Razvan - 8d49270]
  • Add end of line [Miu Razvan - 51639d8]
  • Add item themes; override .block .ui.image width based on size [Miu Razvan - 06010db]
  • update storybook header.topdropdown [nileshgulia1 - e58ac08]
  • rename to viewportWidth [nileshgulia1 - 32162e7]
  • don't connect component to store [nileshgulia1 - 470b8ba]
  • use volto-screen-helper width [nileshgulia1 - ea156aa]
  • behave as mobile under 480 only [nileshgulia1 - 11b99e1]
  • make it account for all mobile-s,m,l [nileshgulia1 - 69e23ae]
  • Add divider content for metadata field in Banner [Miu Razvan - 327ad1c]

    0.4.5 - 8 June 2022

:nail_care: Enhancements

  • change(tabs): Add style for tabs accordion template #187 [ichim-david - fb8adbf]
  • change(footer): avoid react error by providing key prop to grid column [David Ichim - ef0b193]

:hammer_and_wrench: Others

  • Cleanup [Alin Voinea - d4b9637]
  • Add style for tabs accordion template [Miu Razvan - a109983]

    0.4.4 - 8 June 2022

:rocket: New Features

  • feat(divider): create story for divider [Antonis Tarantilis - b10a2e0]

:bug: Bug Fixes

  • fix(divider): Text colors and transform [Alin Voinea - e524e10]
  • fix(footer): story aria labels for social media links [David Ichim - 254bdc7]
  • fix(divider): restore space between classes [Antonis Tarantilis - c595c15]

:nail_care: Enhancements

  • refactor(footer): to latest figma design #182 [ichim-david - 3e0ba2b]
  • change(Divider): Rename color property to theme [Alin Voinea - 0deffc8]
  • change(footer): tweaked column sizes to the values before my changes [ichim-david - fdf2718]
  • refactor(footer): move subfooter logic to the proper component #185 [ichim-david - 3034577]
  • change(footer): added managed by section as properties [David Ichim - 9328fc3]
  • change(footer): moved SubFooter logic to SubFooter.jsx from Footer story [David Ichim - 902383a]
  • refactor(testimonial): changed divider color to secondary [Giorgos Stamatis - 84282f9]
  • perf(storybook): added storybook favicon [Giorgos Stamatis - 38eabc3]
  • refactor(footer): update links and logo align [Antonis Tarantilis - 7afbab9]
  • refactor(footer): logo updates and adjustments [Antonis Tarantilis - 101bc9d]
  • refactor(footer): update controls [Antonis Tarantilis - b0b872b]
  • refactor(footer): use tokens and adjust spacing [Antonis Tarantilis - 2cb1669]
  • refactor(Divider):add divider with content inside story [Alexis Sourtzis - e2d66dc]
  • refactor(footer): use remix icons for social links [Antonis Tarantilis - 5ef9aa2]
  • refactor(Divider_:remove green color class & add tertiary [Alexis Sourtzis - 95f3018]
  • refactor(Divider):remove clean class and use fitted prop [Alexis Sourtzis - 8d2be35]
  • refactor(footer): update logos and less structure [Antonis Tarantilis - 66b8e0f]
  • refactor(footer): first footer updates [Antonis Tarantilis - d18a2ee]
  • refactor(divider): remove custom divider from theme config [Antonis Tarantilis - a0409e8]
  • refactor(testimonial): update divider [Antonis Tarantilis - 784450a]
  • refactor(divider): remove custom divider [Antonis Tarantilis - d4870d2]

:house: Documentation changes

  • docs(divider): switch to secondary color [Dora Anastasiou - 239844b]
  • docs(divider): showcase path fix [Giorgos Stamatis - d5ea03f]

:hammer_and_wrench: Others

  • lint fix [David Ichim - 657cf4e]
  • Remove unnecessary spaces [Miu Razvan - d137981]
  • perf(storybook): added storybook favicon [Giorgos Stamatis - 38eabc3]

    0.4.3 - 3 June 2022

:bug: Bug Fixes

  • fix(edit): Fix columns/accordion inner toolbar padding [Alin Voinea - fafbb52]

:nail_care: Enhancements

  • change(docusaurus): completed removal of description from guides [David Ichim - 42424b9]

0.4.2 - 2 June 2022

:nail_care: Enhancements

  • change(docusaurus): color guideline updates and spacing tokens documentation #148 [ichim-david - c1154ba]
  • change(docusaurus): moved color swatches around in the color guide [David Ichim - 8a395fc]
  • change(docusaurus): added category yml for all sections [David Ichim - 1740572]
  • change(docusaurus): rename gap to space and added em spaces [David Ichim - f5b042d]
  • change(docusaurus): modified story links to avoid broken usage tabs [David Ichim - 78dc8d8]
  • change(docusaurus): removed description from components and introduced category listing [David Ichim - f220bf0]
  • change(docusaurus): moved md_components files into webdev/md_components [David Ichim - 73c1c08]
  • change(docusaurus): renamed several file id's so that they match the incremental naming sequence [David Ichim - 11299c9]
  • change(docusaurus): moved extra docs to webdev section [David Ichim - 1ce0797]
  • perf(docs): restructuring order [Dora Anastasiou - 8f4134d]

:house: Documentation changes

  • docs(Docusaurus): timeline, testimonial, quote and tags [Dora Anastasiou - aaa54ec]
  • docs(spacing): add relative gap tokens [Antonis Tarantilis - 92abc8f]
  • docs(Docusaurus): labeled icons [Dora Anastasiou - f6a0f61]
  • docs(spacing): aligned images [Manthos Matzios - e946fe5]
  • docs(spacing): new image [Manthos Mantzios - fcd3294]
  • docs(spacing): add missing gaps [Antonis Tarantilis - 442db46]
  • docs(colors): updated colors [Manthos Mantzios - a28c99e]
  • docs(spacing): add spacing gap tokens [Antonis Tarantilis - 2d53727]
  • docs(typography): add font size and line height tokens [Antonis Tarantilis - 2ff65e4]
  • docs(docusaurus): minor fix [Manthos Mantzios - 6e66513]
  • docs(tags/content): new page about tags and content [Manthos Mantzios - 60be402]

:hammer_and_wrench: Others

  • merge changes from develop into docusaurus token documentation [David Ichim - a940138]
  • perf(docs): restructuring order [Dora Anastasiou - 8f4134d]

    0.4.1 - 2 June 2022

:rocket: New Features

  • feat(languageLabeledIcon) : add new component [Odisseas Simou - 110558e]
  • feat(LanguageLabeledIcon):add new component [Alexis Sourtzis - d00200c]
  • feat(labeledIconGroup) : add new component [Odisseas Simou - 787d648]
  • feat(newTabLabeledIcon) : add new component [Odisseas Simou - 8f5cd31]
  • feat(DownLoadLabeledIcon) : add new component [Odisseas Simou - 6ea2fa1]

:bug: Bug Fixes

  • fix(LabeledIconGroup):fix based on Langauge & Download Labeled icon components changes [Alexis Sourtzis - 3015864]
  • fix(LanguageLabeledIcon):bug fix & languages change [Alexis Sourtzis - 1436e2b]
  • fix(Labeled Icons):minor bug fix [Alexis Sourtzis - 00f3022]
  • fix(LabeledIconGroup) : fix links for tests [Odisseas Simou - daa1065]
  • fix(LabeledIcon) : fix lint errors [Odisseas Simou - 91b042f]
  • fix(newTabLabeledIcon) : add link item [Odisseas Simou - b1a9ada]

:nail_care: Enhancements

  • refactor(LanguageLabeledIcons):minor storybook change [Alexis Sourtzis - 78f5544]
  • refactor(LanguageLabeledIcon): set language code to uppercase and minor storybook change [Alexis Sourtzis - ac28693]
  • refactor(labeledIcon): adjust paddings [Antonis Tarantilis - 9c1ecdd]
  • refactor(labeledIcon): add group wrapper in labeled icon stories [Antonis Tarantilis - 4b7dd31]
  • refactor(LanguageLabeledIcon):implement with pop up [Alexis Sourtzis - 0f3dd8f]
  • refactor(DownloadLabeledIcon):implement with pop up [Alexis Sourtzis - aa61f9b]
  • refactor(labeledIcons): update margins for group labeled icons [Antonis Tarantilis - 5fa5ca9]
  • refactor(labeledIcons): update colors on download links [Antonis Tarantilis - c042642]
  • refactor(labeledIcons): adjust language labeled icon to figma [Antonis Tarantilis - 5741e3d]
  • refactor(labeledIcons): adjust new tab labeled icon to figma and replace px with rems [Antonis Tarantilis - 904615d]
  • refactor(labeledIcons): add variable for icon color [Antonis Tarantilis - 9f9d3cb]
  • refactor(labeledIcons): adjust download icon to figma and replace px with rems [Antonis Tarantilis - 4ae8530]

:house: Internal changes

  • chore(LabeledIconGroup) : lint changes [Odisseas Simou - ab36476]
  • chore(labeledIconGroup) : lint changes [Odisseas Simou - 535cee4]
  • style(downloadLabeledIcon) : fix alignment [Odisseas Simou - 4558017]
  • style(downloadLabeledIcon) : fix styling [Odisseas Simou - 6d8e3ac]

0.4.0 - 1 June 2022

:rocket: New Features

  • feat(utilities): add file with basic utilities classes #173 [ichim-david - 855185f]
  • feat(utilities): add file and basic utilities [Antonis Tarantilis - 05c88b2]
  • feat(ItemwithIcons): Initial Item group with icons, new item variation [Antonis Tarantilis - 7f4ea47]
  • feat(Carousel): create carousel for cards [Alexis Sourtzis - 2b0d737]

:bug: Bug Fixes

  • fix(table): Set responsive breakpoint to @tabletBreakpoint [Alin Voinea - 067e018]
  • fix(item): remove image width css from item.less [Antonis Tarantilis - 7b21cb2]
  • fix(tokens): hsla function for shadows [Antonis Tarantilis - b8e5d37]
  • fix(tokens): remove css var from less file [Antonis Tarantilis - a9c4224]
  • fix(carousel):add storybook controls descriptions [Alexis Sourtzis - 269a603]

:nail_care: Enhancements

  • refactor(docusaurus): restructured and improved sections navigation #174 [ichim-david - b47b026]
  • refactor(tokens): add 12 and 14px font size token #176 [ichim-david - 3681147]
  • refactor(tokens): add 14px font size token [Antonis Tarantilis - 8d8695d]
  • change(tokens): added size tokens to be used for width of elements [David Ichim - cda5dea]
  • change(tokens): added also rem space values [David Ichim - aedbbdd]
  • change(tokens): rename gap to space and added em spaces [David Ichim - 719efc4]
  • change(utilities): values need important rule [ichim-david - 96150d9]
  • refactor(item): add classes for size, set default to tile and add controls for grouped items [Antonis Tarantilis - d5a0405]
  • change(tokens): name spacing tokens gaps and added missing values up to 80px as documented [David Ichim - 9fbd912]
  • change(tokens): updated sizes with 4-8-16px increments [David Ichim - 1f53d65]
  • refactor(quote): Rename sourceInfo to extra info [Alin Voinea - 76c2b40]
  • refactor(item): adjust margins to match figma designs [Antonis Tarantilis - 6334581]
  • refactor(item): import item.less in theme definitions [Antonis Tarantilis - c516374]
  • change(tokens): updated z-index tokens with negative values [ichim-david - 404efe4]
  • refactor(tokens): remove conditional border radius [Antonis Tarantilis - f0fe5ad]
  • refactor(tokens): add borders, shadows, shapes and z-index tokens [Antonis Tarantilis - 7069106]
  • refactor(tocens): add color design tokens [Antonis Tarantilis - 13bb165]
  • refactor(item): WIP replacing unstackable with row [Antonis Tarantilis - e3a44de]
  • perf(carousel): added slick library [Giorgos Stamatis - ca9be51]
  • refactor(carousel): remove title from story and color on card hover [Antonis Tarantilis - 12a1d7c]
  • refactor(Label):style changes based on label importance class [Alexis Sourtzis - ce4d5d1]
  • refactor(Label):add corner,ribbon & basic label stories and styles [Alexis Sourtzis - e2bbbb9]

:house: Documentation changes

  • docs(docusaurus): copyedit, improved navigation [Antonio De Marinis - 998762a]
  • docs(website): created new sections, improved website navigation [Antonio De Marinis - 243f0be]
  • docs(website): restructuring, moved current DS docs to new folder [Antonio De Marinis - 8bb612f]
  • docs(homepage): copy editing [Antonio De Marinis - ee37d6f]
  • docs(homepage): adding design system homepage with links for upcoming sections [Antonio De Marinis - c9a9685]

:hammer_and_wrench: Others

  • Release 0.4.0 [Alin Voinea - f4bc509]
  • feature(homepage): added Item group with icons #167 [ichim-david - 2ec99f5]
  • feature(tokens): added borders, z-index, shadows tokens #171 [ichim-david - 74c1788]
  • feature(tokens): added initial color design tokens #169 [ichim-david - da3eae0]
  • perf(carousel): added slick library [Giorgos Stamatis - ca9be51]

    0.3.1 - 19 May 2022

:bug: Bug Fixes

  • fix(input,segment): toggle inputs and padding fixes within Volto sidebar forms [David Ichim - de030d6]

:nail_care: Enhancements

  • change(login): restored width of login container to 376px [David Ichim - 0564293]

0.3.0 - 17 May 2022

:rocket: New Features

  • feat(callout): Align the Callout component with Volto slate component [Alin Voinea - e9343ff]
  • feat(Callout):create Callout component with Blockquote style [Alexis Sourtzis - 3d486b1]

:bug: Bug Fixes

  • fix(accordion): Fix accordion active title color [Alin Voinea - 57af165]
  • fix(table): tweak responsive table for extra long headers [David Ichim - 7f9f9e2]
  • fix(quote): fix color and padding issue [Antonis Tarantilis - 310d6b3]
  • fix(testimonial): remove info arguement [Odisseas Simou - 9593d95]
  • fix(testimonial): fix storybook arg names [Odisseas Simou - b9df52f]

:nail_care: Enhancements

  • refactor(quote): update action name to match the functionality [Antonis Tarantilis - caf2e35]
  • refactor(table): add borders to responsive table with celled attribute [Antonis Tarantilis - 8a71a67]
  • change(table): make use of headerSortableWhiteSpace variable [David Ichim - fd836fb]
  • change(table): use the @mobileLandscapeBreakpoint for max 480px media query [David Ichim - 90880ab]
  • refactor(Table):wrap table with semantic ui container [Alexis Sourtzis - 24ac2bb]
  • refactor(Callout): wrap story with semantic ui container [Alexis Sourtzis - ead362d]
  • refactor(Table):add responsive mobile table story and styles [Alexis Sourtzis - aed69e6]
  • refactor(testimonial): readjust rounded card [Antonis Tarantilis - b419334]
  • refactor(Quote):rename Quote.Metadata to Quote.SourceInfo [Alexis Sourtzis - dfae8b1]
  • refactor(Quote):move Testimonial component under Quote folder [Alexis Sourtzis - e2467c2]
  • refactor(Quote):rename pullquote to Quote in Testimonial [Alexis Sourtzis - f54da19]
  • refactor(Quote): rename Author to Source [Alexis Sourtzis - 6d400f6]
  • refactor(Quote):rename Pullquote component to Quote [Alexis Sourtzis - 9384a0c]
  • refactor(Testimonial): prettier changes [Alexis Sourtzis - 904594b]
  • refactor(Testimonial): change card class name [Alexis Sourtzis - e995c32]
  • refactor(Testimonial):minor storybook bug fix [Alexis Sourtzis - 7b6d128]
  • perf(lint): fix [Giorgos Stamatis - f2ef3ab]
  • refactor(testimonial): adjust to volto design | fix avatar image size [Antonis Tarantilis - 546070e]

:hammer_and_wrench: Others

  • Release 0.3.0 [Alin Voinea - 8724b28]
  • feature(tokens): added tokens folder for design tokens we can use in the system [David Ichim - a542172]
  • perf(lint): fix [Giorgos Stamatis - f2ef3ab]

    0.2.4 - 13 May 2022

:nail_care: Enhancements

  • change(header): wrap header globalnav links useful for editing section [David Ichim - 10d4f56]
  • change(container): restore maxWidth to 100% now that the last value is 1120px [David Ichim - 8b55c58]
  • change(breadcrumb): removed padding from breadcrumb added by container [David Ichim - c5df567]
  • change(grid-story): added container as grid width is influenced by container width [David Ichim - 459f481]
  • change(container): modified all outputted widths to align to grid [David Ichim - 9f29cef]
  • change(breadcrumb): added vertical variant to the breadcrumbs like we do in Volto [David Ichim - f405f84]
  • change(segment): brought back overrides from pastanaga into our theme [David Ichim - 14efd02]
  • change(container): removed padding from containers restoring thus the defaults [David Ichim - c2ed813]
  • change(breakpoints): added also contentBreakpoint for backward compatibility [David Ichim - b6c9212]
  • change(breakpoints): restore Semantic UI breakpoints, adding extra needed values [David Ichim - e7f5b1e]

:hammer_and_wrench: Others

  • prettier changes [David Ichim - 134da52]
  • [JENKINSFILE] remove debug, add error per stage [valentinab25 - 903eecd]
  • [JENKINSFILE] mention comment author in comment [valentinab25 - 39a26aa]
  • [JENKINSFILE] format PR comments [valentinab25 - 739438c]
  • [JENKINSFILE] Add failure comment, no jenkins fail [valentinab25 - c325bf1]

    0.2.3 - 29 April 2022

:rocket: New Features

  • feat(CallToAction):add feat call to action [Alexis Sourtzis - ab53642]

:nail_care: Enhancements

  • change(banner): added icon class to share icons [ichim-david - 48e866e]
  • refactor(tab): update vertical tab columns and content [Antonis Tarantilis - b473fab]
  • refactor(button): update inverted button colors [Antonis Tarantilis - c822021]
  • refactor(button): add container to stories [Antonis Tarantilis - 6c02c19]
  • refactor(call to action):render call to action with Button as="a" [Alexis Sourtzis - e7dfabf]
  • refactor(Button): move button to forms folder [Alexis Sourtzis - 94996fc]
  • refactor(Tab):scrollbar change in mobile & vertical tab fix [Alexis Sourtzis - 0e34cbf]
  • refactor(Tab):minor change in secondary pointing menu variables [Alexis Sourtzis - 280b6c4]

:house: Documentation changes

  • docs(button): import call to action stories [Antonis Tarantilis - e4eed44]

0.2.2 - 22 April 2022

:bug: Bug Fixes

  • fix(dropdown): being hidden because of third party css [David Ichim - 7d353df]
  • fix(form): added back overrides from Pastanaga theme [David Ichim - a3f7ff8]
  • fix(modal): overflow hidden as clearfix of last child from modal [David Ichim - b4923f5]
  • fix(addForm): add min height to add form and fixed block chooser overflow [David Ichim - ca4415d]
  • fix(button): labeled class needs to be placed after left or right keyword [David Ichim - 53d1204]
  • fix(label): update highlight label color [Antonis Tarantilis - d55bbb0]
  • fix(OrderedList): adjust margins to fourth sublists [Antonis Tarantilis - 663d384]
  • fix(OrderedList) : add list only if sub list exists [Odisseas Simou - 8acbc8d]
  • fix(RelatedContent):fix merge conflict [Alexis Sourtzis - adc34bf]
  • fix(tab): restore mobile font sizes [Antonis Tarantilis - 58f39be]
  • fix(publicationCard): restore line endings [Antonis Tarantilis - 582859e]
  • fix(avatar) : fix naming convention for arg [Odisseas Simou - 84fc5fa]
  • fix(publication card): run prettier [Alexis Sourtzis - 81a5bfc]

:nail_care: Enhancements

  • refactor(card): import image for rounded card [Antonis Tarantilis - ca5a47e]
  • refactor(card): update rounded card image path [Antonis Tarantilis - 8db3a85]
  • change(breadcrumb): brought back pastanaga overrides to breadcrumbs [David Ichim - bca1c93]
  • change(progress,label): color accessibility fixes #151 [ichim-david - 09cf6e3]
  • refactor(card): remove story [Antonis Tarantilis - afc5f79]
  • refactor(card): use the rounded class for avatar grid [Antonis Tarantilis - 8c000f3]
  • change(button): bumped z-index of sidenav expand button [David Ichim - 445ed8a]
  • refactor(card): add card grid fluid story with no columns [Antonis Tarantilis - f38251c]
  • refactor(card): remove stories [Antonis Tarantilis - 0deb0ca]
  • change(button): show only labeled variant for buttons with icons [David Ichim - bf49944]
  • refactor(card) Update rounded card class [Antonis Tarantilis - 140b587]
  • refactor(card): Rename variables from avatar to rounded [Antonis Tarantilis - be01316]
  • change(button): simplified storybook naming and examples [David Ichim - 9a7df4f]
  • change(button): text button now has an underline with a focus border like other buttons [David Ichim - cdd9043]
  • refactor(card):tertiary variation minor story update [Alexis Sourtzis - 87b8dca]
  • refactor(card):delete publication card variables & overrides files [Alexis Sourtzis - 6be8a03]
  • refactor(card): move avatarGrid & relatedContent to Card folder [Alexis Sourtzis - 1959d52]
  • refactor(card):delete publication card folder & story [Alexis Sourtzis - 68bf773]
  • refactor(card):organize controls and minor bug fixes [Alexis Sourtzis - f3f6e35]
  • refactor(card):use jsx extension [Alexis Sourtzis - 413d328]
  • refactor(card):delete primary and secondary card stories [Alexis Sourtzis - 1f95d22]
  • refactor(card): add card class control [Alexis Sourtzis - 68c91a9]
  • refactor(card): update card variation grids path [Antonis Tarantilis - 756589c]
  • refactor(card): minor fixes [Antonis Tarantilis - 3a880d7]
  • refactor(List):change styles to match with the tags lists are rendered [Alexis Sourtzis - 2673890]
  • refactor(List):render ordered list with ol,li tags [Alexis Sourtzis - 87813c1]
  • refactor(List):render description list with dl,dt,dd tags [Alexis Sourtzis - ec669a7]
  • refactor(List):render default list with dl & dt tags [Alexis Sourtzis - ece2280]
  • refactor(card): prettier fixes [Antonis Tarantilis - e10e3d6]
  • refactor(card): add styles for card variations [Antonis Tarantilis - 7407bd3]
  • refactor(card): add card variations [Antonis Tarantilis - e16d05b]
  • change(button): simplified button styling [David Ichim - fe892d6]
  • refactor(avatar): add variable for image border radius [Antonis Tarantilis - c23341c]
  • change(button): primary color is blue and secondary is green [David Ichim - 53e0a0c]
  • refactor(progress): update colors for accessibility [Antonis Tarantilis - ea2f454]
  • refactor(progress): add container to story [Antonis Tarantilis - dfb33bb]
  • refactor(label): add container to story [Antonis Tarantilis - 565101f]
  • refactor(list): remove horizontal control [Antonis Tarantilis - 1f5e576]
  • refactor(Timeline): change storybook timeline colors to fix accessibility issues [Alexis Sourtzis - 79da8dc]
  • refactor(DescriptionList): add container to story [Antonis Tarantilis - d647c1a]
  • refactor(DefaultList): add container to story [Antonis Tarantilis - f971193]
  • refactor(UnorderedList): update list as ul, list items as li and add container to strory [Antonis Tarantilis - 2c096e1]
  • refactor(OrderedList): rename TOC to Ordered List and add container to the story [Antonis Tarantilis - e00c4db]
  • change(button): basic button is again without padding, border and background [David Ichim - 5a907c7]
  • refactor(OrderedList) : change table of contents story to ordered list [Odisseas Simou - cb6197c]
  • change(button): basic icon buttons no longer have box shadows [David Ichim - c2f3ea3]
  • change(buttons): modified basic and circular variant behavior [David Ichim - c06fed9]
  • change(button): added back button.overrides from pastanaga theme [David Ichim - 3b55acb]
  • change(segment): restore light grey background color for secondary segments [David Ichim - 8716b08]
  • refactor(RelatedContent):delete publication card component [Alexis Sourtzis - 2ed0ed4]
  • refactor(RelatedContent):change to use new card variant instead of publication card component [Alexis Sourtzis - 7cf424a]
  • refactor(PublicationCard):remake publication card to be a semantic card variation [Alexis Sourtzis - 5a0c6ab]
  • refactor(Avatar) : remake avatar as card variant [Odisseas Simou - ea77cdd]
  • refactor(progress): update value color for accessibility error [Antonis Tarantilis - 6fc76f8]
  • refactor(Avatar) : convert avatar component to card variation [Odisseas Simou - 2004a94]
  • perf(eol): lf fix [Giorgos Stamatis - 19235e5]
  • perf(eol): lf fix [Giorgos Stamatis - 7054b20]
  • perf(eol): linux eol [Giorgos Stamatis - 6e0bb30]
  • refactor(publicationCard): update tag and name variables [Antonis Tarantilis - c109ad9]
  • refactor(relatedContent): adjust column paddings [Antonis Tarantilis - 8a1520d]
  • perf(eol): change to LF [Giorgos Stamatis - c71e42e]
  • refactor(publicationCard): replace px with rems [Antonis Tarantilis - 53bf8da]
  • refactor(avatarGrid): update less variables and layer structure [Antonis Tarantilis - db554a8]
  • refactor(avatar): update less variables and layer structure [Antonis Tarantilis - f965db1]
  • refactor(Timeline):change timeline icons [Alexis Sourtzis - b2fe0bf]
  • refactor(storybook): clear up code [Alexis Sourtzis - 3ada154]
  • refactor(Related Content):show button when there are more hidden cards [Alexis Sourtzis - 57ff1c8]
  • refactor(less variables): change card description line number per device [Alexis Sourtzis - 6946fda]
  • refactor(PublicationCard):remove link wrapper [Alexis Sourtzis - 5911a0d]
  • refactor(storybook): add story with related content inside of a tab [Alexis Sourtzis - dca008a]
  • refactor(storybook): add publication cards stories with longer description [Alexis Sourtzis - 37adefa]
  • refactor(less variables): publication card style changes [Alexis Sourtzis - c5a84e9]
  • refactor(storybook): add publication card story with different description sizes [Alexis Sourtzis - 23af97b]
  • refactor(less variables): change publication card height per viewport [Alexis Sourtzis - d7a5256]
  • refactor(less variables): add less to related content [Alexis Sourtzis - e1a5543]
  • refactor(Related Content): change in grid and add see all button [Alexis Sourtzis - 955450e]
  • refactor(Related Content): change in related content grid [Alexis Sourtzis - bf856ce]

:house: Internal changes

  • style(OrderedList): prettier fixes [Antonis Tarantilis - ed95e4d]
  • chore(Avatar) : add container to stories [Odisseas Simou - 41b748c]

:hammer_and_wrench: Others

  • fixed js syntax error from previous commit [David Ichim - 37dc1f5]
  • lint fixes [David Ichim - a68866d]
  • doco(list): update Ordered List showcase [Antonis Tarantilis - 75e40bf]
  • Next relese: 0.2.2 [Alin Voinea - b3fb40f]
  • perf(eol): lf fix [Giorgos Stamatis - 19235e5]
  • perf(eol): lf fix [Giorgos Stamatis - 7054b20]
  • perf(eol): linux eol [Giorgos Stamatis - 6e0bb30]
  • perf(eol): change to LF [Giorgos Stamatis - c71e42e]

    0.2.1 - 8 April 2022

:bug: Bug Fixes

  • fix(version): Switch to 2.0.0.alpha.1 [Alin Voinea - 83b8b8e]

:hammer_and_wrench: Others

  • cleanup(loader): Remove useless HTML [Alin Voinea - d1d180c]

    0.2.0 - 4 April 2022

:rocket: New Features

  • feat(label): Handle slate links and footnotes [Alin Voinea - f382431]
  • feat(card) : add new default card color-schme [Odisseas Simou - 965adea]

:bug: Bug Fixes

  • fix(buttons,toggles): border and background color when active 147629 #139 [ichim-david - ea36f31]
  • fix(buttons): border set on basic buttons appearing on svg elements of Volto UI [David Ichim - 69ca73f]
  • fix(checkboxes): background color when they are toggles [David Ichim - 4b6ab67]
  • fix(label): Zotero/Footnotes inside label [Alin Voinea - 0ee4d58]
  • fix(less variables):change font family [Alexis Sourtzis - e4bca9e]
  • fix(Banner): prop types fix [Alexis Sourtzis - a270e5b]
  • fix(storybook):minor bug fix [Alexis Sourtzis - 9fc53bc]
  • fix(card) : add control for image url in storybook [Odisseas Simou - b28e530]
  • fix(tag): fixes merged theme config [ITML - eb30363]

:nail_care: Enhancements

  • change(package): bump release version to 1.10.0 [ichim-david - 7e984c1]
  • refactor(card): add class inverted for default card [Antonis Tarantilis - 919a56e]
  • change(banner): added background gradient, share popup, metadata show and hide #136 [ichim-david - 2f5dcca]
  • refactor(banner): add and adjust remix icon for banner action [Antonis Tarantilis - 1bf3ffa]
  • refactor(banner): update gradient [Antonis Tarantilis - 570ee1e]
  • refactor(Banner):add type class to metadata field and apply styles to it [Alexis Sourtzis - 86a2866]
  • refactor(banner): replace px with rem and adjust share popup padding [Antonis Tarantilis - a568329]
  • refactor(banner): share items display flex on desktop [Antonis Tarantilis - 3ff8684]
  • perf(eol): lf fix [Giorgos Stamatis - ecf474f]
  • refactor(Banner):change banner's image wrapper implementation [Alexis Sourtzis - 9153dd1]
  • refactor(tagList): update story to not use tag color classes [Antonis Tarantilis - 8b5b61b]
  • refactor(tag): remove classes and actions that add background color [Antonis Tarantilis - ce9b6f9]
  • refactor(Banner):minor bug fix [Alexis Sourtzis - ff8c352]
  • refactor(Banner): add metadata field sub component [Alexis Sourtzis - 327b7e7]
  • refactor(Banner):add banner share pop up in banner story [Alexis Sourtzis - c9688b2]
  • perf(eol): unix eol [Giorgos Stamatis - 328ef2c]
  • refactor(card): remove card border [Antonis Tarantilis - bc77739]
  • refactor(card): align cards and images, update less variables [Antonis Tarantilis - d47c978]
  • refactor(less variables):change tag list styles [Alexis Sourtzis - 8670087]
  • refactor(less variables): change tag list mobile view [Alexis Sourtzis - fcded3d]
  • refactor(tag): changes color metallicBlue to bottleGreen [ITML - e4b68ac]
  • refactor(tag): splits Tags component to TagList and tag, changes default tags style [ITML - 78a5f8c]
  • refactor(tag): changes component name [ITML - e1db068]
  • refactor(tags): removes hardcoded ':' [ITML - ea58e86]

:house: Internal changes

  • style(tag): remove comments [Antonis Tarantilis - 501fcdf]
  • style(card) : add lint and prettier changes [Odisseas Simou - 9d9a773]
  • style(tag): stylelint and prettier changes [ITML - 08b6386]

:hammer_and_wrench: Others

  • 1.10 release #140 [ichim-david - 88d3339]
  • undo changes to Header.jsx committed wrongly in 4b6ab [David Ichim - bfc4c51]
  • Update 0-intro.md [Antonio De Marinis - af75f81]
  • Update 0-intro.md [Antonio De Marinis - 93a0732]
  • perf(eol): lf fix [Giorgos Stamatis - ecf474f]
  • perf(eol): unix eol [Giorgos Stamatis - 328ef2c]
  • reafactor(taglist): fixes tags root class [ITML - 7d09959]
  • modifies tags title [ITML - 33c3714]

    0.1.9 - 25 March 2022

:rocket: New Features

  • feat(all): 1.9 release #124 [ichim-david - 0d3f6fb]
  • feat(callout): Align volto-slate callout with blockquote style [Alin Voinea - 9e0bb49]

:bug: Bug Fixes

  • fix(list): Fix TOC margin on 3rd level [Alin Voinea - f17da79]
  • fix(inpageNavigation): restore hidden on top functionality [Antonis Tarantilis - c554e6e]
  • fix(inpageNavigation) : add smooth scroll animation [Odisseas Simou - 42f6564]

:nail_care: Enhancements

  • change(package): bump release version to 1.9.0 [ichim-david - 43a6e4b]
  • refactor(breadcrumb): adjust font sizes and import remix divider #120 [ichim-david - 09a3a01]
  • change(breadcrumbs): modified breadcrumbs template to behave like breadrumb template [David Ichim - 490a559]
  • change(menu): modified secondaryPointingItemMaxWidth to a value that equals to 250 [ichim-david - ea138a1]
  • refactor(pullquote): introduce meta section, use remix icons, integrate slate callouts #119 [ichim-david - fd740c9]
  • refactor(footer): updated visuals and gradients #117 [ichim-david - e5c6d18]
  • change(scrollToTop): feature inpage navigation revamp #121 [ichim-david - 3cf20a8]
  • perf(eol): unix eol [Giorgos Stamatis - 85a3dc5]
  • change(header): use 12px font size for mobile resolution dropdowns [David Ichim - 6dad0fa]
  • perf(eol): unix eol [Giorgos Stamatis - 0077621]
  • perf(eol): unix eol [Giorgos Stamatis - 9f1bb1c]
  • perf(eol): unix eol [Giorgos Stamatis - e2b19fe]
  • perf(eol): unix eol [Giorgos Stamatis - 03dbc9b]
  • change(header): use viewport width for changing mobile text in header dropdowns [David Ichim - 5a7868e]
  • refactor(footer): update visual and gradient [Antonis Tarantilis - 764ec23]
  • change(nav): added navDepth to 3 in order to enable mega menu integration [ichim-david - c4f73fd]
  • refactor(pullquote): adjust to the new figma design [Antonis Tarantilis - 78e4606]
  • refactor(inpageNavigation): adjust to the new figma design [Antonis Tarantilis - 4073acf]
  • refactor(inpageNavigation): Update to remix icons [Antonis Tarantilis - 19a6061]
  • refactor(header): restore union dropdown after implementation [Antonis Tarantilis - a7029c5]
  • refactor(footer): update visual and mobile margins [Antonis Tarantilis - 64f05af]
  • refactor(breadcrumb): adjust font sizes and import remix divider [Antonis Tarantilis - 5fcabaf]
  • refactor(tab): add max width for tab items [Antonis Tarantilis - 366d279]
  • refactor(less variables):change pullquote styles [Alexis Sourtzis - 9ad94bb]
  • refactor(Pullquote):change quote positions and add Pullquote.Metadata sub component [Alexis Sourtzis - 6bce35f]
  • refactor(inpageNavigation) : move icon & text to be in column [Odisseas Simou - 0953910]

:house: Internal changes

  • style(pullquote): create variable for icon font size [Antonis Tarantilis - fea9b0a]
  • style(inpageNavigation): remove comment [Antonis Tarantilis - 1aee011]
  • style(inpageNavigation) : add lint & prettier changes [Odisseas Simou - f8dd012]
  • style(inpageNavigation) : lint changes [Odisseas Simou - 3641d78]
  • style(inpageNavigation) : add less variables [Odisseas Simou - 0699c70]

:house: Documentation changes

  • doc(grid): update grid showcases [Antonis Tarantilis - 83671a3]

:hammer_and_wrench: Others

  • prettier fixes [David Ichim - d4b1c57]
  • fefactor(tab): add max width for tab items #118 [ichim-david - 716c408]
  • Hide breadcrumbs on homepage [Alin Voinea - 3e2f609]
  • perf(eol): unix eol [Giorgos Stamatis - 85a3dc5]
  • perf(eol): unix eol [Giorgos Stamatis - 0077621]
  • perf(eol): unix eol [Giorgos Stamatis - 9f1bb1c]
  • perf(eol): unix eol [Giorgos Stamatis - e2b19fe]
  • perf(eol): unix eol [Giorgos Stamatis - 03dbc9b]
  • End of line [Miu Razvan - 7f46fb7]
  • Add reversed option to Timeline grid [Miu Razvan - 7c90232]
  • bug(inpageNavigation): less layers structure fix [Antonis Tarantilis - b8d34fb]

    0.1.8 - 18 March 2022

:bug: Bug Fixes

  • fix(card): avoid long links from spilling outside of card body area [David Ichim - 95b8951]

:nail_care: Enhancements

  • change(docusaurus): content tweaks, inpage navigation section #112 [ichim-david - b62d1b1]
  • change(typography): set heading sizes as detailed in docusaurus typography section [David Ichim - 189bf20]

:house: Internal changes

  • chore(docusaurus): fixed grid tablet breakpoint value [David Ichim - c7fbc09]

:house: Documentation changes

  • docs(docusaurus): comment address on pr 112 [Manthos Mantzios - 6e4fe3b]
  • docs(docusaurus): color minor update [Manthos Mantzios - 13f9fda]
  • docs(docusaurus): tabs and breadcrump update [Manthos Mantzios - d0547e5]
  • docs(docusaurus): capitalization remove [Manthos Mantzios - bf8fa44]
  • docs(docusaurus): update [Manthos Mantzios - 1c04976]
  • doc(colours): add more content [Odisseas Simou - ec66248]

:hammer_and_wrench: Others

  • Release 1.8.0 [Alin Voinea - fd6ba04]
  • Add divider content for metadata field in Banner [Miu Razvan - f1e34bd]

    0.1.7 - 15 March 2022

:rocket: New Features

  • feat(less): add global gap sizes [Antonis Tarantilis - 3c83f20]
  • feat(icons): import remix css [Antonis Tarantilis - 29967fb]

:bug: Bug Fixes

  • fix(menu): fix border overflow for tabs and pagination [Antonis Tarantilis - e88721f]
  • fix(accordion): responsive and accessibility issues [Antonis Tarantilis - c225935]

:nail_care: Enhancements

  • refactor(all) icons, accordion, button and menu itml #108 [ichim-david - 52ed2ca]
  • change(table): inherit header alignment instead of hard-coding values [David Ichim - ebb5193]
  • change(storybook): segment stories now contain several elements [David Ichim - 98a7654]
  • refactor(menu): update paddings for tabs and pagination [Antonis Tarantilis - 533a509]
  • refactor(accordion): import semantic icon for remix arrows [Antonis Tarantilis - 9aa77d8]
  • refactor(container): restore mobile width to auto [Antonis Tarantilis - 2df184c]
  • refactor(button): update action button hover color [Antonis Tarantilis - bb09d71]
  • refactor(icons): add remix icons [Giorgos Stamatis - c4c1a92]

:house: Internal changes

  • chore(docusaurus): docs delete [Giorgos Stamatis - 5f9d733]

:house: Documentation changes

  • docs(list): default list showcase [Giorgos Stamatis - 8ded062]
  • docs(colors): corrections [Manthos Mantzios - da64c4c]

:hammer_and_wrench: Others

  • Update package.json [ichim-david - 3dba28b]
  • bug(form): input min-width more specific to not break volto interface [Antonis Tarantilis - 3f5b5d4]

    0.1.6 - 11 March 2022

:rocket: New Features

  • feat(pagination,related) added several r3 components #105 [ichim-david - 08d47c1]
  • feat(cards): add custom display for volto-block-image-cards [Tiberiu Ichim - 645096a]
  • feat(Related Content): create Related Content component [Alexis Sourtzis - 77eda95]
  • feat(Related Content): create Related Content component [Alexis Sourtzis - 08d495b]
  • feat(PublicationCard):create publication card component & styles [Alexis Sourtzis - 3e5f9b7]
  • feat(PublicationCard):create publication card component & styles [Alexis Sourtzis - 12cdd5d]

:bug: Bug Fixes

  • fix(less variables):rename publication card variables [Alexis Sourtzis - 55c6fb8]
  • fix(Related Content): limit publication card number to 4 [Alexis Sourtzis - e7df032]
  • fix(Publication Card): add link to card and arg name fix [Alexis Sourtzis - 36a7c96]
  • fix(radio): fix bullet scaling issue with firefox [Antonis Tarantilis - 5f02c95]
  • fix(radio): fix bullet scaling issue with firefox [Antonis Tarantilis - dbb2e27]

:nail_care: Enhancements

  • change(footer): added display variable for footer site logos [Tiberiu Ichim - d5b3c2f]
  • refactor(storybook):add textarea control to add/remove fluid class [Alexis Sourtzis - 475f540]
  • refactor(storybook): clear up unnecessary form elements controls [Alexis Sourtzis - f7e7d5b]
  • refactor(container): update mobile width [Antonis Tarantilis - d548a44]
  • refactor(header): implementation in preparation for Volto integration #20 #89 [ichim-david - 95b136d]
  • refactor(form): adjust form items to volto theming [Antonis Tarantilis - 4213cfb]
  • refactor(form): adjust form items to volto theming [Antonis Tarantilis - 374ffbc]
  • refactor(grid): replace px with rem units [Antonis Tarantilis - f0331d0]
  • refactor(grid): replace px with rem units [Antonis Tarantilis - e792f51]
  • refactor(form): remove custom classes and add container to form items [Antonis Tarantilis - 6b5442a]
  • refactor(form): remove custom classes and add container to form items [Antonis Tarantilis - d1ec083]
  • refactor(button): update variables [Antonis Tarantilis - b1774d8]
  • refactor(button): update variables [Antonis Tarantilis - 061f3e3]
  • refactor(colors): remove metalic blue color [Antonis Tarantilis - b2f95b6]
  • refactor(colors): remove metalic blue color [Antonis Tarantilis - 1eea33f]
  • refactor(list): remove selection control [Antonis Tarantilis - a09b179]
  • refactor(list): remove selection control [Antonis Tarantilis - 17bf710]
  • refactor(statistic): remove custom class [Antonis Tarantilis - 46cc560]
  • refactor(statistic): remove custom class [Antonis Tarantilis - b5c8e7c]
  • refactor(statistic): add inverted background to global variables [Antonis Tarantilis - 1427e70]
  • refactor(statistic): add inverted background to global variables [Antonis Tarantilis - ea25dfa]
  • refactor(storybook):unordered list minor change [Alexis Sourtzis - df2b727]
  • refactor(storybook):unordered list minor change [Alexis Sourtzis - ef6db73]
  • refactor(progressBar): update progress bar colors with vars [Antonis Tarantilis - c4ef1f0]
  • refactor(progressBar): update progress bar colors with vars [Antonis Tarantilis - a44d73c]
  • refactor(pagination): fix menu overrides for tabs that affects pagination [Antonis Tarantilis - fe8c4ca]
  • refactor(pagination): fix menu overrides for tabs that affects pagination [Antonis Tarantilis - 3f4b726]
  • refactor(storybook): add required attribute to form fields [Alexis Sourtzis - fecee27]
  • refactor(storybook): add required attribute to form fields [Alexis Sourtzis - 21da79e]
  • refactor(storybook): small change in unordered list story [Alexis Sourtzis - 3ffd872]
  • refactor(storybook): small change in unordered list story [Alexis Sourtzis - 6ce16e9]
  • refactor(list): adjust bullet size [Antonis Tarantilis - 2b29e4e]
  • refactor(list): adjust bullet size [Antonis Tarantilis - 61c341c]
  • change(github): auto deploy only on develop branch [ichim-david - 11d6b4e]
  • refactor(container): remove important from rules [Antonis Tarantilis - e984771]
  • refactor(container): remove important from rules [Antonis Tarantilis - 1cc6984]
  • refactor(breadcrumb): remove custom class anf and new variables [Antonis Tarantilis - b3cb83d]
  • refactor(breadcrumb): remove custom class anf and new variables [Antonis Tarantilis - d5808ad]
  • refactor(form): update form wrapper component [Antonis Tarantilis - a719576]
  • refactor(form): update form wrapper component [Antonis Tarantilis - 0736ec7]
  • change(blockquote): treat slate as a variation of blockquote component [David Ichim - 19bd9a5]
  • change(github): trigger autobuild when modifying templates contents [ichim-david - 46094b1]
  • refactor(Loader):remove image & add background image [Alexis Sourtzis - 70fe041]
  • refactor(Loader):remove image & add background image [Alexis Sourtzis - ac38126]
  • change(docusaurus): updated template to change what's new title [ichim-david - 3e15f4d]

:house: Internal changes

  • chore(github): merge changes from develop to develop-itml [David Ichim - 063bd6e]
  • chore(github): build deployment only on develop branch [David Ichim - a5a1b08]
  • chore(github): build deployment only on develop branch [David Ichim - bb455aa]
  • chore(github): merge changes from develop to develop-itml [David Ichim - 129c12f]
  • style(list): prettier fixes [Antonis Tarantilis - f9e3b05]
  • style(list): prettier fixes [Antonis Tarantilis - 8eb715b]

:hammer_and_wrench: Others

  • Release 1.6.0 [Alin Voinea - e771e65]
  • update style for accordion title [Miu Razvan - 0b0d678]
  • Revert "chore(github): merge changes from develop to develop-itml" [David Ichim - ca9520f]
  • refactor breadcrumbs component, make it functional and customizable [Tiberiu Ichim - e902d69]
  • added comment about need for removal of this fix later [ichim-david - 65b8166]
  • make breadcrumbs default size as tiny [nileshgulia1 - 589581f]
  • bring back segment wrapper and make it attached [nileshgulia1 - 8458f03]
  • set profile section overflow to auto [nileshgulia1 - 71ab47f]
  • remove segment custom width [nileshgulia1 - 1d3ea40]
  • fix profile section css overflow [nileshgulia1 - db5126f]
  • Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - 647a6e3]
  • fix warning related to proptype [nileshgulia1 - 946c6c6]
  • removed override already present in card.less [ichim-david - 50d2ab2]
  • update [Miu Razvan - bbcab87]
  • rollback(cards): move custom display to volto-block-image-cards [Miu Razvan - 2564b1e]
  • don't use volto-slate [Miu Razvan - 6a02976]
  • update [Miu Razvan - 7a1d482]
  • Add rule about hardcoded values [Tiberiu Ichim - e04e0df]
  • add margin to <br> element to simulate gap as in design [Miu Razvan - c6685c1]
  • remove uneeded style [Miu Razvan - 82a8fb1]
  • no display: flex for blockquote added from slate [Miu Razvan - 5595ce1]
  • Add file mode rule [Tiberiu Ichim - 65c9a93]
  • Add indenting rule [Tiberiu Ichim - 15c44cb]
  • Add functional components rule; add classnames rule [Tiberiu Ichim - 91a0b06]
  • Add DRY rule [Tiberiu Ichim - 66c9c3a]
  • Add rule about code length [Tiberiu Ichim - a5f3652]
  • Add rule about naming vars [Tiberiu Ichim - 8f9020f]
  • Add rule about import sorting [Tiberiu Ichim - 804e188]

    0.1.5 - 8 March 2022

:rocket: New Features

  • feat(KeyContent): add new component [Odisseas Simou - 2534c54]
  • feat(docusaurus): Updated developer guidelines [ichim-david - ca146ff]
  • feat(cards): add custom display for volto-block-image-cards [Miu Razvan - f49ffb6]
  • feat(storybook):add Loader component [Alexis Sourtzis - f675834]
  • feat(storybook): add AvatarGrid component [Odisseas Simou - b668445]
  • feat(storybook): add testimonial component [Odisseas Simou - 55d9747]

:bug: Bug Fixes

  • fix(profile): section css overflow and padding issues #95 [ichim-david - bb9eb0f]
  • fix(breakpoints): fix largest screen breakpoint bug on scaling [Antonis Tarantilis - e4a11c8]
  • fix(components): add grid structure to various components [Odisseas Simou - cc33546]
  • fix(storybook): lint auto changes for AvatarGrid [Odisseas Simou - b8e74f1]
  • fix(header) re-added span tags removed in pull request #74 [David Ichim - 00702d7]

:nail_care: Enhancements

  • change(footer): added display variable for footer site logos [David Ichim - 2f942b4]
  • refactor(header): implementation in preparation for Volto integration #20 #97 [ichim-david - cddda20]
  • refactor(breadcrumbs): component, make it functional and pluggable #32 #94 [ichim-david - 9f42e80]
  • change(card): added styles for volto cards integration #92 [ichim-david - a46ac21]
  • change(github): auto deploy only on develop branch [ichim-david - bfa35a3]
  • change(blockquote): treat slate as a variation of blockquote component [David Ichim - 5e8a8b8]
  • change(github): trigger autobuild when modifying templates contents [ichim-david - 5f7d152]
  • change(docusaurus): updated template to change what's new title [ichim-david - 58f58c8]
  • refactor(tab): updates on variables and overrides [Antonis Tarantilis - 54bf703]
  • refactor(grid): remove column count from example [Antonis Tarantilis - ac0e9cf]
  • refactor(button): styling updates [Antonis Tarantilis - 37afda5]
  • refactor(checkbox/radio): remove header from message and adjust top position of bullet [Antonis Tarantilis - 4a072b3]
  • refactor(color): remove secondaryColorDarken variable [Antonis Tarantilis - 74c8ba0]
  • refactor(lint changes): add lint changes [Odisseas Simou - 6f6847f]
  • refactor(less variables): add variables to less for new components [Odisseas Simou - 47df026]
  • refactor(message): updates on styling [Antonis Tarantilis - b4cf850]
  • change(github): use develop for auto pushing [ichim-david - a32a723]
  • refactor(Form):change form field wrapper implementation [Alexis Sourtzis - 73cdd6d]
  • refactor(checkbox/radio): update variables and remove important rules [Antonis Tarantilis - ad533b4]
  • refactor(inpageNavigation): adjust to volto theming [Antonis Tarantilis - 62f74ea]
  • refactor(grid): remove custom grid [Antonis Tarantilis - 1d978a9]
  • refactor(message): update colors to match design [Antonis Tarantilis - 633ce31]
  • refactor(banner): update class name [Antonis Tarantilis - ef0969b]
  • refactor(Tab): fix vertical tab alignment [Alexis Sourtzis - 401bdf2]

:house: Internal changes

  • style(checkbox/radio): prettier fixes [Antonis Tarantilis - a04939f]
  • style(design-system): unix eol [Giorgos Stamatis - 631fa90]
  • style(design-system): unix eol [Giorgos Stamatis - 3c753f0]
  • style(message): stylelint fix [Antonis Tarantilis - 5b75057]

:house: Documentation changes

  • docs(docusaurus): visuals guidelines [Manthos Mantzios - 544a950]
  • docs(docusaurus): search guidelines [Manthos Mantzios - 0fb229d]
  • docs(docusaurus): loader page [Manthos Mantzios - 892a25d]

:hammer_and_wrench: Others

  • Update package.json [ichim-david - fa020cb]
  • added comment about need for removal of this fix later [ichim-david - 6fdbd71]
  • make breadcrumbs default size as tiny [nileshgulia1 - 3c8e1c6]
  • bring back segment wrapper and make it attached [nileshgulia1 - 9f413ff]
  • set profile section overflow to auto [nileshgulia1 - 8db62bb]
  • remove segment custom width [nileshgulia1 - 4a60d84]
  • Reformat header.less [Tiberiu Ichim - 1f99dfc]
  • fix profile section css overflow [nileshgulia1 - 8fd2654]
  • Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - 6051724]
  • fix warning related to proptype [nileshgulia1 - 824b9be]
  • refactor breadcrumbs component, make it functional and customizable [nileshgulia1 - 4ec374e]
  • removed override already present in card.less [ichim-david - 93c4e5a]
  • update [Miu Razvan - 96f4af0]
  • rollback(cards): move custom display to volto-block-image-cards [Miu Razvan - 79d4c89]
  • Remove console.log calls [Tiberiu Ichim - 8a3a4cb]
  • Open overlay menu on global menu click [Tiberiu Ichim - cc749bc]
  • Cleanup args in header story [Tiberiu Ichim - 2bf6a30]
  • don't use volto-slate [Miu Razvan - 70ca3d4]
  • update [Miu Razvan - 81bb7d4]
  • merge develop into this branch [Miu Razvan - ad5b388]
  • Add rule about hardcoded values [Tiberiu Ichim - 0c6912c]
  • Close menu when changing path [Tiberiu Ichim - 65daea9]
  • Use renderMenuItem also in mobile menu [Tiberiu Ichim - 02de0bb]
  • Fix TopDropdownMenu component rendering in mobile [Tiberiu Ichim - a4626de]
  • Add usePrevious hook [Tiberiu Ichim - 797faba]
  • Update comment [Tiberiu Ichim - ffa2400]
  • Fix clicking outside closes menu [Tiberiu Ichim - af52664]
  • Remove comment [Tiberiu Ichim - 7d120b1]
  • Simplify overlay menu template [Tiberiu Ichim - 28b0478]
  • add margin to <br> element to simulate gap as in design [Miu Razvan - 9ab9a97]
  • remove uneeded style [Miu Razvan - 66e9064]
  • no display: flex for blockquote added from slate [Miu Razvan - 312a893]
  • Use header.less from develop branch [Tiberiu Ichim - 99edbc6]
  • Implement outside click handling [Tiberiu Ichim - fa6f818]
  • Add useClickOutside hook [Tiberiu Ichim - 70364c8]
  • use proper naming conventions for var naming [nileshgulia1 - 596e314]
  • Add file mode rule [Tiberiu Ichim - 805baa7]
  • WIP [Tiberiu Ichim - a8d97f1]
  • use less variables [nileshgulia1 - b43ac8d]
  • Add indenting rule [Tiberiu Ichim - d589685]
  • WIP [Tiberiu Ichim - 15bc0f4]
  • WIP [Tiberiu Ichim - 5d1eba9]
  • Add functional components rule; add classnames rule [Tiberiu Ichim - 1b2915e]
  • Footer link color @white [nileshgulia1 - 578e4f7]
  • fix z-index of header [nileshgulia1 - 7d2a5d6]
  • WIP [Tiberiu Ichim - 785da36]
  • Add DRY rule [Tiberiu Ichim - 2f1584e]
  • Add rule about code length [Tiberiu Ichim - 318cd48]
  • Add rule about naming vars [Tiberiu Ichim - b112de0]
  • Add rule about import sorting [Tiberiu Ichim - cd337c1]
  • WIP [Tiberiu Ichim - d481324]
  • WIP [Tiberiu Ichim - 57b5783]
  • fixes undefined on empty classes [ITML - 4b29080]
  • removes tags hashtag from jsx [ITML - 6b8b3e9]
  • impors colors from site variables [ITML - 6117267]
  • stylelint changes [ITML - a5ab830]
  • fixes less variables, fixes tags positioning [ITML - cc19b9b]
  • Bring back classNames from header subpopup [Tiberiu Ichim - e477a51]
  • small fix for the link in footer action [nileshgulia1 - 72df049]
  • adds Tags [ITML - e37fc19]

    0.1.4 - 1 March 2022

:nail_care: Enhancements

  • refactor(megaMenu): update gradient [Antonis Tarantilis - 47f2ea4]
  • refactor(megaMenu): update margins for menu items [Antonis Tarantilis - 230e476]
  • refactor(pagination): adjust to volto theming [Antonis Tarantilis - 06cc3b6]
  • refactor(Form):create form field wrapper file [ITML - 95b9934]

:house: Documentation changes

  • docs(docusaurus): divider page [Manthos Mantzios - c6bb238]

:hammer_and_wrench: Others

  • Bump release version [ichim-david - c41a42b]
  • add style for accordion title input on edit mode [Miu Razvan - 598aa12]
  • use relative links [nileshgulia1 - af91a20]
  • Typo [Miu Razvan - 90da95c]
  • Small improvements to footer [Tiberiu Ichim - f6d1fdc]
  • Rename files in footer story [Tiberiu Ichim - 3de0c19]
  • Rename, reorganize logos [Tiberiu Ichim - 1ef8d22]
  • make footer anchor links white [nileshgulia1 - 0c671e1]
  • cosmetics: remove formatting [nileshgulia1 - e02b08d]
  • add footer links,align footer image [nileshgulia1 - b039564]
  • Update style [Miu Razvan - 8968699]
  • Apply slate customization if volto-slate addon is used [Miu Razvan - c066701]
  • remove styling on header popups [nileshgulia1 - 86c499b]
  • remove search icon styling [nileshgulia1 - aca80fd]
  • adjust popup height for computer screens [nileshgulia1 - 47c5edb]
  • use custom var for line-height [nileshgulia1 - f7f6c7e]
  • fix search-input icon line-height [nileshgulia1 - b087ff8]
  • fix header urls [nileshgulia1 - e590891]
  • update stories [nileshgulia1 - 81973ca]
  • update footer stories [nileshgulia1 - 4e57428]
  • lint fix [David Ichim - e9790ca]
  • Update semantic.less [ichim-david - a4a90ae]
  • fix login container width [nileshgulia1 - 9a887e3]
  • remove comments [nileshgulia1 - 2db0d2c]
  • refactor Footer component to consume children and prop [nileshgulia1 - faafcff]

    0.1.4-beta.0 - 25 February 2022

:rocket: New Features

  • feat(github): added feature and bug reports templates with our guidelines as checkboxes [David Ichim - 1549093]

0.1.3 - 25 February 2022

:bug: Bug Fixes

  • fix(all): merge eol [ITML - c68f6e0]
  • fix(all): change eol to unix [ITML - 62e7224]
  • fix(banner): separate url value [ITML - f9c9140]
  • fix(blockquote): align self property now uses a valid entry [David Ichim - ec76163]

:nail_care: Enhancements

  • refactor(Menu): add class to mega menu items for styling [ITML - 19baa34]
  • refactor(megaMenu): fix link hover issue for tablet [ITML - 564e972]
  • refactor(Grid):minor changes and delete extra files [ITML - 272585d]
  • refactor(Footer): minor code changes [ITML - 67cb4bc]
  • refactor(Header): accessibility image alt fix [ITML - a7347a6]
  • refactor(table): fix th font weight [ITML - a96a0a7]
  • refactor(header): add remix icons and minor updates [ITML - c9c97dd]
  • refactor(Breadcrumb): add react router link and minor bug fix [ITML - 073a3a3]
  • refactor(Timeline): divide to sub components and change files to .jsx [ITML - 3e2bd3b]
  • refactor(header): update variables [ITML - 326655a]
  • refactor(table): adjust to volto theming [ITML - ab7a0e8]
  • refactor(List): add extra default list story [ITML - 95665cd]
  • refactor(timeline): adjust to volto theming [ITML - b98641a]
  • refactor(Header): show menu on search & minor bug fix [ITML - 4d49a8a]
  • refactor(Header): change header buttons implementation [ITML - 6608b8c]
  • refactor(Header): link header's menu to mega menu [ITML - 08406d8]
  • refactor(megaMenu): new implementation [ITML - ff013af]
  • change(docusaurus) change generation of what's new section and bump package version [David Ichim - 6c35cff]
  • refactor(Menu): change mega menu implementation [ITML - 455a51b]
  • refactor(header): update variables [ITML - 4e5d08d]
  • refactor(Header): add sub components and change existing Main [ITML - 74c35a3]
  • change(volto): removed customizations made for ims theme from volto-eea-design-system [David Ichim - bc8d514]
  • refactor(Footer): delete Actions & ThemeSites files and clear imports [ITML - 7a78456]
  • change(accordion): modified default accordion stories titles with real accordion names [David Ichim - cf11cc8]
  • refactor(comment): remove avatar border radius [ITML - d42c37b]
  • refactor(Header): header items as storybook arguments [ITML - 388c752]
  • refactor(header): update dropdown menu [ITML - 32eb0fa]
  • refactor(Input): label position and style change [ITML - 970074a]
  • refactor(Banner): minor bug fix [ITML - b9073b6]
  • refactor(blockquote): fix responsive margins and sizes rems [ITML - 209f94f]
  • refactor(banner): adjust title size [ITML - 7a24d9c]
  • refactor(banner): update less variables [ITML - 35b0a98]
  • refactor(pullquote): add word break [ITML - 2245e53]
  • refactor(Blockquote):remove image stories [ITML - a6357ca]
  • change(docusaurus) proofread blockquote usage section and removed unused api section [David Ichim - 0bb29fd]
  • change(ci) build storybook and docusaurus only when pushing to develop-itml branch [David Ichim - 4de0cbf]
  • refactor(header): adjust to volto in progress [ITML - 760beca]
  • refactor(banner): actions as buttons; don't hardcode url for banner image; subcomponentize Banner, add Banner.Action; add developer guidelines on inline styles and line endings; [Tiberiu Ichim - 6dd5a41]
  • refactor(Image): change image path [ITML - a580da6]
  • change(infrastructure) cherry-pick fix 9639243 skipping jenkins on auto commits [David Ichim - fc744cd]
  • change(infrastructure): modify whats new doc when committing the auto deployment [David Ichim - 39df33e]
  • change(blockquote): introduce float argument for blockquote with image storybook [David Ichim - 8fc7290]
  • change(infrastructure): specify that docs folder contains changes for deployment [David Ichim - a1ca915]
  • refactor(timeline): theming updates [ITML - c80c9aa]

:house: Internal changes

  • chore(design system): technical commit for edw integration tests [Giorgos Stamatis - 9f76035]
  • chore(storybook): prettier fix [ITML - 354c7b3]
  • style(input) prettier fixes [ITML - e83fa0c]
  • style(storybook): prettier fixes [ITML - 3c9ad34]
  • chore(infrastructure) updated branch with changes from bitbucket [David Ichim - 77866f8]

:house: Documentation changes

  • doc(colours):change font size to fit text in one line [Odisseas Simou - 4ad7516]
  • doc(colours):fix color to better show primary ones [Odisseas Simou - 705b789]

:hammer_and_wrench: Others

  • bump package release to 1.3.0 [David Ichim - f3cfe4f]
  • rollback don'ts grammar change and disable unresolved import for Banner.stories.jsx [David Ichim - a1bd715]
  • Add space line in component [Tiberiu Ichim - d4d1a5f]
  • Refactor banner into content subcomponent [Tiberiu Ichim - f8df238]
  • lint fixes [David Ichim - cda322d]

    0.1.2 - 17 February 2022

:rocket: New Features

  • feat(blockquote) added blockquote styles as a custom module [David Ichim - d30662e]

:bug: Bug Fixes

  • fix(inpageNavigation): hide at the top of the page [ITML - 97ef500]
  • fix(footer):missing image [ITML - ac91a29]
  • fix(comment):fix broken image [ITML - 8125dc1]
  • fix(logo): logo change [ITML - 5f8c8af]
  • fix(message): fix font loading [ITML - fdc498e]

:nail_care: Enhancements

  • refactor(Header): change mega menu [ITML - de0fc6b]
  • refactor(Pullquote): divide Pullquote to sub components [ITML - 34413c4]
  • refactor(comment): change avatar src [ITML - e5f9c4c]
  • change(docusaurus) tweak auto deployment to always commit changes from docs [David Ichim - a2940da]
  • refactor(Image): change image src [ITML - b971084]
  • refactor(banner): change image position [ITML - cdd76d5]
  • refactor(blockquote): adjust font sizes [ITML - d71a3ce]
  • change(docusaurus) align deployment steps for building docusaurus [David Ichim - 37e4ce0]
  • refactor(comment): adjust font sizes [ITML - 0311ed1]
  • refactor(Accordion): clear up accordion stories code [ITML - 4e59b8f]
  • change(docusaurus) use itml branch for docusaurus deployment [David Ichim - 6e286c5]
  • refactor(footer): update font sizes [ITML - 1c91c35]
  • change(testing) removed navigation from cypress tests until component is finished [David Ichim - 5549f4c]
  • change(infrastructure) auto build storybook when pushing to develop-itml branch of volto-eea-design-system [David Ichim - e9aa5bc]
  • refactor(accordion): adjust to volto theming [ITML - 971fcb8]
  • refactor(Header): change mobile mega menu [ITML - c7ecf18]
  • refactor(blockquote): update component name [ITML - 572e655]
  • refactor(header): fix story header import [ITML - ceda6c7]
  • refactor(storybook): update ui index components exports [ITML - ce78d47]
  • refactor(storybook): move components to ui folder [ITML - cb91f88]
  • refactor(Header): change header mega menu [ITML - 7559b57]
  • refactor(list): adjust to volto theming [ITML - 1079c73]
  • change(infrastructure) auto build docusaurus when pushing to develop-itml branch [David Ichim - 7bebdf5]
  • change(infrastructure) re-enable integration tests for auto release stack [David Ichim - ce8daf8]
  • refactor(breadcrumbs): update less variables [ITML - 640817e]
  • refactor(button) adjust to volto theming [ITML - eb257f8]
  • refactor(storybook): remove components from customization folder [ITML - 4a9bb9b]
  • refactor(Header): add sub components [ITML - 7f955db]
  • refactor(Segment): change to .jsx extension [ITML - 5cb35d8]
  • refactor(Pullquote): change to .jsx extension [ITML - 564cf7e]
  • refactor(PopUp):change to .jsx extension [ITML - dcb24ff]
  • refactor(InpageNavigation): change to .jsx extension [ITML - dfefce3]
  • refactor(Blockquote): change to .jsx extension [ITML - 44a1645]
  • refactor(storybook): remove components from customizations folder [ITML - 8930ede]
  • refactor(Footer): add sub components and props [ITML - c3d1487]
  • refactor(container): change variable name for computer padding [ITML - 26d123f]
  • refactor(banner): adjust to volto theming [ITML - 451b949]
  • refactor(inpageNavigation): adjust to volto theming [ITML - 85c631a]
  • refactor(Footer): replace with subcomponents [ITML - 378c652]
  • refactor(Header): header change [ITML - 029e850]
  • refactor(Header): change header bar [ITML - 2b766fd]
  • refactor(Footer): create Actions & Sites sub components [ITML - 446840b]
  • refactor(storybook): delete demo stories [ITML - 8b58d02]
  • refactor(Header): add comments to header menu [ITML - c2c83b2]
  • refactor(InpageNavigation): clear up code [ITML - 1d7afdc]
  • refactor(inpageNavigation): remove imports [ITML - 25c1d1c]
  • refactor(Pullquote): add component propTypes [ITML - d32c5e6]
  • refactor(Blockquote): add component proTypes [ITML - ea02649]
  • refactor(banner) : change file type and folder [ITML - 878742b]
  • refactor(footer): adjust to volto theming [ITML - bdff176]
  • refactor(docusaurus): restore config [ITML - f2c5239]
  • refactor(Inpage Navigation): changed button's display [ITML - 36e5b4f]
  • refactor(heading): story name update [ITML - aa10f34]
  • refactor(banner): less and variables files created [ITML - d5b1a8a]
  • refactor(storybook): global site files styling update [ITML - f3770f1]
  • refactor(message): adjust to volto theming [ITML - 3e950fc]
  • refactor(timeline): update after removing timeline addon [ITML - f54d380]
  • refactor(tab): minor styling update [ITML - 1252ad0]
  • refactor(form): minor styling update [ITML - 79934b2]
  • refactor(logo): update image [ITML - f611372]
  • refactor(modal): modal and confirm adjust to volto theming [ITML - 83b60e9]
  • refactor(footer) adjust to volto theming update [ITML - a59f1c3]
  • refactor(header): minor styling update [ITML - dd6b55c]
  • refactor(storybook): main and custom less files update [ITML - 1607760]
  • refactor(comment): adjust to volto theming [ITML - 84348c3]
  • refactor(button) minor styling update [ITML - 8782bb2]
  • refactor(accordion): minor styling update [ITML - aeaf25f]
  • enhancement(docusaurus) modified headings to be within release versions [David Ichim - 19ace30]
  • enhancement(docusaurus) replace changelog when auto-building docs Refs #145331 [David Ichim - da25c0e]
  • refactor(progress): add progress bar colors [ITML - ccf3c98]
  • refactor(item): adjust to volto theming [ITML - 89a16af]
  • refactor(statistic): adjust to volto theming [ITML - b726e49]
  • refactor(segmant): adjust to volto theming [ITML - 3ab211e]
  • refactor(label): adjust to volto theming [ITML - 3c945e1]
  • refactor(popup): adjust to volto theming [ITML - d0d192d]
  • refactor(pullquotes) remove unnecessary variables [ITML - e0d20a3]
  • refactor(blockquote) change variables names [ITML - 36fd5be]
  • refactor(storybook):adjust headings [ITML - 32f64f9]
  • refactor(pullquote):adjust to volto theming [ITML - fee4466]
  • refactor(blockquote):adjust to volto theming [ITML - 5eec87f]
  • refactor(progress):adjust to volto theming [ITML - d1ab950]
  • refactor(card):adjust to volto theming [ITML - 2ab6f91]
  • refactor(timeline):adjust timeline module [ITML - 213eb11]
  • perf(timeline):removed semantic timeline package [ITML - 0aeb34a]
  • refactor(footer):mobile responsiveness [ITML - 14822be]
  • refactor(form elements):changed text [ITML - 919beea]
  • refactor(banner):story rename [ITML - 56ff603]
  • refactor(storybook): multiple components [ITML - 9277aac]
  • refactor(storybook): multiple components fixes [ITML - 4a3ff51]

:house: Internal changes

  • style(storybook): prettier fixes [ITML - 59f941d]
  • style(footer): prettier fix [ITML - 902c257]

:house: Documentation changes

  • docs(docusaurus): page adjustments [ITML - 0641eac]
  • docs(docusaurus): logo change [ITML - 3af5e5c]
  • docs(docusaurus):multiple page updates [ITML - 2aba73e]
  • doc(accordion):revert previous change [ITML - 3de02da]
  • doc(docusaurus):Fix text for various parts [ITML - bfd3fa2]
  • docs(grid):update components grid [ITML - 60eb083]
  • docs(docusaurus):update page content [ITML - 565697f]
  • docs(docusaurus):updated various pages [ITML - f860176]

:hammer_and_wrench: Others

  • small commit to trigger deployment of storybook and docusaurus [David Ichim - be46ea3]
  • styling [ITML - c169cc0]
  • bump package version to signaling of a major release [David Ichim - c835f1d]
  • refacto(headings): update mobile headings sizes [ITML - b2e9f83]
  • added several sections to the theming guidelines [David Ichim - ff1a649]
  • feature(docusaurus) added theming guidelines [David Ichim - ded1f04]
  • Add proper changes to whatsnew meant in previous commit [David Ichim - 40f78e3]
  • Manual docs build and commit [David Ichim - 666eb6a]
  • Refs #145331 manually commit changelog until autobuild is stabilized [David Ichim - 93168b0]
  • Refs #145331 use iso date to release so that we see also time [David Ichim - ceedf08]
  • Refs #145331 add all changes when auto building docusaurus [David Ichim - ce11cce]
  • correct connfig for doco [ITML - 93e1313]
  • perf(timeline):removed semantic timeline package [ITML - 0aeb34a]
  • fix typo for caption @desktop line-height pixel number [ITML - 1671552]
  • add new images for spacing [ITML - 7b7b2c4]
  • Updated what's new section with actual commits from volto-eea-design-system repo [David Ichim - fc5e3c3]
  • Responsiveness updates [ITML - 48e1351]
  • remove images from typography and colour docs [ITML - 8493e92]
  • Deleted files [ITML - b82f982]
  • Prettier fixes [ITML - 678c9be]
  • Tablet Breakpoint update [ITML - b229c27]
  • Timeline and responsiveness updates [ITML - 1ed1524]
  • Tab and paggination updates [ITML - 96796ff]
  • List updates [ITML - 28f1b53]
  • Item updates [ITML - fae93d4]
  • Form Updates [ITML - e986a9f]
  • Layout updates [ITML - 854f388]
  • recovered files from origin [ITML - a4ac04f]
  • Statistic and accordion updates [ITML - 16064ce]
  • Layout updates [ITML - 8b7a4dc]
  • removed API tabs [ITML - 58aa928]
  • Removed header title from partial docusaurus components. [Giorgos Stamatis - ed7c45e]
  • Reattempting commented out integrations tests. [ITML - 3dd8211]
  • Docusaurus title possible fix. [ITML - db699e7]
  • Properly commented out integration tests. [ITML - 48b3a15]
  • Commented out integration tests. [ITML - 574cfec]
  • List story updated [ITML - e96a6f6]
  • Footer and TOC theming [ITML - bb3d3c4]
  • Prettier fixes [ITML - 1337e6f]
  • Minor fixes for tests [ITML - 3bdf306]
  • Layout components theming [ITML - 5861013]
  • Pullquotes updates [ITML - c598421]
  • Grid updates [ITML - ae09945]
  • Grid updates [ITML - 700332d]
  • added layout grid [ITML - 2e6be55]
  • statistic overrides changes [ITML - 2b11cb5]
  • tab overrides changes [ITML - 87aaf32]
  • popup overrides changes [ITML - a9555e3]
  • accordion overrides changes [ITML - fdcf7d5]
  • container overrides changes [ITML - 4b3970b]
  • button overrides changes [ITML - d5b78dd]
  • message overrides changes [ITML - 6dccfca]
  • segment storie changes [ITML - 296371f]
  • progress component stories changes [ITML - df10c2e]
  • timeline comp storybook changes [ITML - 1f42686]
  • message comp storybook changes [ITML - c86b405]
  • image component storybook changes [ITML - 91290ec]
  • item stories changes [ITML - 772e41f]
  • list stories and style changes [ITML - c61db53]
  • grid component & stories changes [ITML - 4a5752e]
  • label component changes [ITML - df8c0ff]
  • created pullquote component & stories [ITML - df35563]
  • site variebales & overrides changes [ITML - 7251162]
  • created banner component and stories [ITML - 9be170f]
  • form element storybook changes [ITML - c4b06aa]
  • container component stories fixes [ITML - 692cfce]
  • comment component stories changes [ITML - f1c5e75]
  • added svg & png files [ITML - f1338d5]
  • card component stories changes [ITML - 6ccba1e]
  • breadcrumb component & stories changes [ITML - 5bceb98]
  • blockquote component minor changes [ITML - cdf71a8]
  • added new content to docusaurus [ITML - 1c83452]
  • added page-header,footer and grid in docusaurus [ITML - 660c8e3]
  • added guidelines' text and finished all components [ITML - 02d75fc]
  • added missing components to docusaurus [ITML - 934dfd8]
  • added more missing components in docusaurus [ITML - 8be8263]
  • added more docusaurus components [ITML - 52a3b9e]
  • added various components to docusaurus [ITML - 550d719]
  • Kebab case class names [ITML - b41cd07]
  • Classes renamed [ITML - 73c8c3d]
  • Message and pagination classes updates [ITML - c230687]
  • List and item less updates [ITML - ce0de17]
  • Modal and confirm class updates [ITML - 0ae47e6]
  • Card and Comment class updates [ITML - 3899465]
  • Accordion class updates [ITML - 9cdde86]
  • Button classes updates [ITML - 788c289]
  • Added timeline to package json fixed [ITML - f2e93e0]
  • Added timeline to package json [ITML - 93031d6]
  • Prettier updated files [ITML - 679b9d2]
  • Updated removed files. [ITML - 84f9b8c]
  • Control descriptions updated [ITML - 56581eb]
  • Messages Theming [ITML - ad621a3]
  • Minor less updates [ITML - a36a8bb]
  • Tabs and lists updates [ITML - e37eef1]
  • Form Descriptions [ITML - de0dfbc]
  • Statistics updates [ITML - 74bf639]
  • Accordion updates [ITML - c97ba39]
  • Accordion theming [ITML - 8061bf9]
  • Refs #142123 modified import of volto-eea-design-system icon.less: [David Ichim - a7fab7d]
  • Theme assets [ITML - 3f4bea4]
  • Refs #142123 reference icon.less from this package: [David Ichim - 5616e6d]
  • Refs #142123 removed extra customization of semantic.less: [David Ichim - ab9de81]
  • List initial [ITML - 6d3b969]
  • dropdown initial [ITML - d8aef26]
  • global var updates and radio story [ITML - 9526ee2]
  • Segment initial [ITML - d5724fe]
  • Card initial [ITML - 06dace5]
  • Progress Bar [ITML - 9f2efc9]
  • Container initial [ITML - 3eb7155]
  • Table and Tabs theming [ITML - 49f0860]
  • Pagination theming [ITML - 2a80175]
  • Popup updates [ITML - ce2d641]
  • Modal and Confirm updates [ITML - 3b306c6]
  • Checkbox and radio updates [ITML - 24652a2]
  • Prettier changes on docusaurus [ITML - 5f1e5eb]
  • Button theming update [ITML - 0ec68b6]
  • Refs #142123 added customization of semantic.less: [David Ichim - 1e02356]
  • Refs #142123 use swap font-display for performance reasons [David Ichim - 083738f]
  • Item stories added description & default values [ITML - 9d459f2]
  • form elements stories added description & default values [ITML - 6b4f6eb]
  • Confirm stories added description & default value [ITML - 85cda14]
  • Comment stories added description & default value [ITML - cb6f25b]
  • Card stories added description & default values [ITML - f6b408f]
  • Breadcrumb stories description & defaultValue -- clean up code [ITML - 186ab65]
  • blockquote component & stories [ITML - 879b640]
  • Accrodion stories description & default value [ITML - ab8fb88]
  • Accordion component and stories changes [ITML - 5079247]
  • Tab stories changes [ITML - 5429cfb]
  • Accordion component bug fixed [ITML - 815e91d]
  • table stories code clean up [ITML - b7b2a56]
  • added sortable table stories and descriptions [ITML - 6d44dd7]
  • Prettier changes [ITML - f068af0]
  • Card theming [ITML - 23bbb9d]
  • Confirm theming [ITML - 36e20ce]
  • Tab theming [ITML - e31e6c3]
  • Button theming [ITML - 4231e1c]
  • Global variables for colors and borders added [ITML - 6e5fbd6]
  • Refs #143412 build docs only on pull request like we do with storybook [David Ichim - 473bb87]
  • Refs #143412 removed extra baseUrl from docusaurus config [David Ichim - 79f36da]
  • Refs #143412 removed doc comments from api_markdown breaking doc building [David Ichim - efeacba]
  • Refs #143412 removed doc comments breaking doc building [David Ichim - e6a6756]
  • Refs #143412 set storyBook Url to eea.github.io [David Ichim - b7fdecb]
  • Breadcrumb stories minor changes [ITML - 3d0d17c]
  • Accordion stories minor change [ITML - ffe808a]
  • Accordion cmponent stories | minor bug fix [ITML - 6de0d81]
  • ckeckbox stories minor change [ITML - 6d6e508]
  • Card component stories minor change | added link icon [ITML - deb423a]
  • Merged with develop [ITML - 167ec9f]
  • Docusaurus theming [ITML - fc4a8c5]
  • Inpage nav and timeline components [ITML - 76f0f82]
  • storybook clean up code [ITML - bffd326]
  • Table component stories minor change [ITML - 0bf4083]
  • Menu component stories change [ITML - 2797716]
  • Image stories minor change [ITML - ddb9f1d]
  • List stories changes [ITML - a64b304]

    0.1.2-beta.2 - 3 January 2022

0.1.2-beta.1 - 22 December 2021

:hammer_and_wrench: Others

  • Refs #143412 more eslint fixes [David Ichim - a88c091]
  • Refs #143412 eslint fixes for component stories [David Ichim - badcb91]
  • Refs #143412 warn for broken links instead of throwing [David Ichim - bd5821c]
  • Refs #143412 merge changes from develop-itml to develop branch [David Ichim - bca28b9]
  • remove test exclusion [ITML - 94dba3e]
  • Table component stories minor changes [ITML - 7c104b8]
  • Tab component stories minor changes [ITML - 4690a6f]
  • Statistic component stories minor changes [ITML - 3c874a5]
  • Segment component stories minor changes [ITML - 5f8c7ef]
  • Radio component stories minor changes [ITML - 84eac30]
  • Progress component stories minor changes [ITML - e676357]
  • Pagination component stories minor changes [ITML - b1af226]
  • Modal component stories minor changes [ITML - af1fe6a]
  • Message component stories minor changes [ITML - ba9d377]
  • Menu component stories minor changes [ITML - cb1f9a8]
  • Image component stories minor changes [ITML - be93385]
  • List stories changes [ITML - 0016042]
  • Label component stories changes [ITML - 5cc5843]
  • Item component stories minor changes [ITML - 6994fa0]
  • Header component stories minor changes [ITML - 264fd46]
  • Grid component stories minor changes [ITML - 798fdd0]
  • Form stories changes [ITML - fc30c90]
  • Dropdown component stories minor changes [ITML - 57cf954]
  • Container component stories minor changes [ITML - e6e40b3]
  • Confirn component minor changes [ITML - 9a00bc1]
  • Comment component stories minor changes [ITML - a87cb6a]
  • Card component stories minor changes [ITML - 290bda8]
  • Button component stories minor changes [ITML - 690dfd2]
  • Breadcrumb component stories minor changes [ITML - ff7a176]
  • Accrordion stories minor changes [ITML - 2ee3f59]
  • Accordion component stories minor changes [ITML - e672d59]
  • renamed Demo folder to Layout [ITML - b9f6d05]
  • fix docusaurus url (removed trailing /) [ITML - b6c59fc]
  • made tabs dynamic for api tab [ITML - ea37ecb]
  • List component stories - minor changes [ITML - de11343]
  • Item component stories - minor changes [ITML - f0a9902]
  • created stories for Grid component [ITML - 360d2a8]
  • created stories for Comment component [ITML - a20f884]
  • Breadcrumb component stories and minor changes [ITML - 6264d92]
  • made tabs as component easy to call for other components [ITML - 07bae49]
  • created Modal component stories [ITML - c25409d]
  • created Segment component stories [ITML - d8d01d7]
  • created Pagination component stories [ITML - 57cdad3]
  • created Message component stories [ITML - adcbeab]
  • created Item component stories [ITML - 90ec2be]
  • created Header component stories [ITML - b833979]
  • eea logos and assets [ITML - b435b51]
  • Menu stories minor changes [ITML - 6ba5e0d]
  • created Label component stories [ITML - 71732f6]
  • created Dropdown stories [ITML - d6a2538]
  • created stories for Tab component [ITML - 95e3a73]
  • created stories for Radio component [ITML - 1fd062d]
  • created stories for Menu component [ITML - 17e3b37]
  • created stories for Image component [ITML - 3c1d2bc]
  • created stories for Container component [ITML - 41934f6]
  • created stories for semantic-ui Confirm component [ITML - 6fddccc]
  • Popup Component | minor fixes [ITML - 2ff9908]
  • created Table directory and stories based on semantic-ui Table component [ITML - e16115d]
  • created Statistic directory and stories with semantic-ui Statistic component [ITML - cd62498]
  • created List directory & srories based on semantic-ui List component [ITML - 51f1901]
  • Added untracked files [Giorgos Stamatis - 75f0afd]
  • Basic storybook/Docusaurus components [Giorgos Stamatis - 840ab60]

    0.1.2-beta.0 - 18 December 2021

:hammer_and_wrench: Others

  • Refs #140454 added github action to build docusaurus to the develop branch [David Ichim - abe6a72]

    0.1.1 - 16 December 2021

:hammer_and_wrench: Others

  • Add SonarQube badges [Alin Voinea - a4e0a40]
  • Refs #140454 lint fixes [David Ichim - 9502f2b]
  • Refs #140454 added references to eea and the storybook in the docusaurus footer [David Ichim - 42bbfcd]
  • Refs #140454 restore SearchWidget.jsx content and removed dummy text from docs intro page [David Ichim - 7505df8]
  • Refs #140454 corrected base url for docusaurus website build [David Ichim - 98271b3]
  • Refs #140454 changed the following to volto-eea-design-system: [David Ichim - 6791d41]
  • Refs #140454 brought changes from develop-itml and upgrades docusaurus [David Ichim - 207c873]
  • Refs #140454 updated docusaurus to latest beta [David Ichim - d68ed8a]
  • Refs #140454 removed extra content not needed by the docusaurus site [David Ichim - bc68ebe]
  • After prettier check [Giorgos Stamatis - 9ec40b4]
  • Initial test changes on design system/docusaurus. [Giorgos Stamatis - 9dad612]

    0.1.1-beta.0 - 9 December 2021

:hammer_and_wrench: Others

  • Refs #140454 we should use jsx and not mdx for storybook tests [David Ichim - 3668e66]
  • Refs #140454 removed storybook from volto-eea-design-system: [David Ichim - a129ffb]
  • Refs #140454 bump package version to 1.1.0 from 0.1.1 from develop branch: [David Ichim - 1314039]
  • Refs #140454 updated Breadcrumbs.jsx to latest version: [David Ichim - 63fe507]
  • Refs #140454 changed the following: [David Ichim - 4137ec4]
  • Refs #142794 enabled minimum css so that header looks decent [David Ichim - adbe233]
  • Refs #142794 added commented implementation of the header and footer area: [David Ichim - 773ad87]
  • Load footer in segment [Tiberiu Ichim - 80d38a9]
  • Add demo story [Tiberiu Ichim - 757c409]
  • Refs #142794 keep toolbalWidth variables in case design system runs in an older version of Volto [David Ichim - 1a8b305]
  • Refs #142794 changed the following: [David Ichim - fbb80b1]
  • Refs #140454 use the develop branch for the readme linking, it's always more up to date [David Ichim - 23dcf16]
  • Refs #140454 added missing themes reference for the eea theme [David Ichim - e9ca244]
  • Refs #140454 modified assets imports after move to volto-eea-design-system [David Ichim - 2250cc7]
  • Refs #140454 moved header and footer templates from volto-ims-theme: [David Ichim - e2d5e56]
  • Refs #140454 removed dangling comma [David Ichim - 514f24d]
  • Refs #140454 moved storybook scripts to the scripts section [David Ichim - 705c4c3]
  • Refs #140454 added storybook as a dev dependency: [David Ichim - e04ae4e]
  • Refs #140454 changed link to the start of the docs [David Ichim - 0e16fdf]
  • Refs #140454 Renamed folders of docusaurus website: [David Ichim - 15bca74]
  • Refs #140454 added website folder with docusaurus site skeleton [David Ichim - 6fd15f4]
  • Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - 3af46d2]
  • Refs #140454 updated eea-design-system readme with extra info on package contents [David Ichim - d2efc3d]
  • Refs #140454 add h1 to the list of elements that are max 800px and centered [David Ichim - 7d3c30f]
  • Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - 8d657d0]

    0.1.0 - 17 November 2021

:hammer_and_wrench: Others

  • Release 1.0.0 [David Ichim - 177d0ce]
  • Refs #141204 modified container width to be auto: [David Ichim - 2e8d2e0]
  • Refs #141204 ensure that main column isn't enlarged over the sidebar section on edit [David Ichim - f7a2868]
  • Refs #141204 removed the components customizations from volto-eea-design-system: [David Ichim - c98c260]
  • Refs #141204 stylelint quick fixes [David Ichim - 5595925]
  • Refs #141204 changed the following to the form styling: [David Ichim - eb92e05]
  • Refs #141204 use font awesome from SemanticUI instead of Pastanaga: [David Ichim - 4e273ca]
  • Refs #141204 changed the following to the eea theme: [David Ichim - 06d8d86]
  • Refs #141204 simplified container overrides: [David Ichim - 5125003]
  • Refs #141204 added tiny size prop to Breadcrumbs in order to have it as 12px [David Ichim - 56a12e2]
  • Refs #141204 customized Comments.jsx to remove unnecessary container [David Ichim - b2e95d7]
  • Refs #141204 modified path of theme folder location for image selection [David Ichim - f8cca45]
  • Refs #141204 removed search widget customization, we can use volto-ims-theme for that file [David Ichim - b7e8b0c]
  • Refs #141204 modified theme image imports for component customizations [David Ichim - ef3238a]
  • Refs #141204 added customizations folder from volto-ims-theme to volto-eea-design-system: [David Ichim - ff4bf44]
  • Refs #141204 modified several icons to use the \f values instead of \e: [David Ichim - c397145]
  • Refs #141204 added missing mobileScrollbarWidth variables introduced as part of the mobile navigation pull request [David Ichim - 444c78d]
  • Refs #141204 modules folder now has the variables and overrides from pastanaga theme: [David Ichim - 27a201d]
  • Refs #141204 modules folder now has the variables and overrides from pastanaga theme [David Ichim - f2841b6]
  • Refs #141204 globals folder now has the variables and overrides from pastanaga theme [David Ichim - 116a0c3]
  • Refs #141204 elements folder now has the variables and overrides from pastanaga theme [David Ichim - 595b4e6]
  • Refs #141204 collection folder now has the variables and overrides from pastanaga: [David Ichim - 213d496]
  • Refs #141204 eea site.variables now use all values from pastanaga's site.variables [David Ichim - 6535c0f]
  • Refs #141204 added main.variables entries from pastanaga to eea theme [David Ichim - 1cbbc55]
  • Refs #141204 changed the following: [David Ichim - 2e7f423]
  • Refs #141204 changed the following: [David Ichim - 769f4f9]
  • Refs #141204 changed the following: [David Ichim - c518eda]
  • Refs #141204 text elements are now with a max width and centered within content-area: [David Ichim - bbed7bb]
  • Refs #141204 ensure that Volto doesn't crash when site module is set to eea: [David Ichim - 51f2f27]
  • Refs #140454 reference font and image path from ~volto-themes instead of relative [David Ichim - ec93ed3]
  • Refs #140454 changed the following to volto-eea-design-system: [David Ichim - 40d2af6]
  • Refs #132149 added initial commit for volto-eea-design-system: [David Ichim - 2934b91]

    0.0.1 - 17 November 2021

:hammer_and_wrench: Others

  • Initial commit [ichim-david - b0bdd44]