Skip to content

v1.148.6

Compare
Choose a tag to compare
@rexxars rexxars released this 19 Feb 23:21
· 8679 commits to next since this release
c579a22

Upgrade the Command Line Interface (CLI) with:

npm install --global @sanity/cli

Upgrade Sanity Studio with:

sanity upgrade

New APIs for creating custom workflows

New extension points for creating custom workflows:

  • Document Actions API
  • Document Badge API
  • Studio React Hooks.

Read blog post: “Releasing Document Actions: Workflows, Your Way”

🐛 Notable bugfixes

  • Fixed not being able to publish documents on validation warnings
  • Fixed a bug where CLI would not report API errors correctly
  • Fixed validation button not displaying warning count
  • Fixed slug source function not supporting asynchronous resolving

📓 Full changelog

Author Message Commit
Espen Hovlandsdal [cli] Use more fool-proof status code check for auth errors (#1744) dbad671
Espen Hovlandsdal [test-studio] Make validation schema work edb4250
Espen Hovlandsdal [desk-tool] Count both errors and warnings when showing validation marker count e44e405
Espen Hovlandsdal [desk-tool] Allow publish action on validation warnings cd0e9c0
Espen Hovlandsdal [test-studio] Add example of async slug source 6a8fa93
Espen Hovlandsdal [form-builder] Fix slug source not supporting asynchronous resolving eb049e1