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!: mark code, language props as required #218

Merged
merged 1 commit into from
Dec 29, 2022
Merged

Conversation

metonym
Copy link
Owner

@metonym metonym commented Jul 1, 2022

Closes #215

This is technically a breaking change so the major version should be incremented.

This changes the semantics of how code and language props are typed. Both should be required. To do this in Svelte, the props should not be assigned a default value.

@render
Copy link

render bot commented Jul 1, 2022

@render
Copy link

render bot commented Jul 1, 2022

@metonym metonym changed the title breaking: mark code, language props as required fix!: mark code, language props as required Dec 29, 2022
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.

Semantics: code, language props should be marked as required
1 participant