lwc icon indicating copy to clipboard operation
lwc copied to clipboard

feat: allow access to host CSSStyleDeclaration via this.style

Open nolanlawson opened this issue 5 months ago • 1 comments

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.

nolanlawson avatar Mar 11 '24 21:03 nolanlawson

Thanks for the credit and all the help 🫠

le-incroyable1-dev avatar Mar 12 '24 04:03 le-incroyable1-dev