Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #374

Merged
merged 27 commits into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
4f46ba5
refactor(SearchBox): add key down handler for search icon
tarantilis Jun 22, 2023
8df5c8a
change(header): move handling of key press that checks for enter key …
ichim-david Jul 24, 2023
10d90ed
Autobuild of docusaurus docs
invalid-email-address Jul 24, 2023
37e491b
change(header): use a real button for search submit
ichim-david Jul 24, 2023
f96a590
change(search): style icon class instead of i.icon
ichim-david Jul 24, 2023
8f932ff
change(search): added search icon as button for proper accessibility …
ichim-david Jul 24, 2023
bff4445
Autobuild of docusaurus docs
invalid-email-address Jul 24, 2023
fe5eb46
feat(carousel): added story example on how to customize the dots to c…
ichim-david Jul 24, 2023
49eb898
Autobuild of docusaurus docs
invalid-email-address Jul 24, 2023
00257fc
fix(accessibility): of carousel arrows, dots and role of carousel as …
ichim-david Jul 25, 2023
7d5c984
Autobuild of docusaurus docs
invalid-email-address Jul 25, 2023
146d8c2
refactor: Use EEA countup instead of react-countup - refs #254634
dobri1408 Jul 25, 2023
e6614b5
Autobuild of docusaurus docs
invalid-email-address Jul 25, 2023
e711ec8
change(carousel): set aria current to current dot button to indicate …
ichim-david Jul 26, 2023
7701ef2
Autobuild of docusaurus docs
invalid-email-address Jul 26, 2023
18888f9
fix(storybook): popup story react import
ichim-david Jul 26, 2023
a5667cb
Autobuild of docusaurus docs
invalid-email-address Jul 26, 2023
fdd7783
fix: hover and focused border for block child - refs #255840
claudiaifrim Jul 26, 2023
6842d42
Autobuild of docusaurus docs
invalid-email-address Jul 26, 2023
f8e995d
fix(storybook): controls that broke after the Hero stories
ichim-david Jul 26, 2023
88d9ab2
Autobuild of docusaurus docs
invalid-email-address Jul 26, 2023
6c65bd9
Automated release 1.14.1
Jul 26, 2023
8346a45
Autobuild of docusaurus docs
invalid-email-address Jul 26, 2023
30152fc
Release 1.15.0
avoinea Jul 26, 2023
35371a0
Autobuild of docusaurus docs
invalid-email-address Jul 26, 2023
5f8a669
Automated release 1.15.0
Jul 26, 2023
a7163fe
Autobuild of docusaurus docs
invalid-email-address Jul 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [1.15.0](https://github.com/eea/volto-eea-design-system/compare/1.14.0...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`](https://github.com/eea/volto-eea-design-system/commit/fe5eb46dc94abfeaaa2c79022e507b452b4bb36a)]

#### :bug: Bug Fixes

- fix(storybook): controls that broke after the Hero stories [David Ichim - [`f8e995d`](https://github.com/eea/volto-eea-design-system/commit/f8e995d30e971163677a198846b1314222dbe408)]
- fix: hover and focused border for block child - refs #255840 [Claudia Ifrim - [`fdd7783`](https://github.com/eea/volto-eea-design-system/commit/fdd7783b0658711674d251cce498900d9add52af)]
- fix(storybook): popup story react import [David Ichim - [`18888f9`](https://github.com/eea/volto-eea-design-system/commit/18888f95888f1e3c89d9d1814462e1f27e85ea87)]
- fix(accessibility): of carousel arrows, dots and role of carousel as a carousel region [David Ichim - [`00257fc`](https://github.com/eea/volto-eea-design-system/commit/00257fcfd0cd3b9959f2f3c68f0b2725c2d96f09)]

#### :nail_care: Enhancements

- change(carousel): set aria current to current dot button to indicate which slide we are on [David Ichim - [`e711ec8`](https://github.com/eea/volto-eea-design-system/commit/e711ec806be8b45b122a56b84717a0c45057cbbe)]
- refactor: Use EEA countup instead of react-countup - refs #254634 [dobri1408 - [`146d8c2`](https://github.com/eea/volto-eea-design-system/commit/146d8c2d9d7d55530b39261bfabf7cebd9c8ac0b)]
- 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`](https://github.com/eea/volto-eea-design-system/commit/8f932ffba42a96f7d6665c593ff3ad22c3b362fc)]
- change(search): style icon class instead of i.icon [David Ichim - [`f96a590`](https://github.com/eea/volto-eea-design-system/commit/f96a590beb15ca6b577a169773b740b171b5e3c0)]
- change(header): use a real button for search submit [David Ichim - [`37e491b`](https://github.com/eea/volto-eea-design-system/commit/37e491ba4af37f16a40bf6377d220d984be17656)]
- change(header): move handling of key press that checks for enter key to a generic function [David Ichim - [`8df5c8a`](https://github.com/eea/volto-eea-design-system/commit/8df5c8a03f0fb0ad462605df283e622f5b6daf3f)]
- refactor(SearchBox): add key down handler for search icon [Antonis Tarantilis - [`4f46ba5`](https://github.com/eea/volto-eea-design-system/commit/4f46ba5d3c2457a24e705bf7f34e1cfde2e2f79d)]

#### :hammer_and_wrench: Others

- Release 1.15.0 [Alin Voinea - [`30152fc`](https://github.com/eea/volto-eea-design-system/commit/30152fcdfffa4ec2262ebf78c1c8a885e222e73c)]
### [1.14.0](https://github.com/eea/volto-eea-design-system/compare/1.13.2...1.14.0) - 24 July 2023

#### :rocket: New Features
Expand Down
8 changes: 4 additions & 4 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Docusaurus v2.0.0-beta.13">
<title data-react-helmet="true">Page Not Found | EEA Design System</title><meta data-react-helmet="true" property="og:title" content="Page Not Found | EEA Design System"><meta data-react-helmet="true" name="twitter:card" content="summary_large_image"><meta data-react-helmet="true" property="og:url" content="https://eea.github.io//volto-eea-design-system/404.html"><meta data-react-helmet="true" name="docusaurus_locale" content="en"><meta data-react-helmet="true" name="docusaurus_tag" content="default"><link data-react-helmet="true" rel="icon" href="/volto-eea-design-system/img/eea_icon.png"><link data-react-helmet="true" rel="canonical" href="https://eea.github.io//volto-eea-design-system/404.html"><link data-react-helmet="true" rel="alternate" href="https://eea.github.io//volto-eea-design-system/404.html" hreflang="en"><link data-react-helmet="true" rel="alternate" href="https://eea.github.io//volto-eea-design-system/404.html" hreflang="x-default"><link rel="stylesheet" href="/volto-eea-design-system/assets/css/styles.6aa5c4cf.css">
<link rel="preload" href="/volto-eea-design-system/assets/js/runtime~main.1f4f3af5.js" as="script">
<link rel="preload" href="/volto-eea-design-system/assets/js/main.b2b16819.js" as="script">
<link rel="preload" href="/volto-eea-design-system/assets/js/runtime~main.19646baf.js" as="script">
<link rel="preload" href="/volto-eea-design-system/assets/js/main.c892c441.js" as="script">
</head>
<body>
<script>!function(){function t(t){document.documentElement.setAttribute("data-theme",t)}var e=function(){var t=null;try{t=localStorage.getItem("theme")}catch(t){}return t}();t(null!==e?e:"light")}(),document.documentElement.setAttribute("data-announcement-bar-initially-dismissed",function(){try{return"true"===localStorage.getItem("docusaurus.announcement.dismiss")}catch(t){}return!1}())</script><div id="__docusaurus">
<div><a href="#" class="skipToContent_OuoZ">Skip to main content</a></div><div class="announcementBar_axC9" style="background-color:#fafbfc;color:#091E42" role="banner"><div class="announcementBarContent_6uhP">🚧 The EEA Design System is currently <strong>Work-In-Progress</strong>. See <a target="_blank" rel="noopener noreferrer" href="/volto-eea-design-system/docs/whatsnew">What's new</a> for more information. 🚧</div></div><nav class="navbar navbar--fixed-top"><div class="navbar__inner"><div class="navbar__items"><button aria-label="Navigation bar toggle" class="navbar__toggle clean-btn" type="button" tabindex="0"><svg width="30" height="30" viewBox="0 0 30 30" aria-hidden="true"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"></path></svg></button><a class="navbar__brand" href="/volto-eea-design-system/"><div class="navbar__logo"><img src="/volto-eea-design-system/img/eea_icon.png" alt="EEA Design System Logo" class="themedImage_TMUO themedImage--light_4Vu1"><img src="/volto-eea-design-system/img/eea_icon.png" alt="EEA Design System Logo" class="themedImage_TMUO themedImage--dark_uzRr"></div><b class="navbar__title">EEA Design System</b></a><a class="navbar__item navbar__link" href="/volto-eea-design-system/docs/category/components/">Components</a><a class="navbar__item navbar__link" href="/volto-eea-design-system/docs/category/web-content/">Web content</a><a class="navbar__item navbar__link" href="/volto-eea-design-system/docs/category/publications/">Publications</a><a class="navbar__item navbar__link" href="/volto-eea-design-system/docs/category/maps-and-charts/">Maps and charts</a></div><div class="navbar__items navbar__items--right"><a href="https://github.com/eea/volto-eea-design-system" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link"><span>GitHub<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_wgqa"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></span></a><div class="toggle_iYfV toggle_2i4l toggleDisabled_xj38"><div class="toggleTrack_t-f2" role="button" tabindex="-1"><div class="toggleTrackCheck_mk7D"><span class="toggleIcon_pHJ9">🌜</span></div><div class="toggleTrackX_dm8H"><span class="toggleIcon_pHJ9">🌞</span></div><div class="toggleTrackThumb_W6To"></div></div><input type="checkbox" class="toggleScreenReader_h9qa" aria-label="Switch between dark and light mode"></div></div></div><div role="presentation" class="navbar-sidebar__backdrop"></div></nav><div class="main-wrapper"><main class="container margin-vert--xl"><div class="row"><div class="col col--6 col--offset-3"><h1 class="hero__title">Page Not Found</h1><p>We could not find what you were looking for.</p><p>Please contact the owner of the site that linked you to the original URL and let them know their link is broken.</p></div></div></main></div><footer class="footer footer--dark"><div class="container"><div class="row footer__links"><div class="col footer__col"><div class="footer__title">See also</div><ul class="footer__items"><li class="footer__item"><a href="https://www.eea.europa.eu" target="_blank" rel="noopener noreferrer" class="footer__link-item"><span>EEA Website<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_wgqa"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></span></a></li><li class="footer__item"><a href="https://eea.github.io/eea-storybook/" target="_blank" rel="noopener noreferrer" class="footer__link-item"><span>EEA Storybook<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_wgqa"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></span></a></li></ul></div></div><div class="footer__bottom text--center"><div class="footer__copyright">Copyright © 2023 EEA. Built with Docusaurus.</div></div></div></footer></div>
<script src="/volto-eea-design-system/assets/js/runtime~main.1f4f3af5.js"></script>
<script src="/volto-eea-design-system/assets/js/main.b2b16819.js"></script>
<script src="/volto-eea-design-system/assets/js/runtime~main.19646baf.js"></script>
<script src="/volto-eea-design-system/assets/js/main.c892c441.js"></script>
</body>
</html>
1 change: 0 additions & 1 deletion docs/assets/js/41d5c757.806f69be.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/assets/js/41d5c757.88cb9d7b.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading