docs(use-registry): update page content - #27
Merged
Conversation
|
@antonhansson0624 is attempting to deploy a commit to the Vuetify Team on Vercel. A member of the Team first needs to authorize it. |
johnleider
requested changes
Aug 8, 2025
johnleider
left a comment
Member
There was a problem hiding this comment.
This looks good. The only thing I would add somewhere is that useRegistry is NOT reactive by default and even though we expose collection on the context, it's recommended to use the helper functions, e.g. registry.get('foo') instead of registry.collection.get('foo').
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
johnleider
approved these changes
Aug 8, 2025
antonhansson0624
pushed a commit
to antonhansson0624/vuetify0
that referenced
this pull request
Aug 14, 2025
Update browse, values, entries, and keys functions in use-registry.md file Update use-tokens.md Update use-registry.md Add composables/selection/use-selection.md Update use-select.md Update use-selection.md feat: add useEventListener composable (vuetifyjs#19) docs(use-registry): update page content (vuetifyjs#27) docs(AppNav): fix mobile sizing feat(useForm): add new composable fix(useForm): make validate argument required refactor(useRegistry): abstract catalog value entry feat(useRegistry): add dispose method refactor(useRegistry): remove unnecessary cache invalidation refactor(useSelection/Single/Group): split select into 3 distinct functions chore: update comments for multiple type functions refactor(useStep): clean-up collection management functions docs(use-registry): add dispose to API, minor style tweaks docs: add vite router error fallback chore(useRegistry): add comments to RegistryTicket chore: update dependencies and reorganize package.json files Update rolldown-vite to 7.1.0 and reorganize package.json dependencies docs: replace prismjs with shiki for better syntax highlighting (vuetifyjs#29) docs(App): small style tweak for code blocks
antonhansson0624
pushed a commit
to antonhansson0624/vuetify0
that referenced
this pull request
Aug 14, 2025
Update use-registry.md Update browse, values, entries, and keys functions in use-registry.md file Update use-tokens.md Update use-registry.md Add composables/selection/use-selection.md Update use-select.md Update use-selection.md feat: add useEventListener composable (vuetifyjs#19) docs(use-registry): update page content (vuetifyjs#27) docs(AppNav): fix mobile sizing feat(useForm): add new composable fix(useForm): make validate argument required refactor(useRegistry): abstract catalog value entry feat(useRegistry): add dispose method refactor(useRegistry): remove unnecessary cache invalidation refactor(useSelection/Single/Group): split select into 3 distinct functions chore: update comments for multiple type functions refactor(useStep): clean-up collection management functions docs(use-registry): add dispose to API, minor style tweaks docs: add vite router error fallback chore(useRegistry): add comments to RegistryTicket chore: update dependencies and reorganize package.json files Update rolldown-vite to 7.1.0 and reorganize package.json dependencies docs: replace prismjs with shiki for better syntax highlighting (vuetifyjs#29) docs(App): small style tweak for code blocks Update use-tokens.md docs(use-tokens): update content docs(use-tokens): update page content (vuetifyjs#28) Co-authored-by: John Leider <john@vuetifyjs.com> docs(use-registry): remove duplicated depose function docs(use-selection): enhance usage examples and update API details for clarity refactor(useTokens): update types and add missing options docs(use-selection): fix wording and update mandate function details for clarity chore(use-registry): remove white-space change docs(use-selection): minor styling tweaks docs(use-selection): add to nav docs(use-single): enhance documentation with detailed API and usage examples refactor(useTokens): allow support for any value type feat(useTokens): add generic support for resolve chore(useTokens): code style tweak Revert "refactor(useTokens): update types and add missing options" This reverts commit 1b32569. Revert "feat(useTokens): add generic support for resolve" This reverts commit 4311f63. fix(useTokens): add back accidentally removed logic refactor(useRegistry): remove Proxy chore: rename variable in multiple places feat(useRegistry): add new onboard function
This was referenced Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.