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

fix: handle shadow DOM stylesheets in production and dev bundle (#17776) (CP: 24.1) #17798

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

vaadin-bot
Copy link
Collaborator

No description provided.

* fix: handle shadow DOM stylesheets in production and dev bundle

The legacy shadow DOM stylesheets that can potentially be present in the
'theme/<themeName>/components/' folder are not considered when deciding
if a new bundle needs to be created, so the application may miss custom
components styles.
This change checks for existence of theme components CSS, and it triggers
a bundle rebuild if any is found.

Fixes #16407

* apply review suggestions

* apply review suggestions
@sonarcloud
Copy link

sonarcloud bot commented Oct 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@vaadin-bot
Copy link
Collaborator Author

This PR is eligible for auto-merging policy, so it has been approved automatically. If there are pending conditions, auto merge (with 'squash' method) has been enabled for this PR[Message is sent from bot]

@vaadin-bot vaadin-bot enabled auto-merge (squash) October 6, 2023 14:36
@github-actions
Copy link

github-actions bot commented Oct 6, 2023

Test Results

1 001 files  +  1  1 001 suites  +1   1h 4m 54s ⏱️ + 2m 13s
6 407 tests +34  6 366 ✔️ +34  41 💤 ±0  0 ±0 
6 660 runs  +34  6 612 ✔️ +34  48 💤 ±0  0 ±0 

Results for commit 4304932. ± Comparison against base commit addf82a.

@vaadin-bot vaadin-bot merged commit 5e81c67 into 24.1 Oct 6, 2023
25 of 26 checks passed
@vaadin-bot vaadin-bot deleted the cherry-pick-17776-to-24.1-1696602081554 branch October 6, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants