Upgrade Sanity Studio with:
sanity upgrade
🐛 Notable bugfixes
- Fixes a bug where desk tool document lists would sometimes fail to resolve a schema type for new documents when pane supports multiple types
- Reduces amount of requests triggered by new reference indication
- Fixes 404-errors being printed in developer console when checking references for unpublished documents
📓 Full changelog
Author | Message | Commit |
---|---|---|
Espen Hovlandsdal | fix(structure): resolve schema type from template if possible | 0113fae |
Nina Andal Aarvik | feat(desk-tool): add pollInterval option on useReferringDocuments hook (#3478)
| 98b16df |
Espen Hovlandsdal | feat(base): allow listenQuery to have separate listen and fetch queries | 022969b |
Espen Hovlandsdal | feat(base): allow listenQuery to specify relevant transitions | a5e9193 |
Espen Hovlandsdal | feat(base): allow listenQuery to specify custom throttle time | f33bf0e |
Espen Hovlandsdal | fix(desk-tool): only refetch references on appear/disappear | 9f10e86 |
Espen Hovlandsdal | fix(desk-tool): use longer throttle time when refetching references | 37fed13 |
Espen Hovlandsdal | refactor(desk-tool): prefer options object over numeric arg | d26d759 |
Espen Hovlandsdal | refactor(desk-tool): check for document existence before checking ref count | d9d23df |
Espen Hovlandsdal | refactor(desk-tool): add request tag to external refs check | a39d8db |
Espen Hovlandsdal | chore: fix tests by using combineLatest instead of forkJoin
| 6a5ded0 |
Espen Hovlandsdal | chore: drop unused perf-studio | 46cc392 |
Espen Hovlandsdal | ci: drop unused perf tests | f153a7c |