Skip to content

Latest commit

 

History

History
147 lines (85 loc) · 9.69 KB

CHANGELOG.md

File metadata and controls

147 lines (85 loc) · 9.69 KB

📓 Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.5 (2024-01-12)

Bug Fixes

  • deps: bump @sanity/ui, widen peer dependency range (a6c8982)
  • deps: widen styled-components peer dependency range (8a81bb1)

2.2.4 (2023-10-27)

Bug Fixes

2.2.3 (2023-10-27)

Bug Fixes

2.2.2 (2023-07-26)

Bug Fixes

  • display color scheme-specific styles (f6e58fe)
  • increase default pageSize to 100 (b7b08f3)
  • prevent TypeError when deleting assets in table view (a86764c)

2.2.1 (2023-07-07)

Bug Fixes

  • deps: update dependency filesize to v9 (#160) (476a413)
  • deps: update dependency groq to v3 (#161) (92e94c0)
  • ensure asset description textarea is connected to react-hook-form (a5b69be)

2.2.0 (2023-07-05)

Features

2.1.1 (2023-07-05)

Bug Fixes

  • update react-hook-form, use zod for schema validation, drop legacy-peer-deps npmrc (cc982bb)

2.1.0 (2023-07-03)

Features

  • add support for multiple tags (5f5bea8)

2.0.6 (2023-07-03)

Bug Fixes

  • deps: update dependencies (non-major) (#149) (d7943e8)
  • ensure popovers display correctly when the plugin is invoked via an image input (0d92ab9)
  • force overflow-y scroll to prevent grid offset on mount (804e125)
  • prevent tag panel title from collapsing on small viewports (a415924)
  • suppress redux-toolkit $CombinedState errors (b7c6fd1)
  • use tooltip portals, remove cancel upload button tooltips until portal issues are fixed in ui (ea549e1)

2.0.5 (2023-02-03)

Bug Fixes

  • prevent removal of last character on no filename extension (#120) (3c0db14)

2.0.4 (2023-01-21)

Bug Fixes

  • deps: upgrade sanity, rxjs and redux observable (#113) (3c10149)

2.0.3 (2023-01-18)

Bug Fixes

2.0.2 (2022-11-25)

Bug Fixes

2.0.1 (2022-11-25)

Bug Fixes

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)

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

Bug Fixes

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

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

Bug Fixes

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)