Skip to content

v1.4.0

Compare
Choose a tag to compare
@robinpyon robinpyon released this 22 Sep 00:34
· 132 commits to main since this release

Highlights

File asset source support

You can now use the plugin when selecting assets via file fields!

Simply add the following to your parts array in your studio sanity.json. (Sanity 2.16.x+)

{
  "implements": "part:@sanity/form-builder/input/file/asset-sources",
  "path": "./parts/assetSources.js"
},

More information on custom asset sources

Notable bugfixes

  • Fixes an issue with large numbers of tags (1000+) causing severe performance issues
  • Fixes various dialog scroll overflow issues on smaller breakpoints