Skip to content

Releases: sanity-io/sanity-plugin-media

v2.0.1

25 Nov 15:21
Compare
Choose a tag to compare

2.0.1 (2022-11-25)

Bug Fixes


This release is also available on:

v1.4.14

22 Nov 21:49
Compare
Choose a tag to compare

1.4.14 (2022-11-22)

Bug Fixes

  • correctly infer filename from files containing uppercase extensions, tweak upload card layout (1e96b79)
  • docs: v2 install command (ad7232c)

This release is also available on:

v2.0.0

17 Nov 16:14
Compare
Choose a tag to compare

2.0.0 (2022-11-17)

⚠ BREAKING CHANGES

  • this version does not work in Sanity Studio v2
  • initial studio v3 version

Features

  • initial Sanity Studio v3 release (8f6dd55)
  • initial studio v3 version (beb5531)

Bug Fixes

  • apply upstream v2-studio fixes, add semver automation workflow (100f3eb), closes #88 #50 #57 #82
  • correctly infer filename from files containing uppercase extensions, tweak upload card layout (1e96b79)
  • deps: compiled for sanity 3.0.0-rc.0 (20466ab)
  • deps: dev-preview.21 (4f9588a)
  • initial v3 work (4517bb5)
  • re-enable references tab panel (ac698b3)

This release is also available on:

v2.0.0-v3-studio.3

07 Nov 12:30
Compare
Choose a tag to compare
v2.0.0-v3-studio.3 Pre-release
Pre-release

2.0.0-v3-studio.3 (2022-11-07)

Bug Fixes

  • deps: compiled for sanity 3.0.0-rc.0 (20466ab)

This release is also available on:

v2.0.0-v3-studio.2

07 Oct 10:55
Compare
Choose a tag to compare
v2.0.0-v3-studio.2 Pre-release
Pre-release

2.0.0-v3-studio.2 (2022-10-07)

Bug Fixes


This release is also available on:

v2.0.0-v3-studio.1

06 Oct 20:02
Compare
Choose a tag to compare
v2.0.0-v3-studio.1 Pre-release
Pre-release

2.0.0-v3-studio.1 (2022-10-06)

Bug Fixes

  • apply upstream v2-studio fixes, add semver automation workflow (100f3eb), closes #88 #50 #57 #82
  • initial v3 work (4517bb5)
  • re-enable references tab panel (ac698b3)
  • remove rxjs and @sanity/client from peerDependencies (b4df1f5)

Reverts

  • Revert "fix: flatten blob gen + upload actions to ensure null blobs correctly throw errors and bubble up" (7a387c4)

This release is also available on:

v1.4.13

06 Oct 03:01
Compare
Choose a tag to compare

1.4.13 (2022-10-06)

Bug Fixes

  • fix minor regression with tag positioning, dont portal tooltips to prevent overflow issues (4b6e46b)

This release is also available on:

v1.4.12

06 Oct 02:30
Compare
Choose a tag to compare

1.4.12 (2022-10-06)

Bug Fixes

  • catch errors when preview images fail to be generated (#88) (5b40ad7)

This release is also available on:

v1.4.11

12 Sep 16:01
Compare
Choose a tag to compare

Notable bugfixes

  • Throw errors when trying to upload / generate hashes in non-secure contexts #50
  • Correctly hide leading / trailing search dividers #57
  • Don't hardcode z-indices and use @sanity/ui to handle depth #82

v1.4.10

01 Jun 13:24
Compare
Choose a tag to compare

Notable bugfixes

  • Fix regression where incorrect useEffect dependency arrays were causing infinite render loops [#81]