v3.23.4
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 occational wrong placement of the free trial popover
- Fixes an issue where custom icons were displayed with incorrect sizes in previews
📓 Full changelog
Author | Message | Commit |
---|---|---|
Herman Wikner | fix(core): icon size in previews with custom icon (#5425) | c6becc9 |
Bjørge Næss | fix(core): wait until the ref is available before showing trial popover (#5424) | 26d08fe |