github sanity-io/sanity-plugin-media v1.4.0

latest releases: v2.3.2, v2.3.1, v2.3.0...
3 years ago

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

Don't miss a new sanity-plugin-media release

NewReleases is sending notifications on new releases.