Skip to content

v3.1.3

Compare
Choose a tag to compare
@bjoerge bjoerge released this 03 Jan 13:50
· 2517 commits to next since this release
25b820f

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npx create-sanity@latest

To upgrade a v3 Studio:

npm install sanity@latest

🐛 Notable bugfixes

  • Fixes an issue that could give false validation errors for complex documents
  • Hides restore action when revision is latest version
  • Improves responsiveness of file and image inputs for narrow widths
  • Restores transition effect when reordering primitive array values
  • Fixes an issue with the vision tool causing the query param errors tooltip disappear behind the above panel

📓 Full changelog

Author Message Commit
Bjørge Næss fix(base): wait for all chunked requests to arrive before continuing (#4017) 2134b27
Espen Hovlandsdal chore(cli): increase chance of running post-test cleanup f138723
Espen Hovlandsdal test(cli): fix graphql datasets not being cleaned up d53a589
Cody Olsen chore: setup renovate config ed20a79
Cody Olsen chore: set renovate commit scope 8ae06e5
Cody Olsen chore(renovate): ignore examples folder 223d31a
renovate[bot] chore(deps): pin dependencies (#4032) d714540
Herman Wikner fix(desk): remove restore action when revision is latest version 2846eec
Herman Wikner fix(core): file/image input layout in narrow widths 125dc41
Herman Wikner dev(core): add files workshop c5e8102
Bjørge Næss chore(sanity): upgrade json5 to latest 5d7eae6
Bjørge Næss chore(vision): upgrade json5 to latest 350f9ef
Bjørge Næss fix(vision): render error tooltip in a portal fe96da1
Herman Wikner fix(core): add transition effect when sorting array of primitives 71e3212