v3.15.1
Installation and upgrading
To initiate a new Studio without installing the CLI globally:
npm create sanity@latest
To upgrade a v3 Studio, run this command in its folder:
npm install sanity@latest
🐛 Notable bugfixes
- Fixes an issue where package managers were pulling wrong version of the
get-itpackage which is a sub-dependency of the@sanity/clientpackage - Fixes an issue that would sometimes cause document lists to not refresh properly after adding or removing a document
- Fixes issues where timeouts were being cancelled (thanks @balexand!)
- Fixes an issue where certain GROQ-filters used for access control rules would crash the studio
📓 Full changelog
| Author | Message | Commit |
|---|---|---|
| Bjørge Næss | chore: upgrade typescript to 5.x (#4809) | f7d7b8b |
| Cody Olsen | fix: ensure @sanity/client pulls in the right get-it version (#4811) |
41662a3 |
| Bjørge Næss | fix: delay refetching for listener events arriving with visibility != query (#4795) | d06b0e0 |
| Brian Alexander | fix(core): timeouts randomly being cancelled (#4815) | 390c8e5 |
| Espen Hovlandsdal | fix(core): parenthesis around GROQ-filters crashing ACL checks (#4820) | 281ac7a |