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: implement stylesheet registration and disallow arbitrary functions #3477

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

Conversation

jye-sf
Copy link
Contributor

@jye-sf jye-sf commented May 2, 2023

#3443

  • fix: implement stylesheet registration and disallow arbitrary functions

  • feat: log as error and use reporting API

  • fix: move to dev-only warning, address PR comments

  • fix: add test to verify existing behavior is maintained

  • fix: only import registerStylesheet if new styles were compiled

Details

Reverts 5e9ee50.

This PR is blocked due to the version mismatch issue with CLWR and cannot be merged/released until that issue is resolved. Once a component's stylesheets are compiled with the new registerStylesheet API, it will expect the runtime to have that method. To do that, the runtime and compiler versions must both be upgraded.

Does this pull request introduce a breaking change?

  • 🚨 Yes, it does introduce a breaking change.

Does this pull request introduce an observable change?

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

GUS work item

…ns (#3443)

* fix: implement stylesheet registration and disallow arbitrary functions

* feat: log as error and use reporting API

* fix: move to dev-only warning, address PR comments

* fix: add test to verify existing behavior is maintained

* fix: only import registerStylesheet if new styles were compiled
@jye-sf jye-sf added the nomerge label May 2, 2023
@nolanlawson
Copy link
Contributor

/nucleus test

@jye-sf jye-sf removed the nomerge label May 8, 2023
@nolanlawson nolanlawson changed the title fix: implement stylesheet registration and disallow arbitrary functio… fix: implement stylesheet registration and disallow arbitrary functions Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants