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 changes
- Fixes a typo in a validation error message (thanks @largis21!)
- Fixes an issue where schema error messages would be shown with overlapping text on long titles/field names
- Improves typescript documentation for portable text/block content related types
- Adds some metadata to cross-dataset references when deploying GraphQL APIs in order to allow programatically resolving reference
📓 Full changelog
Author | Message | Commit |
---|---|---|
largis21 | chore: typo in error message (#4988) | 60f1091 |
Binoy Patel | fix(core): fixes issue with overlapping text in error message (#4970) | 2001ced |
Tommy Petty | chore: prep work for making e2e tests more isolated (#4961) | 241402a |
Per-Kristian Nordnes | doc(sanity): add TS-doc for block content related types (#4674) | b6d4c40 |
Rico Kahler | feat(cli): add CDR metadata to GraphQL json schema (#4975) | d8cbf10 |