Skip to content

Commit

Permalink
Merge branch 'v4' of github.com:ec-europa/europa-component-library in…
Browse files Browse the repository at this point in the history
…to v4-dev
  • Loading branch information
planctus committed Oct 17, 2024
2 parents 3e14028 + 8bd44ee commit 64aa9b9
Show file tree
Hide file tree
Showing 232 changed files with 927 additions and 807 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

# 4.8.0

#### :warning: Markup Changes

- [#3656](https://github.com/ec-europa/europa-component-library/pull/3656) fix(site-header): Removing containers when removing notification - FRONT-4637 ([@planctus](https://github.com/planctus))
- [#3645](https://github.com/ec-europa/europa-component-library/pull/3645) feat(notification): Adding links, updating styles - FRONT-4630 ([@planctus](https://github.com/planctus))

#### :warning: Data Changes

- [#3645](https://github.com/ec-europa/europa-component-library/pull/3645) feat(notification): Adding links, updating styles - FRONT-4630 ([@planctus](https://github.com/planctus))

#### :bug: Bug Fix

- [#3668](https://github.com/ec-europa/europa-component-library/pull/3668) fix(datepicker): Parsing user input, use moment for custom formats, handle resize - FRONT-4643 ([@planctus](https://github.com/planctus))
- [#3670](https://github.com/ec-europa/europa-component-library/pull/3670) fix(language-list): Fixing styles - FRONT-4647 ([@planctus](https://github.com/planctus))
- [#3660](https://github.com/ec-europa/europa-component-library/pull/3660) fix(mega-menu): Setting opacity: 1 on the container when opened - FRONT-4641 ([@planctus](https://github.com/planctus))
- [#3666](https://github.com/ec-europa/europa-component-library/pull/3666) fix(content-item): revert height change - FRONT-4645 ([@emeryro](https://github.com/emeryro))
- [#3661](https://github.com/ec-europa/europa-component-library/pull/3661) fix(multiselect): Setting margin-top when there is a label and no helper text - FRONT-4640 ([@planctus](https://github.com/planctus))
- [#3656](https://github.com/ec-europa/europa-component-library/pull/3656) fix(site-header): Removing containers when removing notification - FRONT-4637 ([@planctus](https://github.com/planctus))
- [#3653](https://github.com/ec-europa/europa-component-library/pull/3653) fix(tabs): fix icon position on mobile - FRONT-4321 ([@emeryro](https://github.com/emeryro))
- [#3647](https://github.com/ec-europa/europa-component-library/pull/3647) fix(menu): fix touch devices - FRONT-4632 ([@emeryro](https://github.com/emeryro))
- [#3649](https://github.com/ec-europa/europa-component-library/pull/3649) fix(modal): fix close button position on rtl - FRONT-4623 ([@emeryro](https://github.com/emeryro))

#### :nail_care: Enhancement

- [#3654](https://github.com/ec-europa/europa-component-library/pull/3654) feat(content-item): set 100% height - FRONT-4627 ([@emeryro](https://github.com/emeryro))
- [#3657](https://github.com/ec-europa/europa-component-library/pull/3657) feat(js): Adding version propery to the ECL object - FRONT-4638 ([@planctus](https://github.com/planctus))
- [#3645](https://github.com/ec-europa/europa-component-library/pull/3645) feat(notification): Adding links, updating styles - FRONT-4630 ([@planctus](https://github.com/planctus))

#### :house: Internal

- [#3673](https://github.com/ec-europa/europa-component-library/pull/3673) feat(featured-item): Deprecating footer - FRONT-4650 ([@planctus](https://github.com/planctus))
- [#3674](https://github.com/ec-europa/europa-component-library/pull/3674) chore(deps): Updates 14-10-24 ([@planctus](https://github.com/planctus))
- [#3664](https://github.com/ec-europa/europa-component-library/pull/3664) chore(deps): Updates - 07-10-24 ([@planctus](https://github.com/planctus))
- [#3593](https://github.com/ec-europa/europa-component-library/pull/3593) docs(showcase): provide example of full pages - FRONT-4383 ([@emeryro](https://github.com/emeryro))
- [#3659](https://github.com/ec-europa/europa-component-library/pull/3659) chore(deps): Updates 01-10-24 ([@planctus](https://github.com/planctus))
- [#3651](https://github.com/ec-europa/europa-component-library/pull/3651) feat(apis): Adding api docs for media container - FRONT-4635 ([@planctus](https://github.com/planctus))

#### Committers: 2

- Romain Emery ([@emeryro](https://github.com/emeryro))
- [@planctus](https://github.com/planctus)

# 4.7.0

#### :warning In this version of ECL node 20.9.0 is being used, for those who need to compile ECL on their side please upgrade the node version before integrating this release.
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4-dev",
"version": "4.8.0",
"npmClient": "yarn",
"changelog": {
"repo": "ec-europa/europa-component-library",
Expand Down
6 changes: 3 additions & 3 deletions src/implementations/twig/components/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ecl/twig-component-accordion",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Accordion",
"publishConfig": {
"access": "public"
Expand All @@ -11,8 +11,8 @@
"@ecl/twig-component-icon": "^3.0.0"
},
"devDependencies": {
"@ecl/specs-component-accordion": "4.7.0",
"@ecl/vanilla-component-accordion": "4.7.0"
"@ecl/specs-component-accordion": "4.8.0",
"@ecl/vanilla-component-accordion": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions src/implementations/twig/components/banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "@ecl/twig-component-banner",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Banner",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-button": "4.7.0",
"@ecl/twig-component-link": "4.7.0",
"@ecl/twig-component-picture": "4.7.0",
"@ecl/twig-component-video": "4.7.0"
"@ecl/twig-component-button": "4.8.0",
"@ecl/twig-component-link": "4.8.0",
"@ecl/twig-component-picture": "4.8.0",
"@ecl/twig-component-video": "4.8.0"
},
"devDependencies": {
"@ecl/specs-component-banner": "4.7.0",
"@ecl/vanilla-component-banner": "4.7.0"
"@ecl/specs-component-banner": "4.8.0",
"@ecl/vanilla-component-banner": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions src/implementations/twig/components/blockquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@ecl/twig-component-blockquote",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Blockquote",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-picture": "4.7.0"
"@ecl/twig-component-picture": "4.8.0"
},
"devDependencies": {
"@ecl/specs-component-blockquote": "4.7.0",
"@ecl/vanilla-component-blockquote": "4.7.0"
"@ecl/specs-component-blockquote": "4.8.0",
"@ecl/vanilla-component-blockquote": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions src/implementations/twig/components/breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "@ecl/twig-component-breadcrumb",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Breadcrumb",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-button": "4.7.0",
"@ecl/twig-component-icon": "4.7.0",
"@ecl/twig-component-link": "4.7.0"
"@ecl/twig-component-button": "4.8.0",
"@ecl/twig-component-icon": "4.8.0",
"@ecl/twig-component-link": "4.8.0"
},
"devDependencies": {
"@ecl/specs-component-breadcrumb": "4.7.0",
"@ecl/vanilla-component-breadcrumb": "4.7.0"
"@ecl/specs-component-breadcrumb": "4.8.0",
"@ecl/vanilla-component-breadcrumb": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions src/implementations/twig/components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@ecl/twig-component-button",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Button",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.7.0"
"@ecl/twig-component-icon": "4.8.0"
},
"devDependencies": {
"@ecl/specs-component-button": "4.7.0",
"@ecl/vanilla-component-button": "4.7.0"
"@ecl/specs-component-button": "4.8.0",
"@ecl/vanilla-component-button": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-card",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Card",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-content-block": "4.7.0",
"@ecl/twig-component-picture": "4.7.0"
"@ecl/twig-component-content-block": "4.8.0",
"@ecl/twig-component-picture": "4.8.0"
},
"devDependencies": {
"@ecl/specs-component-card": "4.7.0",
"@ecl/vanilla-component-card": "4.7.0"
"@ecl/specs-component-card": "4.8.0",
"@ecl/vanilla-component-card": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-carousel",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Carousel",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-banner": "4.7.0",
"@ecl/twig-component-button": "4.7.0"
"@ecl/twig-component-banner": "4.8.0",
"@ecl/twig-component-button": "4.8.0"
},
"devDependencies": {
"@ecl/specs-component-carousel": "4.7.0",
"@ecl/vanilla-component-carousel": "4.7.0"
"@ecl/specs-component-carousel": "4.8.0",
"@ecl/vanilla-component-carousel": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "@ecl/twig-component-category-filter",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Category filter",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.7.0"
"@ecl/twig-component-icon": "4.8.0"
},
"devDependencies": {
"@ecl/specs-component-category-filter": "4.7.0",
"@ecl/vanilla-component-category-filter": "4.7.0"
"@ecl/specs-component-category-filter": "4.8.0",
"@ecl/vanilla-component-category-filter": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-checkbox",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Checkbox",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.7.0"
"@ecl/twig-component-icon": "4.8.0"
},
"devDependencies": {
"@ecl/specs-component-checkbox": "4.7.0",
"@ecl/vanilla-component-checkbox": "4.7.0",
"@ecl/vanilla-component-form-group": "4.7.0"
"@ecl/specs-component-checkbox": "4.8.0",
"@ecl/vanilla-component-checkbox": "4.8.0",
"@ecl/vanilla-component-form-group": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions src/implementations/twig/components/content-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "@ecl/twig-component-content-block",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Content Block",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-description-list": "4.7.0",
"@ecl/twig-component-icon": "4.7.0",
"@ecl/twig-component-label": "4.7.0",
"@ecl/twig-component-link": "4.7.0"
"@ecl/twig-component-description-list": "4.8.0",
"@ecl/twig-component-icon": "4.8.0",
"@ecl/twig-component-label": "4.8.0",
"@ecl/twig-component-link": "4.8.0"
},
"devDependencies": {
"@ecl/specs-component-content-block": "4.7.0",
"@ecl/vanilla-component-content-block": "4.7.0"
"@ecl/specs-component-content-block": "4.8.0",
"@ecl/vanilla-component-content-block": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions src/implementations/twig/components/content-item/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "@ecl/twig-component-content-item",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Content item",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-content-block": "4.7.0",
"@ecl/twig-component-date-block": "4.7.0",
"@ecl/twig-component-picture": "4.7.0"
"@ecl/twig-component-content-block": "4.8.0",
"@ecl/twig-component-date-block": "4.8.0",
"@ecl/twig-component-picture": "4.8.0"
},
"devDependencies": {
"@ecl/specs-component-content-item": "4.7.0",
"@ecl/vanilla-component-content-item": "4.7.0"
"@ecl/specs-component-content-item": "4.8.0",
"@ecl/vanilla-component-content-item": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/implementations/twig/components/date-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "@ecl/twig-component-date-block",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Date Block",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@ecl/specs-component-date-block": "4.7.0",
"@ecl/vanilla-component-date-block": "4.7.0"
"@ecl/specs-component-date-block": "4.8.0",
"@ecl/vanilla-component-date-block": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-datepicker",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Datepicker",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.7.0"
"@ecl/twig-component-icon": "4.8.0"
},
"devDependencies": {
"@ecl/specs-component-datepicker": "4.7.0",
"@ecl/vanilla-component-datepicker": "4.7.0",
"@ecl/vanilla-component-form-group": "4.7.0"
"@ecl/specs-component-datepicker": "4.8.0",
"@ecl/vanilla-component-datepicker": "4.8.0",
"@ecl/vanilla-component-form-group": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-description-list",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.7.0",
"version": "4.8.0",
"description": "ECL Description list",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-link": "4.7.0",
"@ecl/twig-component-tag": "4.7.0"
"@ecl/twig-component-link": "4.8.0",
"@ecl/twig-component-tag": "4.8.0"
},
"devDependencies": {
"@ecl/specs-component-description-list": "4.7.0",
"@ecl/vanilla-component-description-list": "4.7.0"
"@ecl/specs-component-description-list": "4.8.0",
"@ecl/vanilla-component-description-list": "4.8.0"
},
"repository": {
"type": "git",
Expand Down
Loading

1 comment on commit 64aa9b9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.