v3.0.0-dev-preview.13 #3518
rexxars
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
✨ Highlights
Vision v3: Query GROQ from the Studio
The
@sanity/vision
plugin now supports Sanity Studio version 3! Use thedev-preview
tag when installing it:To enable it, import the vision plugin and add it to the plugins array in your
sanity.config.ts
/sanity.config.js
file:Learn how to only load the plugin in development mode (that is, not enabling it when deployed to production) in Vision's documentation.
Vision v3 also supports dark mode and Studio themes, as well as letting you cancel in-progress queries.
Other features
name
andbasePath
properties if only a single workspace is definedsanity build
/sanity deploy
up to 5x faster🐛 Notable bugfixes
readOnly
would not be respected in certain caseslayout: 'grid'
_document.js
with JSXEdit undefined
instead ofEdit file
(or similar)📓 Full changelog
esbuild
dependency for sanity module@sanity/client
to v3.3.3--check-files
flag for yarn 3 compatibilitycreateAuthStore
CorsOriginErrorScreen
CorsOriginErrorScreen
toStudioErrorBoundary
SingleWorkspace
type, allow omittingbasePath
,name
prepareConfig
stepreadOnly
properties informState
conditionalFields
schemareadOnly
to input inOptionsArrayInput
inputResolver
sanity build
/sanity deploy
params
toMutationSelection
typeConfigIssuesButton
to the dialog headergroq
package to root clean scriptThis discussion was created from the release v3.0.0-dev-preview.13.
Beta Was this translation helpful? Give feedback.
All reactions