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(@angular/build): relax constraints on external stylesheet component id #28658

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

clydin
Copy link
Member

@clydin clydin commented Oct 17, 2024

The number of digits in the component identifier that is generated at runtime can vary. The check for a valid identifier now accounts for this case.

Closes: #28656

…nt id

The number of digits in the component identifier that is generated at runtime
can vary. The check for a valid identifier now accounts for this case.
@clydin clydin added the target: major This PR is targeted for the next major release label Oct 17, 2024
@clydin clydin added action: review The PR is still awaiting reviews from at least one requested reviewer and removed area: @angular/build labels Oct 17, 2024
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Oct 17, 2024
@clydin clydin merged commit 1654acf into angular:main Oct 17, 2024
34 checks passed
@clydin clydin deleted the styles/relax-component-id branch October 17, 2024 14:48
@spock123
Copy link

spock123 commented Oct 18, 2024

I guess this will come in the next release in a weeks time.. thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid component stylesheet ID request
3 participants