Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
296 lines (157 loc) · 18.7 KB

File metadata and controls

296 lines (157 loc) · 18.7 KB

📓 Changelog

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

3.2.2 (2025-12-17)

Bug Fixes

  • deps: allow sanity v5 as peer dependency (#110) (c46b07d)

3.2.1 (2025-12-09)

Bug Fixes

  • added prop & check for readonly status of the document (#109) (4469ef1)

3.2.0 (2025-10-17)

Features

  • support raw perspective with updated api version (#108) (fed49e4)

3.1.6 (2025-10-13)

Bug Fixes

  • initialize array fields with empty array to prevent insert patch error (#105) (9072757), closes #2

3.1.5 (2025-08-14)

Bug Fixes

3.1.4 (2025-07-10)

Bug Fixes

  • deps: allow studio v4 in peer dep ranges + update main (7aaf76c)

3.1.3 (2025-04-28)

Bug Fixes

  • resolve markdown field rendering issue (#97) (4e85b95)

3.1.2 (2025-03-12)

Bug Fixes

3.1.1 (2025-01-09)

Bug Fixes

3.1.0 (2024-12-23)

Features

3.0.3 (2024-12-17)

Bug Fixes

3.0.2 (2024-11-11)

Bug Fixes

3.0.1 (2024-09-21)

Bug Fixes

  • prevent an unnecessary patch to set default languages on document deletion event (#78) (285d71e)

3.0.0 (2024-08-06)

⚠ BREAKING CHANGES

  • improve performance & bump deps (#76)

Bug Fixes

2.1.0 (2024-08-05)

Features

2.0.0 (2024-04-09)

⚠ BREAKING CHANGES

  • support strict ESM
  • use sanity/structure imports over sanity/desk

Features

Bug Fixes

  • reinit languages on workspace switch (cc1b625)
  • use sanity/structure imports over sanity/desk (6b2515c)

1.10.9 (2024-03-05)

Bug Fixes

1.10.8 (2024-01-25)

Bug Fixes

1.10.7 (2024-01-19)

Bug Fixes

  • update package-lock.json (35885aa)

1.10.6 (2024-01-19)

Bug Fixes

1.10.5 (2024-01-18)

Bug Fixes

  • recursive lookup for field options (20d449a)

1.10.4 (2024-01-05)

Bug Fixes

  • deps: widen @sanity/ui peer dependency range (737a274)

1.10.3 (2023-09-11)

Bug Fixes

  • default language setting was preventing existing documents from being deleted properly (6b4d5db)

1.10.2 (2023-08-30)

Bug Fixes

  • ensure 'fields' is present in array (a8447f2)
  • recursive array fields check (f1c895a)

1.10.1 (2023-07-20)

Bug Fixes

  • field actions display name not id (b4c4435)
  • prevent defaultLanguages from recreating a document when deleted (9f06e11)

1.10.0 (2023-07-13)

Features

  • render item error instead of returning null (1653e2e)

Bug Fixes

  • forward all props to ArrayOfObjectsItem to solve portable text issue (#15) (5389761)

1.9.1 (2023-07-12)

Bug Fixes

  • better guidance for internationalized array filter (56da117)
  • dynamic languages (ced82c1)
  • perform recursive search for intArray fields (3441ce1)

1.9.0 (2023-07-12)

Features

  • add document-level button action (0b9412f)

1.8.0 (2023-07-10)

Features

  • add 'add all' button to field actions (f99bea1)
  • setup field actions (6193375)
  • update dividers and 'all' button in field actions (1a5010b)

Bug Fixes

1.7.0 (2023-06-19)

Features

  • support language-filter and defaultLanguages (dae1dea)

1.6.2 (2023-06-01)

Bug Fixes

1.6.1 (2023-04-13)

Bug Fixes

1.6.0 (2023-01-25)

Features

  • dynamic languages based on document (#7) (ad9ae61)

1.5.0 (2022-12-09)

Features

  • use suspense for data fetching (72de31b)

Bug Fixes

  • @sanity/ui should be a regular dep (9507a30)
  • add clear export from cache (b706cc8)
  • add all exports (cf537e7)
  • bump dependencies (c20cd24)
  • preload the language list fetching (9a1f8f4)
  • styled-components should be a peer dep (c48b310)
  • update semver range for sanity (69a4441)

1.4.1 (2022-11-25)

Bug Fixes

1.4.0 (2022-11-25)

Features

1.3.3 (2022-11-21)

Bug Fixes

  • show full reference field preview (f3d3b25)

1.3.2 (2022-11-21)

Bug Fixes

  • render reference value as a preview (af2f2c5)

1.3.1 (2022-11-19)

Bug Fixes

  • render 'value' inputs without title (7e55384)

1.3.0 (2022-11-19)

Features

  • prompt new version, fix readme typo (9dda8e4)

Bug Fixes

1.0.0 (2022-11-19)

Bug Fixes

  • add preview value to object (2332c2c)
  • remove all table markup (1753a40)