Skip to content

Commit

Permalink
chore: ECL Release 4.0.0-beta-2 (#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus authored Feb 16, 2024
1 parent 390252d commit 3eb4534
Show file tree
Hide file tree
Showing 216 changed files with 765 additions and 723 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## 4.0.0-beta-2

#### :rocket: New Feature

- [#3210](https://github.com/ec-europa/europa-component-library/pull/3210) feat(menu): dark variant and mobile display update - FRONT-4236 ([@emeryro](https://github.com/emeryro))
- [#3221](https://github.com/ec-europa/europa-component-library/pull/3221) feat(icons): Adding clock icons, removing deprecated icons - FRONT-4247 ([@planctus](https://github.com/planctus))

#### :bug: Bug Fix

- [#3243](https://github.com/ec-europa/europa-component-library/pull/3243) fix(clickable-images): Limiting the number of iterations, adding card expection - FRONT-4267 ([@planctus](https://github.com/planctus))
- [#3234](https://github.com/ec-europa/europa-component-library/pull/3234) fix(icons): using the newly introduced play-outline icon - FRONT-4255 ([@planctus](https://github.com/planctus))
- [#3238](https://github.com/ec-europa/europa-component-library/pull/3238) fix(timeline): fixing styles for border and toggle aligment - FRONT-4264 ([@planctus](https://github.com/planctus))
- [#3222](https://github.com/ec-europa/europa-component-library/pull/3222) fix(page-titles): Fixing page titles in the website - FRONT-4246 ([@planctus](https://github.com/planctus))
- [#3225](https://github.com/ec-europa/europa-component-library/pull/3225) fix(apis): fixing code highlight and paths to the apis for nested components - FRONT-4248 ([@planctus](https://github.com/planctus))
- [#3219](https://github.com/ec-europa/europa-component-library/pull/3219) fix(select): fix multi select width - FRONT-4244 ([@emeryro](https://github.com/emeryro))
- [#3220](https://github.com/ec-europa/europa-component-library/pull/3220) chore(apis): Using relative path to reach the html page to be included ([@planctus](https://github.com/planctus))

#### :nail_care: Enhancement

- [#3235](https://github.com/ec-europa/europa-component-library/pull/3235) feat(icons): Replacing some icons in EC - FRONT-4256 ([@planctus](https://github.com/planctus))
- [#3232](https://github.com/ec-europa/europa-component-library/pull/3232) feat(menu): add dynamic label - FRONT-4251 ([@emeryro](https://github.com/emeryro))
- [#3241](https://github.com/ec-europa/europa-component-library/pull/3241) feat(icons): Renaming basket, gear and back icons - FRONT-4266 ([@planctus](https://github.com/planctus))
- [#3240](https://github.com/ec-europa/europa-component-library/pull/3240) feat(menu): use dark as default - FRONT-4236 ([@emeryro](https://github.com/emeryro))
- [#3226](https://github.com/ec-europa/europa-component-library/pull/3226) feat(social-media-follow): add monochrome icons - FRONT-4250 ([@emeryro](https://github.com/emeryro))
- [#3229](https://github.com/ec-europa/europa-component-library/pull/3229) fix(banner): remove extra margin - FRONT-4524 ([@emeryro](https://github.com/emeryro))
- [#3227](https://github.com/ec-europa/europa-component-library/pull/3227) fix(notification): Colouring the exclamation mark in the warning icon in EC - FRONT-4249 ([@planctus](https://github.com/planctus))

#### :memo: Documentation

- [#3224](https://github.com/ec-europa/europa-component-library/pull/3224) docs: update various documentation for ECL 4 - FRONT-4234 ([@emeryro](https://github.com/emeryro))

#### :house: Internal

- [#3236](https://github.com/ec-europa/europa-component-library/pull/3236) chore(deps): Updates 14-02-24 ([@planctus](https://github.com/planctus))
- [#3228](https://github.com/ec-europa/europa-component-library/pull/3228) feat(sass): cleanup unused variables - FRONT-4523 ([@emeryro](https://github.com/emeryro))
- [#3223](https://github.com/ec-europa/europa-component-library/pull/3223) chore(deps): Storybook 7.6.13 ([@planctus](https://github.com/planctus))

#### Committers: 2

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

## 4.0.0-beta-1

First release of ECL v4, please refer to the [migration document](docs/Migrating-v4.md) if you are about to upgrade ECL in your website or application.
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.0.0-beta-2",
"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.0.0-beta-1",
"version": "4.0.0-beta-2",
"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.0.0-beta-1",
"@ecl/vanilla-component-accordion": "4.0.0-beta-1"
"@ecl/specs-component-accordion": "4.0.0-beta-2",
"@ecl/vanilla-component-accordion": "4.0.0-beta-2"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-banner",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Banner",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-link": "4.0.0-beta-1",
"@ecl/twig-component-picture": "4.0.0-beta-1"
"@ecl/twig-component-link": "4.0.0-beta-2",
"@ecl/twig-component-picture": "4.0.0-beta-2"
},
"devDependencies": {
"@ecl/specs-component-banner": "4.0.0-beta-1",
"@ecl/vanilla-component-banner": "4.0.0-beta-1"
"@ecl/specs-component-banner": "4.0.0-beta-2",
"@ecl/vanilla-component-banner": "4.0.0-beta-2"
},
"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.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Blockquote",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-picture": "4.0.0-beta-1"
"@ecl/twig-component-picture": "4.0.0-beta-2"
},
"devDependencies": {
"@ecl/specs-component-blockquote": "4.0.0-beta-1",
"@ecl/vanilla-component-blockquote": "4.0.0-beta-1"
"@ecl/specs-component-blockquote": "4.0.0-beta-2",
"@ecl/vanilla-component-blockquote": "4.0.0-beta-2"
},
"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.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Breadcrumb",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-button": "4.0.0-beta-1",
"@ecl/twig-component-icon": "4.0.0-beta-1",
"@ecl/twig-component-link": "4.0.0-beta-1"
"@ecl/twig-component-button": "4.0.0-beta-2",
"@ecl/twig-component-icon": "4.0.0-beta-2",
"@ecl/twig-component-link": "4.0.0-beta-2"
},
"devDependencies": {
"@ecl/specs-component-breadcrumb": "4.0.0-beta-1",
"@ecl/vanilla-component-breadcrumb": "4.0.0-beta-1"
"@ecl/specs-component-breadcrumb": "4.0.0-beta-2",
"@ecl/vanilla-component-breadcrumb": "4.0.0-beta-2"
},
"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.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Button",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.0.0-beta-1"
"@ecl/twig-component-icon": "4.0.0-beta-2"
},
"devDependencies": {
"@ecl/specs-component-button": "4.0.0-beta-1",
"@ecl/vanilla-component-button": "4.0.0-beta-1"
"@ecl/specs-component-button": "4.0.0-beta-2",
"@ecl/vanilla-component-button": "4.0.0-beta-2"
},
"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.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Card",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-content-block": "4.0.0-beta-1",
"@ecl/twig-component-picture": "4.0.0-beta-1"
"@ecl/twig-component-content-block": "4.0.0-beta-2",
"@ecl/twig-component-picture": "4.0.0-beta-2"
},
"devDependencies": {
"@ecl/specs-component-card": "4.0.0-beta-1",
"@ecl/vanilla-component-card": "4.0.0-beta-1"
"@ecl/specs-component-card": "4.0.0-beta-2",
"@ecl/vanilla-component-card": "4.0.0-beta-2"
},
"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.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Carousel",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-banner": "4.0.0-beta-1",
"@ecl/twig-component-button": "4.0.0-beta-1"
"@ecl/twig-component-banner": "4.0.0-beta-2",
"@ecl/twig-component-button": "4.0.0-beta-2"
},
"devDependencies": {
"@ecl/specs-component-carousel": "4.0.0-beta-1",
"@ecl/vanilla-component-carousel": "4.0.0-beta-1"
"@ecl/specs-component-carousel": "4.0.0-beta-2",
"@ecl/vanilla-component-carousel": "4.0.0-beta-2"
},
"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.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Category filter",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.0.0-beta-1"
"@ecl/twig-component-icon": "4.0.0-beta-2"
},
"devDependencies": {
"@ecl/specs-component-category-filter": "4.0.0-beta-1",
"@ecl/vanilla-component-category-filter": "4.0.0-beta-1"
"@ecl/specs-component-category-filter": "4.0.0-beta-2",
"@ecl/vanilla-component-category-filter": "4.0.0-beta-2"
},
"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.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Checkbox",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.0.0-beta-1"
"@ecl/twig-component-icon": "4.0.0-beta-2"
},
"devDependencies": {
"@ecl/specs-component-checkbox": "4.0.0-beta-1",
"@ecl/vanilla-component-checkbox": "4.0.0-beta-1",
"@ecl/vanilla-component-form-group": "4.0.0-beta-1"
"@ecl/specs-component-checkbox": "4.0.0-beta-2",
"@ecl/vanilla-component-checkbox": "4.0.0-beta-2",
"@ecl/vanilla-component-form-group": "4.0.0-beta-2"
},
"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.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Content Block",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-description-list": "4.0.0-beta-1",
"@ecl/twig-component-icon": "4.0.0-beta-1",
"@ecl/twig-component-label": "4.0.0-beta-1",
"@ecl/twig-component-link": "4.0.0-beta-1"
"@ecl/twig-component-description-list": "4.0.0-beta-2",
"@ecl/twig-component-icon": "4.0.0-beta-2",
"@ecl/twig-component-label": "4.0.0-beta-2",
"@ecl/twig-component-link": "4.0.0-beta-2"
},
"devDependencies": {
"@ecl/specs-component-content-block": "4.0.0-beta-1",
"@ecl/vanilla-component-content-block": "4.0.0-beta-1"
"@ecl/specs-component-content-block": "4.0.0-beta-2",
"@ecl/vanilla-component-content-block": "4.0.0-beta-2"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/implementations/twig/components/content-item/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "@ecl/twig-component-content-item",
"author": "European Commission",
"license": "EUPL-1.2",
"version": "4.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Content item",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-content-block": "4.0.0-beta-1",
"@ecl/twig-component-date-block": "4.0.0-beta-1"
"@ecl/twig-component-content-block": "4.0.0-beta-2",
"@ecl/twig-component-date-block": "4.0.0-beta-2"
},
"devDependencies": {
"@ecl/specs-component-content-item": "4.0.0-beta-1",
"@ecl/vanilla-component-content-item": "4.0.0-beta-1"
"@ecl/specs-component-content-item": "4.0.0-beta-2",
"@ecl/vanilla-component-content-item": "4.0.0-beta-2"
},
"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.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Date Block",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@ecl/specs-component-date-block": "4.0.0-beta-1",
"@ecl/vanilla-component-date-block": "4.0.0-beta-1"
"@ecl/specs-component-date-block": "4.0.0-beta-2",
"@ecl/vanilla-component-date-block": "4.0.0-beta-2"
},
"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.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Datepicker",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-icon": "4.0.0-beta-1"
"@ecl/twig-component-icon": "4.0.0-beta-2"
},
"devDependencies": {
"@ecl/specs-component-datepicker": "4.0.0-beta-1",
"@ecl/vanilla-component-datepicker": "4.0.0-beta-1",
"@ecl/vanilla-component-form-group": "4.0.0-beta-1"
"@ecl/specs-component-datepicker": "4.0.0-beta-2",
"@ecl/vanilla-component-datepicker": "4.0.0-beta-2",
"@ecl/vanilla-component-form-group": "4.0.0-beta-2"
},
"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.0.0-beta-1",
"version": "4.0.0-beta-2",
"description": "ECL Description list",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ecl/twig-component-link": "4.0.0-beta-1",
"@ecl/twig-component-tag": "4.0.0-beta-1"
"@ecl/twig-component-link": "4.0.0-beta-2",
"@ecl/twig-component-tag": "4.0.0-beta-2"
},
"devDependencies": {
"@ecl/specs-component-description-list": "4.0.0-beta-1",
"@ecl/vanilla-component-description-list": "4.0.0-beta-1"
"@ecl/specs-component-description-list": "4.0.0-beta-2",
"@ecl/vanilla-component-description-list": "4.0.0-beta-2"
},
"repository": {
"type": "git",
Expand Down
Loading

1 comment on commit 3eb4534

@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.