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

Allow users customize ID generation #2959

Merged
merged 4 commits into from
Feb 2, 2024
Merged

Allow users customize ID generation #2959

merged 4 commits into from
Feb 2, 2024

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    71bac93 View commit details
    Browse the repository at this point in the history
  2. Allow injecting custom id generator

    Vue does not currently have a native `useId` helper. However, Nuxt has created their own that they ensure works across the client/server boundary.
    
    Now a user can use `provide()` in their app to inject a custom useId generation function which, for Nuxt users, can defer to the one provided by Nuxt.
    thecrypticace committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6211a0d View commit details
    Browse the repository at this point in the history
  3. Add tests

    thecrypticace committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    304a329 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    611e638 View commit details
    Browse the repository at this point in the history