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

feat: allow access to host CSSStyleDeclaration via this.style #4044

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nolanlawson
Copy link
Contributor

@nolanlawson nolanlawson commented Mar 11, 2024

Details

Same as #4017, but works around Sauce Labs CI issues by avoiding a forked PR.

The original author is @le-incroyable1-dev who is credited in the commit.

Fixes #3999 by adding support for this.style via API versioning (v62+, aka Winter '25+).

Does this pull request introduce a breaking change?

  • ✅ No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • ⚠️ Yes, it does include an observable change.

Yes, but this is added via API versioning.

@le-incroyable1-dev
Copy link

Thanks for the credit and all the help 🫠

Co-authored-by: Aurav <aurav.tomar@gmail.com>
Co-authored-by: Nolan Lawson <nlawson@salesforce.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need access to the component's host CSSStyleDeclaration via this.style.
3 participants