-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from ec-europa/chore/Release-0.13.0
chore: Release 0.13.0
- Loading branch information
Showing
103 changed files
with
609 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18.16.0 | ||
v18.18.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/ecl-webcomponents-angular-workspace/projects/ecl-webcomponents-angular/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...+vanilla-component-accordion+3.11.0.patch → ...+vanilla-component-accordion+3.13.0.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...l+vanilla-component-carousel+3.11.0.patch → ...l+vanilla-component-carousel+3.13.0.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git a/node_modules/@ecl/vanilla-component-carousel/carousel.js b/node_modules/@ecl/vanilla-component-carousel/carousel.js | ||
index 3e1dc99..08cdab4 100644 | ||
index f37281d..6b799b9 100644 | ||
--- a/node_modules/@ecl/vanilla-component-carousel/carousel.js | ||
+++ b/node_modules/@ecl/vanilla-component-carousel/carousel.js | ||
@@ -131,6 +131,8 @@ export class Carousel { | ||
@@ -136,6 +136,8 @@ export class Carousel { | ||
this.direction = getComputedStyle(this.element).direction; | ||
|
||
this.slides = queryAll(this.slideClass, this.element); | ||
+ this.slidesContainer.innerHTML = ''; | ||
+ this.slidesContainer.append(...this.slides); | ||
this.total = this.slides.length; | ||
|
||
// If only one slide, don't initialize carousel and hide controls | ||
// If only one slide, don't initialize carousel and hide controls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...illa-component-content-block+3.11.0.patch → ...illa-component-content-block+3.13.0.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/node_modules/@ecl/vanilla-component-select/select.js b/node_modules/@ecl/vanilla-component-select/select.js | ||
index af9c468..5696a1a 100644 | ||
--- a/node_modules/@ecl/vanilla-component-select/select.js | ||
+++ b/node_modules/@ecl/vanilla-component-select/select.js | ||
@@ -495,7 +495,7 @@ export class Select { | ||
} | ||
this.visibleOptions = this.checkboxes; | ||
|
||
- this.select.parentNode.parentNode.insertBefore( | ||
+ this.select.closest('.ecl-form-group').insertBefore( | ||
this.selectMultiple, | ||
this.select.parentNode.nextSibling, | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
537325c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://ecl-webcomponents.netlify.app as production
🚀 Deployed on https://65aa4577292a580486e28829--ecl-webcomponents.netlify.app