Skip to content

Releases: sanity-io/sanity

v0.111.0

01 Sep 10:20
Compare
Choose a tag to compare
Author Message Commit
rexxars Add temporary part to inject components below the editor (#148) … 5bf646a
rexxars Make client API CDN aware (#150) … 602ef35
bjoerge [form-builder] Remove createFormBuilderFactory (#151) 4386525
bjoerge [desk-tool] Adjust FormBuilder to use patchChannel 40fe45c
bjoerge [form-builder] Fix wrong previewResolver was passed to FormBuilder dd7edda
bjoerge [example-studio] Add an example of a custom object input that renders… … 3d909f7
rexxars [base] Opt-out of CDN usage (#153) fd34fd5
rexxars [client] Retrieve original filename and content type from File instan… … 998a05d
bjoerge [schema] Fix error when guessing preview config for files 7fd1e1f

v0.109.0

25 Aug 10:01
Compare
Choose a tag to compare
Author Message Commit
rexxars [cli] Upgrade yarn to 0.27.5 8cbee5b
rexxars [cli] Fix issue where command group roots would not list commands (#109) c346e0b
rexxars [client] Use uncredentialed requests unless withCredentials or `tok… … 421b2b9
rexxars [base] Use credentialed requests in studio (#115) 1fa017e
kristofferj [vision] Move vision into monorepo (#90) 2a011dc
bjoerge [base] Include props.children in sCU equality check (#116) ee1a4dd
bjoerge [form-builder] Minor: fix misleading error messsage cf8b00e
rexxars [core] Skip system documents when exporting a dataset (#120) 9d96954
bjoerge [base] A fix + example schema demonstrating named reference types (#117) d6ea940
bjoerge [observable] Add publishReplay operator (#121) 9c14ccf
bjoerge [state-router] Support programmatical intent navigation (#123) 31d9ecd
bjoerge [form-builder] Expose the withDocument HOC (#126) e083695
rexxars [client] Include error message in stack (#129) 67fc4ee
bjoerge [components] Only render children of collapsable fieldsets when open (#… … c385c1c
bjoerge [schema] Guess preview config based on raw schema def instead of pars… … b991d9b
bjoerge [development] Separate example-studio and test-studio and organize te… … e5c6182
rexxars [base] Fix code style issue (#135) 56b4bd3
bjoerge [components] Fix onBlur error (#137) 275cc61
rexxars [base] Expose client as CommonJS (#133) 4cfbfe5
rexxars [plugin-loader] Allow overriding config parts (#134) d993c75
rexxars [core] Add sanity exec command that registers part loader + babel (#… … 8aa0915
bjoerge [infrastructure] Upgrade lerna (#136) 38279a1
skogsmaskin [components] Support disabled prop on ToggleButton 6d78637
bjoerge [test-studio] Change project ID 7282a6f
bjoerge [components] Add a top margin on Image input fieldset with highlighte… … 02309e5
bjoerge [test-studio] Fix reference to nonexistent type 7b96182
bjoerge [form-builder] Fix an issue with arrays and anonymous objects (#140) 234615c

Draft punk

04 May 07:58
Compare
Choose a tag to compare

The shiny new feature in this version is the ability to stage changes before publishing ✨.

A thing to be aware of is that when fetching documents in front-end(s), you'll now have to explicitly exclude draft documents by including the constraint !(_id in path 'drafts.**') in queries, or else you may end up with unpublished drafts in the result set. This is undoubtedly a little cumbersome and we're discussing how we can avoid this in the future.

Type sanity upgrade to get this version and don't hesitate to let us know if you experience any trouble.