-
Notifications
You must be signed in to change notification settings - Fork 6
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: support SSR for OnyxSelect, OnyxNavButton, OnyxUserMenu and more components #1844
Conversation
🦋 Changeset detectedLatest commit: c64b85f The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
To fix the storybook build we need to update to storybook 8.3 beta but we need to wait for storybookjs/storybook#28760 to be released first, otherwise property controls are missing for booleans and enum/union types |
33d0a91
to
e54dbb1
Compare
e54dbb1
to
e1b20c7
Compare
7017fec
to
21b9a77
Compare
…xUserMenu and more components
…xUserMenu and more components
21b9a77
to
c64b85f
Compare
Relates to #1521
Support SSR for OnyxSelect, OnyxNavButton, OnyxUserMenu and more components by:
createId()
with Vue's newuseId()
which is SSR compatibleChecklist
npx changeset add
if your changes should be released as npm package (because they affect the library usage)