Skip to content

Commit

Permalink
Merge pull request #70 from eea/develop
Browse files Browse the repository at this point in the history
1.3 release
  • Loading branch information
ichim-david authored Feb 25, 2022
2 parents 3ed3e77 + c6f5dca commit 50f5c85
Show file tree
Hide file tree
Showing 126 changed files with 3,580 additions and 4,592 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ name: Storybook & Docusaurus CI deployment
on:
push:
branches: [ develop-itml ]
pull_request:
branches: [ develop ]
paths:
- website/**

- src/**
- theme/**
- website/**

jobs:
build:
Expand All @@ -26,6 +25,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }} to build docusaurus website
uses: actions/setup-node@v2
with:
Expand All @@ -34,12 +34,14 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git pull
git fetch
npx auto-changelog --commit-limit false --unreleased --stdout --template templates/eea.hbs > website/docs/2-whatsnew.md
cd website
yarn
yarn build
cd ..
git add .
git add website docs
git commit -m "Autobuild of docusaurus docs"
git push
Expand Down
80 changes: 80 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,88 @@ 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.3.0](https://github.com/eea/volto-eea-design-system/compare/1.2.0...1.3.0)

- 1.3 release [`#69`](https://github.com/eea/volto-eea-design-system/pull/69)
- 1.3 release [`#65`](https://github.com/eea/volto-eea-design-system/pull/65)
- change(blockquote): proofread docusaurus usage and cleaned api section #38 [`#62`](https://github.com/eea/volto-eea-design-system/pull/62)
- refactor(banner): actions as buttons; don't hardcode url for banner i… [`#61`](https://github.com/eea/volto-eea-design-system/pull/61)
- bump package release to 1.3.0 [`f3cfe4f`](https://github.com/eea/volto-eea-design-system/commit/f3cfe4f5232ff96a9845d12da72008cf838c1010)
- Autobuild of docusaurus docs [`bf78f29`](https://github.com/eea/volto-eea-design-system/commit/bf78f293601366fbb830e55993e3619dcc5cd997)
- chore(design system): technical commit for edw integration tests [`9f76035`](https://github.com/eea/volto-eea-design-system/commit/9f76035122d647e14b5151af3b39f0ab3e199af2)
- chore(storybook): prettier fix [`354c7b3`](https://github.com/eea/volto-eea-design-system/commit/354c7b33c92a9f48ca9cbb0b96b6cec213e465c8)
- style(input) prettier fixes [`e83fa0c`](https://github.com/eea/volto-eea-design-system/commit/e83fa0c3e95e33d89ab668de38e6b0b12d9fb0d9)
- refactor(Menu): add class to mega menu items for styling [`19baa34`](https://github.com/eea/volto-eea-design-system/commit/19baa342c29322d11371303dc0092f472da1eeee)
- refactor(megaMenu): fix link hover issue for tablet [`564e972`](https://github.com/eea/volto-eea-design-system/commit/564e9721aea7d4ed998d88764e37454bc3154d3d)
- refactor(Grid):minor changes and delete extra files [`272585d`](https://github.com/eea/volto-eea-design-system/commit/272585dfed0c0e82b26c1e6843484ad0981ba75f)
- refactor(Footer): minor code changes [`67cb4bc`](https://github.com/eea/volto-eea-design-system/commit/67cb4bc5f9d341da78e7816ed89f219d8ac2836e)
- refactor(Header): accessibility image alt fix [`a7347a6`](https://github.com/eea/volto-eea-design-system/commit/a7347a688c2f37f08390b189f8bfa990c26c7f75)
- refactor(table): fix th font weight [`a96a0a7`](https://github.com/eea/volto-eea-design-system/commit/a96a0a7a4cb450b5f947bc397495a2a41c605c87)
- refactor(header): add remix icons and minor updates [`c9c97dd`](https://github.com/eea/volto-eea-design-system/commit/c9c97dd719187e996efabaee28ccbf23d43f03af)
- doc(colours):change font size to fit text in one line [`4ad7516`](https://github.com/eea/volto-eea-design-system/commit/4ad751660ec832e67a0c858e75685259b9ef8d82)
- doc(colours):fix color to better show primary ones [`705b789`](https://github.com/eea/volto-eea-design-system/commit/705b7899f9d687747d2deb27ac4d8b4429878de0)
- refactor(Breadcrumb): add react router link and minor bug fix [`073a3a3`](https://github.com/eea/volto-eea-design-system/commit/073a3a36215427dce274a533b10d2d0bb3526de9)
- refactor(Timeline): divide to sub components and change files to .jsx [`3e2bd3b`](https://github.com/eea/volto-eea-design-system/commit/3e2bd3b6c8dd064e7269819ce465b961a0cee849)
- Autobuild of docusaurus docs [`5c8dc50`](https://github.com/eea/volto-eea-design-system/commit/5c8dc50058b2ee4a04ab53c6bc35a9bb43fc2612)
- refactor(header): update variables [`326655a`](https://github.com/eea/volto-eea-design-system/commit/326655a48aeac65b32beadb48707d0193c952702)
- refactor(table): adjust to volto theming [`ab7a0e8`](https://github.com/eea/volto-eea-design-system/commit/ab7a0e8d9e83edb3035d57285a5f85557bcd7576)
- refactor(List): add extra default list story [`95665cd`](https://github.com/eea/volto-eea-design-system/commit/95665cdca945cba104a25d5efcbc56436dffbd7f)
- refactor(timeline): adjust to volto theming [`b98641a`](https://github.com/eea/volto-eea-design-system/commit/b98641af00f23302b728094ed00a4563b6813387)
- refactor(Header): show menu on search & minor bug fix [`4d49a8a`](https://github.com/eea/volto-eea-design-system/commit/4d49a8ae6958b84bd2dbaf7bd5f62310037eb288)
- refactor(Header): change header buttons implementation [`6608b8c`](https://github.com/eea/volto-eea-design-system/commit/6608b8cfffb75dda90b01728dc4fe657cbd84069)
- refactor(Header): link header's menu to mega menu [`08406d8`](https://github.com/eea/volto-eea-design-system/commit/08406d84e5bc1c7eb1358baff19ff6731f124b32)
- refactor(megaMenu): new implementation [`ff013af`](https://github.com/eea/volto-eea-design-system/commit/ff013afc68fed97d085e3930f6d728b266786dc1)
- change(docusaurus) change generation of what's new section and bump package version [`6c35cff`](https://github.com/eea/volto-eea-design-system/commit/6c35cff4d65bb44755376c85ff4de8c6b39af00b)
- Autobuild of docusaurus docs [`aacf4f2`](https://github.com/eea/volto-eea-design-system/commit/aacf4f29a3ac415180bee53941d4ebd564bee241)
- refactor(Menu): change mega menu implementation [`455a51b`](https://github.com/eea/volto-eea-design-system/commit/455a51b9a9fbb00c6a89c42de226787c143176f7)
- refactor(header): update variables [`4e5d08d`](https://github.com/eea/volto-eea-design-system/commit/4e5d08d565ef08e4e390ede4a611145a16ca2fa9)
- refactor(Header): add sub components and change existing Main [`74c35a3`](https://github.com/eea/volto-eea-design-system/commit/74c35a3fe462bdad7b9b2a5a6e969043439fdf5b)
- change(volto): removed customizations made for ims theme from volto-eea-design-system [`bc8d514`](https://github.com/eea/volto-eea-design-system/commit/bc8d514d82da0811c10eefe6dde16e0846497a4a)
- refactor(Footer): delete Actions & ThemeSites files and clear imports [`7a78456`](https://github.com/eea/volto-eea-design-system/commit/7a78456f55742a1b356070303218342876641e52)
- Autobuild of docusaurus docs [`d3fc9dc`](https://github.com/eea/volto-eea-design-system/commit/d3fc9dc537f390764b8338621387c1f2e2b458ff)
- change(accordion): modified default accordion stories titles with real accordion names [`cf11cc8`](https://github.com/eea/volto-eea-design-system/commit/cf11cc81d7096d338c565180597822e51fcaa8b7)
- refactor(comment): remove avatar border radius [`d42c37b`](https://github.com/eea/volto-eea-design-system/commit/d42c37bb8f71e20e1d0ec438c14e3c7ac00cf0ae)
- refactor(Header): header items as storybook arguments [`388c752`](https://github.com/eea/volto-eea-design-system/commit/388c752aa0694e78f5306c2b2efa4a34df4b9ca6)
- refactor(header): update dropdown menu [`32eb0fa`](https://github.com/eea/volto-eea-design-system/commit/32eb0fa5dbb431c5d8e74e4c3e28b0555dab8aea)
- refactor(Input): label position and style change [`970074a`](https://github.com/eea/volto-eea-design-system/commit/970074aacae0c1ffabe88be58779b332993a37fd)
- refactor(Banner): minor bug fix [`b9073b6`](https://github.com/eea/volto-eea-design-system/commit/b9073b60e337eab40a992283b5b9e75d5cffe895)
- refactor(blockquote): fix responsive margins and sizes rems [`209f94f`](https://github.com/eea/volto-eea-design-system/commit/209f94f5535d83678af5fd650dcc3892a94c8a34)
- refactor(banner): adjust title size [`7a24d9c`](https://github.com/eea/volto-eea-design-system/commit/7a24d9c07a5994fa46c39fdf1e827e0d1ae5e504)
- fix(all): merge eol [`c68f6e0`](https://github.com/eea/volto-eea-design-system/commit/c68f6e0e7ab11d7451c8aabf194f62da0b6adb28)
- refactor(banner): update less variables [`35b0a98`](https://github.com/eea/volto-eea-design-system/commit/35b0a98eced49212bb08c3c7d2ac6987a16ec6be)
- fix(all): change eol to unix [`62e7224`](https://github.com/eea/volto-eea-design-system/commit/62e72244f78d43ce1c7b1a5ceb8405e4a617c88a)
- fix(banner): separate url value [`f9c9140`](https://github.com/eea/volto-eea-design-system/commit/f9c9140a6f8640bbb83a08f9c5c268f31ff7b6a8)
- refactor(pullquote): add word break [`2245e53`](https://github.com/eea/volto-eea-design-system/commit/2245e53dde6dd8abf437afa94e92bbedc60c9f8c)
- Autobuild of docusaurus docs [`f8cf6e7`](https://github.com/eea/volto-eea-design-system/commit/f8cf6e7951135efe2ea1ffb6b443af3bc1a47216)
- refactor(Blockquote):remove image stories [`a6357ca`](https://github.com/eea/volto-eea-design-system/commit/a6357caa641e18e7a19b834cd907ba8c7117367f)
- rollback don'ts grammar change and disable unresolved import for Banner.stories.jsx [`a1bd715`](https://github.com/eea/volto-eea-design-system/commit/a1bd7154fa64451b6a521743955a57405dc7fb67)
- change(docusaurus) proofread blockquote usage section and removed unused api section [`0bb29fd`](https://github.com/eea/volto-eea-design-system/commit/0bb29fdb73bce90f842748abd978a388fff93932)
- change(ci) build storybook and docusaurus only when pushing to develop-itml branch [`4de0cbf`](https://github.com/eea/volto-eea-design-system/commit/4de0cbf9bfc4ecb46605dca1048a38db844880e7)
- Autobuild of docusaurus docs [`2286a06`](https://github.com/eea/volto-eea-design-system/commit/2286a06d2990e993416d670a334ccc7abfba7790)
- style(storybook): prettier fixes [`3c9ad34`](https://github.com/eea/volto-eea-design-system/commit/3c9ad345268335c42e41d13b35c0da93e9770847)
- refactor(header): adjust to volto in progress [`760beca`](https://github.com/eea/volto-eea-design-system/commit/760becabf40dbbaed36dac6c37275c7e31aa2509)
- Autobuild of docusaurus docs [`aa61aea`](https://github.com/eea/volto-eea-design-system/commit/aa61aea1618e14b5ab1b365fa5127a0bf3863811)
- Add space line in component [`d4d1a5f`](https://github.com/eea/volto-eea-design-system/commit/d4d1a5fbe9a9ea53701702d7ce33622795f5ab00)
- Refactor banner into content subcomponent [`f8df238`](https://github.com/eea/volto-eea-design-system/commit/f8df238b4db90fdb841cdd5436a644e582f73b82)
- Autobuild of docusaurus docs [`5d0e9be`](https://github.com/eea/volto-eea-design-system/commit/5d0e9be806a47ee9cefd24b51f0222e39cb1e623)
- 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; [`6dd5a41`](https://github.com/eea/volto-eea-design-system/commit/6dd5a41248e8bf4095744bd89217707f3ad820a1)
- refactor(Image): change image path [`a580da6`](https://github.com/eea/volto-eea-design-system/commit/a580da68a45bbe68d314f60e9495fc321489caf5)
- Autobuild of docusaurus docs [`b2381bc`](https://github.com/eea/volto-eea-design-system/commit/b2381bcbd4a2b9d6b88d94ff84ad2368ae45de90)
- lint fixes [`cda322d`](https://github.com/eea/volto-eea-design-system/commit/cda322d8c013ef303b93b4b8d29594aa3bbd0bc1)
- Autobuild of docusaurus docs [`7ca734d`](https://github.com/eea/volto-eea-design-system/commit/7ca734d890f13cf6412ed21f82d4ef957a2228ab)
- Autobuild of docusaurus docs [`5f8da8d`](https://github.com/eea/volto-eea-design-system/commit/5f8da8d9ba1a77056c346a16a9b5f5f9e5c24b16)
- chore(infrastructure) updated branch with changes from bitbucket [`77866f8`](https://github.com/eea/volto-eea-design-system/commit/77866f8c7ac203db0645a74b7a7456b5c4de5dd7)
- change(infrastructure): modify whats new doc when committing the auto deployment [`39df33e`](https://github.com/eea/volto-eea-design-system/commit/39df33ed946a8167e4954cffb676144700e0ec38)
- change(blockquote): introduce float argument for blockquote with image storybook [`8fc7290`](https://github.com/eea/volto-eea-design-system/commit/8fc72906c264b5e96702f8518e81d5724b494a5c)
- fix(blockquote): align self property now uses a valid entry [`ec76163`](https://github.com/eea/volto-eea-design-system/commit/ec761634765105694386ce48153fb95c09339273)
- change(infrastructure): specify that docs folder contains changes for deployment [`a1ca915`](https://github.com/eea/volto-eea-design-system/commit/a1ca9153b70e3525cd73423d059a8607f63fc2b9)
- refactor(timeline): theming updates [`c80c9aa`](https://github.com/eea/volto-eea-design-system/commit/c80c9aa5eb08c3b58199c6f6faca06445640f9f8)

#### [1.2.0](https://github.com/eea/volto-eea-design-system/compare/1.1.4...1.2.0)

> 17 February 2022
- Re-do release 1.2.0 [`#64`](https://github.com/eea/volto-eea-design-system/pull/64)
- EEA Design System - redesign basic components [`#9`](https://github.com/eea/volto-eea-design-system/pull/9)
- Add example blockquote component [`#57`](https://github.com/eea/volto-eea-design-system/pull/57)
- Cleanup imports; add Guidelines [`#56`](https://github.com/eea/volto-eea-design-system/pull/56)
Expand Down
12 changes: 10 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pipeline {
allOf {
environment name: 'CHANGE_ID', value: ''
not { changelog '.*^Automated release [0-9\\.]+$' }
not { changelog '.*^Autobuild of docusaurus docs$' }
not { branch 'master' }
}
}
Expand Down Expand Up @@ -64,7 +65,10 @@ pipeline {
allOf {
environment name: 'CHANGE_ID', value: ''
anyOf {
not { changelog '.*^Automated release [0-9\\.]+$' }
allOf {
not { changelog '.*^Automated release [0-9\\.]+$' }
not { changelog '.*^Autobuild of docusaurus docs$'}
}
branch 'master'
}
}
Expand Down Expand Up @@ -112,7 +116,10 @@ pipeline {
allOf {
environment name: 'CHANGE_ID', value: ''
anyOf {
not { changelog '.*^Automated release [0-9\\.]+$' }
allOf {
not { changelog '.*^Automated release [0-9\\.]+$' }
not { changelog '.*^Autobuild of docusaurus docs$' }
}
branch 'master'
}
}
Expand Down Expand Up @@ -173,6 +180,7 @@ pipeline {
allOf {
branch 'develop'
not { changelog '.*^Automated release [0-9\\.]+$' }
not { changelog '.*^Autobuild of docusaurus docs$' }
}
}
}
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.869d2e52.css">
<link rel="preload" href="/volto-eea-design-system/assets/js/runtime~main.6f48763c.js" as="script">
<link rel="preload" href="/volto-eea-design-system/assets/js/main.7e7711ed.js" as="script">
<link rel="preload" href="/volto-eea-design-system/assets/js/runtime~main.55fb80ae.js" as="script">
<link rel="preload" href="/volto-eea-design-system/assets/js/main.0d1bb5ea.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")}()</script><div id="__docusaurus">
<div><a href="#" class="skipToContent_OuoZ">Skip to main content</a></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></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></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">Community</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/volto-kitkat-frontend/" 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 © 2022 EEA. Built with Docusaurus.</div></div></div></footer></div>
<script src="/volto-eea-design-system/assets/js/runtime~main.6f48763c.js"></script>
<script src="/volto-eea-design-system/assets/js/main.7e7711ed.js"></script>
<script src="/volto-eea-design-system/assets/js/runtime~main.55fb80ae.js"></script>
<script src="/volto-eea-design-system/assets/js/main.0d1bb5ea.js"></script>
</body>
</html>
Loading

0 comments on commit 50f5c85

Please sign in to comment.