sanity-io/sanity
### [`v2.0.7`](https://togithub.com/sanity-io/sanity/releases/v2.0.7)
[Compare Source](https://togithub.com/sanity-io/sanity/compare/v2.0.6...v2.0.7)
Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
##### 🐛 Notable bugfixes
This release:
- Fixes an issue where presence didn't display avatars inside collapsed objects and fieldsets.
- Fixes a bug where marks continued in the next paragraph when pressing enter (splitting) at the end of a Portable Text block and gave a validation error.
- Fixes a bug with undo/redo when using marks in the Portable Text Editor.
##### 📓 Full changelog
| Author | Message | Commit |
| -------------------- | ---------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| Per-Kristian Nordnes | [form-builder] PTE: minor code tweak to default hotkeys object | [`7d89fa7`](https://togithub.com/sanity-io/sanity/commit/7d89fa775) |
| Per-Kristian Nordnes | [form-builder] Update [@sanity/portable-text-editor](https://togithub.com/sanity/portable-text-editor) | [`bb35633`](https://togithub.com/sanity-io/sanity/commit/bb356336a) |
| vicbergquist | [components, form-builder] fix child presence on collapsed objects and fieldsets | [`78b3c49`](https://togithub.com/sanity-io/sanity/commit/78b3c4996) |
### [`v2.0.6`](https://togithub.com/sanity-io/sanity/releases/v2.0.6)
[Compare Source](https://togithub.com/sanity-io/sanity/compare/v2.0.5...v2.0.6)
Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
##### 🐛 Notable bugfixes
- Fixed a bug where some users were unable to delete array items with Firefox
##### 📓 Full changelog
| Author | Message | Commit |
| ------------------ | ------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------- |
| Victoria Bergquist | [field, form-builder] fix overflow issues ([#2079](https://togithub.com/sanity-io/sanity/issues/2079)) | [`d0b4db2`](https://togithub.com/sanity-io/sanity/commit/d0b4db28a) |
| vicbergquist | [form-builder] remove fallback plus icon in array insert menu | [`f2c1ff0`](https://togithub.com/sanity-io/sanity/commit/f2c1ff065) |
| vicbergquist | [form-builder] fix issue with deleting array items | [`6029ef1`](https://togithub.com/sanity-io/sanity/commit/6029ef13f) |
| Victoria Bergquist | [components, form-builder] fix asset menu styling ([#2082](https://togithub.com/sanity-io/sanity/issues/2082)) | [`f59ad6c`](https://togithub.com/sanity-io/sanity/commit/f59ad6cac) |
### [`v2.0.5`](https://togithub.com/sanity-io/sanity/releases/v2.0.5)
[Compare Source](https://togithub.com/sanity-io/sanity/compare/v2.0.4...v2.0.5)
Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
##### 🐛 Notable bugfixes
- Fixed issues related to modals and layering
- Fixed a bug where array items without a `_key` property would crash the desk tool
- Fixed an issue where changes to portable text inside a modal would not be saved if you closed the modal too quickly after making changes
- Fixed a fieldset issue where certain input types would break column layouts
- Fixed a bug where type icons did not show for references in preview component in arrays and portable text editor
##### 📓 Full changelog
| Author | Message | Commit |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| Mikolaj Dobrucki | Loader ([#2024](https://togithub.com/sanity-io/sanity/issues/2024)) | [`532662e`](https://togithub.com/sanity-io/sanity/commit/532662e16) |
| Espen Hovlandsdal | [default-layout] Vertically center searching spinner ([#2049](https://togithub.com/sanity-io/sanity/issues/2049)) | [`75cddd4`](https://togithub.com/sanity-io/sanity/commit/75cddd400) |
| Victoria Bergquist | [base, desk-tool] Update useTimeAgo hook to make trailing `ago` optional, and update sparkline to use minimal timestamp ([#2056](https://togithub.com/sanity-io/sanity/issues/2056)) | [`ab34a30`](https://togithub.com/sanity-io/sanity/commit/ab34a3093) |
| Victoria Bergquist | [components] fix fieldsets columns with nested fieldwrappers ([#2053](https://togithub.com/sanity-io/sanity/issues/2053)) | [`e3fa331`](https://togithub.com/sanity-io/sanity/commit/e3fa331cc) |
| Bjørge Næss | [base] Export PresenceScope as part of the public API ([#2058](https://togithub.com/sanity-io/sanity/issues/2058)) | [`b1759c2`](https://togithub.com/sanity-io/sanity/commit/b1759c256) |
| Espen Hovlandsdal | [components] Fix broken gitignore | [`a8cefd3`](https://togithub.com/sanity-io/sanity/commit/a8cefd3d0) |
| Victoria Bergquist | [preview] fix type icons not passed down to DefaultPreview for references ([#1957](https://togithub.com/sanity-io/sanity/issues/1957)) | [`9e1894f`](https://togithub.com/sanity-io/sanity/commit/9e1894f63) |
| Marius Lundgård | [form-builder] Fix overflow issue with OverflowMenu | [`a660e10`](https://togithub.com/sanity-io/sanity/commit/a660e10b7) |
| Victoria Bergquist | [base] fix keyboard accessibility in change bars to open changes panel ([#2048](https://togithub.com/sanity-io/sanity/issues/2048)) | [`1d81dcb`](https://togithub.com/sanity-io/sanity/commit/1d81dcba9) |
| Bjørge Næss | [chore] Fix dependency version range for [@sanity/base](https://togithub.com/sanity/base) | [`b1d3775`](https://togithub.com/sanity-io/sanity/commit/b1d3775cb) |
| Anders Stensaas | [core] When copying a dataset, the check for existing source datasets was wrong | [`0d47e55`](https://togithub.com/sanity-io/sanity/commit/0d47e553c) |
| Bjørge Næss | [base] Switch to a warning instead of hard failure on missing tracker context ([#2059](https://togithub.com/sanity-io/sanity/issues/2059)) | [`cae32a3`](https://togithub.com/sanity-io/sanity/commit/cae32a3ac) |
| Bjørge Næss | [base] Use more robust way of determining whether element is scroll container | [`c1fc0ba`](https://togithub.com/sanity-io/sanity/commit/c1fc0bac6) |
| Bjørge Næss | [base] Rework the connector line drawing algorithm | [`d70c29e`](https://togithub.com/sanity-io/sanity/commit/d70c29e5d) |
| Bjørge Næss | [base] Remove the ReportChangesPanel as it's no longer needed | [`278e0fb`](https://togithub.com/sanity-io/sanity/commit/278e0fb04) |
| Benedicte Emilie Brækken | [base] Allow connector match to shorter paths ([#2055](https://togithub.com/sanity-io/sanity/issues/2055)) | [`ef905b1`](https://togithub.com/sanity-io/sanity/commit/ef905b148) |
| Marius Lundgård | [form-builder] Fix popover dialog overflow ([#2062](https://togithub.com/sanity-io/sanity/issues/2062)) | [`ec5f062`](https://togithub.com/sanity-io/sanity/commit/ec5f0622b) |
| Bjørge Næss | [base] Export a single shared resizeObserver instance | [`ff7c134`](https://togithub.com/sanity-io/sanity/commit/ff7c134ad) |
| Bjørge Næss | [desk-tool] Use shared resizeObserver wrapper from base | [`7fe7d85`](https://togithub.com/sanity-io/sanity/commit/7fe7d85ac) |
| Bjørge Næss | [base] Redraw connectors on resize | [`02da536`](https://togithub.com/sanity-io/sanity/commit/02da53601) |
| Bjørge Næss | [chore] Remove ResizeObserver typings ([#2067](https://togithub.com/sanity-io/sanity/issues/2067)) | [`7226159`](https://togithub.com/sanity-io/sanity/commit/722615912) |
| Per-Kristian Nordnes | [form-builder] PTE: upgrade [@sanity/portable-text-editor](https://togithub.com/sanity/portable-text-editor) | [`7beff8d`](https://togithub.com/sanity-io/sanity/commit/7beff8df7) |
| Per-Kristian Nordnes | [form-builder] PTE: fix issue where edit object modal would not save pending when closed | [`f762d3c`](https://togithub.com/sanity-io/sanity/commit/f762d3c53) |
| Per-Kristian Nordnes | [field] PT: tolerate missing .markDefs on block | [`80b5a16`](https://togithub.com/sanity-io/sanity/commit/80b5a1635) |
| vicbergquist | [base] fix change bar beeing focusable when there is no change | [`e25c1d3`](https://togithub.com/sanity-io/sanity/commit/e25c1d3fe) |
| Marius Lundgård | [components] Add maxSize modifier to StyleSelect ([#2077](https://togithub.com/sanity-io/sanity/issues/2077)) | [`8594e0e`](https://togithub.com/sanity-io/sanity/commit/8594e0e70) |
| Espen Hovlandsdal | [form-builder] Fix crash on array items missing `_key` ([#2075](https://togithub.com/sanity-io/sanity/issues/2075)) | [`301a612`](https://togithub.com/sanity-io/sanity/commit/301a6129e) |
| Espen Hovlandsdal | [chore] Remove extensions from sanity.json paths ([#2066](https://togithub.com/sanity-io/sanity/issues/2066)) | [`a2c9d1a`](https://togithub.com/sanity-io/sanity/commit/a2c9d1a49) |
| vicbergquist | [form-builer] fix array items with long titles overflowing container | [`2dd20a2`](https://togithub.com/sanity-io/sanity/commit/2dd20a2a6) |
| Per-Kristian Nordnes | [form-builder] PTE: make less scary validation dialog | [`9f47042`](https://togithub.com/sanity-io/sanity/commit/9f47042c9) |
| Per-Kristian Nordnes | [form-builder] PTE: setup default hotkeys according to schema | [`22a0c07`](https://togithub.com/sanity-io/sanity/commit/22a0c07f1) |
| Per-Kristian Nordnes | [form-builder] Upgrade [@sanity/portable-text-editor](https://togithub.com/sanity/portable-text-editor) | [`1a75b3b`](https://togithub.com/sanity-io/sanity/commit/1a75b3ba4) |
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
2.0.4
->2.0.7
2.0.3
->2.0.5
2.0.3
->2.0.5
2.0.1
->2.0.5
2.0.1
->2.0.5
2.0.4
->2.0.7
2.0.1
->2.0.5
2.0.3
->2.0.5
2.0.4
->2.0.7
2.0.1
->2.0.5
2.0.4
->2.0.8
2.0.1
->2.0.5
2.0.1
->2.0.5
Release Notes
sanity-io/sanity
### [`v2.0.7`](https://togithub.com/sanity-io/sanity/releases/v2.0.7) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v2.0.6...v2.0.7) Upgrade the Command Line Interface (CLI) with: npm install --global @sanity/cli Upgrade Sanity Studio with: sanity upgrade ##### 🐛 Notable bugfixes This release: - Fixes an issue where presence didn't display avatars inside collapsed objects and fieldsets. - Fixes a bug where marks continued in the next paragraph when pressing enter (splitting) at the end of a Portable Text block and gave a validation error. - Fixes a bug with undo/redo when using marks in the Portable Text Editor. ##### 📓 Full changelog | Author | Message | Commit | | -------------------- | ---------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | | Per-Kristian Nordnes | [form-builder] PTE: minor code tweak to default hotkeys object | [`7d89fa7`](https://togithub.com/sanity-io/sanity/commit/7d89fa775) | | Per-Kristian Nordnes | [form-builder] Update [@sanity/portable-text-editor](https://togithub.com/sanity/portable-text-editor) | [`bb35633`](https://togithub.com/sanity-io/sanity/commit/bb356336a) | | vicbergquist | [components, form-builder] fix child presence on collapsed objects and fieldsets | [`78b3c49`](https://togithub.com/sanity-io/sanity/commit/78b3c4996) | ### [`v2.0.6`](https://togithub.com/sanity-io/sanity/releases/v2.0.6) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v2.0.5...v2.0.6) Upgrade the Command Line Interface (CLI) with: npm install --global @sanity/cli Upgrade Sanity Studio with: sanity upgrade ##### 🐛 Notable bugfixes - Fixed a bug where some users were unable to delete array items with Firefox ##### 📓 Full changelog | Author | Message | Commit | | ------------------ | ------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------- | | Victoria Bergquist | [field, form-builder] fix overflow issues ([#2079](https://togithub.com/sanity-io/sanity/issues/2079)) | [`d0b4db2`](https://togithub.com/sanity-io/sanity/commit/d0b4db28a) | | vicbergquist | [form-builder] remove fallback plus icon in array insert menu | [`f2c1ff0`](https://togithub.com/sanity-io/sanity/commit/f2c1ff065) | | vicbergquist | [form-builder] fix issue with deleting array items | [`6029ef1`](https://togithub.com/sanity-io/sanity/commit/6029ef13f) | | Victoria Bergquist | [components, form-builder] fix asset menu styling ([#2082](https://togithub.com/sanity-io/sanity/issues/2082)) | [`f59ad6c`](https://togithub.com/sanity-io/sanity/commit/f59ad6cac) | ### [`v2.0.5`](https://togithub.com/sanity-io/sanity/releases/v2.0.5) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v2.0.4...v2.0.5) Upgrade the Command Line Interface (CLI) with: npm install --global @sanity/cli Upgrade Sanity Studio with: sanity upgrade ##### 🐛 Notable bugfixes - Fixed issues related to modals and layering - Fixed a bug where array items without a `_key` property would crash the desk tool - Fixed an issue where changes to portable text inside a modal would not be saved if you closed the modal too quickly after making changes - Fixed a fieldset issue where certain input types would break column layouts - Fixed a bug where type icons did not show for references in preview component in arrays and portable text editor ##### 📓 Full changelog | Author | Message | Commit | | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | | Mikolaj Dobrucki | Loader ([#2024](https://togithub.com/sanity-io/sanity/issues/2024)) | [`532662e`](https://togithub.com/sanity-io/sanity/commit/532662e16) | | Espen Hovlandsdal | [default-layout] Vertically center searching spinner ([#2049](https://togithub.com/sanity-io/sanity/issues/2049)) | [`75cddd4`](https://togithub.com/sanity-io/sanity/commit/75cddd400) | | Victoria Bergquist | [base, desk-tool] Update useTimeAgo hook to make trailing `ago` optional, and update sparkline to use minimal timestamp ([#2056](https://togithub.com/sanity-io/sanity/issues/2056)) | [`ab34a30`](https://togithub.com/sanity-io/sanity/commit/ab34a3093) | | Victoria Bergquist | [components] fix fieldsets columns with nested fieldwrappers ([#2053](https://togithub.com/sanity-io/sanity/issues/2053)) | [`e3fa331`](https://togithub.com/sanity-io/sanity/commit/e3fa331cc) | | Bjørge Næss | [base] Export PresenceScope as part of the public API ([#2058](https://togithub.com/sanity-io/sanity/issues/2058)) | [`b1759c2`](https://togithub.com/sanity-io/sanity/commit/b1759c256) | | Espen Hovlandsdal | [components] Fix broken gitignore | [`a8cefd3`](https://togithub.com/sanity-io/sanity/commit/a8cefd3d0) | | Victoria Bergquist | [preview] fix type icons not passed down to DefaultPreview for references ([#1957](https://togithub.com/sanity-io/sanity/issues/1957)) | [`9e1894f`](https://togithub.com/sanity-io/sanity/commit/9e1894f63) | | Marius Lundgård | [form-builder] Fix overflow issue with OverflowMenu | [`a660e10`](https://togithub.com/sanity-io/sanity/commit/a660e10b7) | | Victoria Bergquist | [base] fix keyboard accessibility in change bars to open changes panel ([#2048](https://togithub.com/sanity-io/sanity/issues/2048)) | [`1d81dcb`](https://togithub.com/sanity-io/sanity/commit/1d81dcba9) | | Bjørge Næss | [chore] Fix dependency version range for [@sanity/base](https://togithub.com/sanity/base) | [`b1d3775`](https://togithub.com/sanity-io/sanity/commit/b1d3775cb) | | Anders Stensaas | [core] When copying a dataset, the check for existing source datasets was wrong | [`0d47e55`](https://togithub.com/sanity-io/sanity/commit/0d47e553c) | | Bjørge Næss | [base] Switch to a warning instead of hard failure on missing tracker context ([#2059](https://togithub.com/sanity-io/sanity/issues/2059)) | [`cae32a3`](https://togithub.com/sanity-io/sanity/commit/cae32a3ac) | | Bjørge Næss | [base] Use more robust way of determining whether element is scroll container | [`c1fc0ba`](https://togithub.com/sanity-io/sanity/commit/c1fc0bac6) | | Bjørge Næss | [base] Rework the connector line drawing algorithm | [`d70c29e`](https://togithub.com/sanity-io/sanity/commit/d70c29e5d) | | Bjørge Næss | [base] Remove the ReportChangesPanel as it's no longer needed | [`278e0fb`](https://togithub.com/sanity-io/sanity/commit/278e0fb04) | | Benedicte Emilie Brækken | [base] Allow connector match to shorter paths ([#2055](https://togithub.com/sanity-io/sanity/issues/2055)) | [`ef905b1`](https://togithub.com/sanity-io/sanity/commit/ef905b148) | | Marius Lundgård | [form-builder] Fix popover dialog overflow ([#2062](https://togithub.com/sanity-io/sanity/issues/2062)) | [`ec5f062`](https://togithub.com/sanity-io/sanity/commit/ec5f0622b) | | Bjørge Næss | [base] Export a single shared resizeObserver instance | [`ff7c134`](https://togithub.com/sanity-io/sanity/commit/ff7c134ad) | | Bjørge Næss | [desk-tool] Use shared resizeObserver wrapper from base | [`7fe7d85`](https://togithub.com/sanity-io/sanity/commit/7fe7d85ac) | | Bjørge Næss | [base] Redraw connectors on resize | [`02da536`](https://togithub.com/sanity-io/sanity/commit/02da53601) | | Bjørge Næss | [chore] Remove ResizeObserver typings ([#2067](https://togithub.com/sanity-io/sanity/issues/2067)) | [`7226159`](https://togithub.com/sanity-io/sanity/commit/722615912) | | Per-Kristian Nordnes | [form-builder] PTE: upgrade [@sanity/portable-text-editor](https://togithub.com/sanity/portable-text-editor) | [`7beff8d`](https://togithub.com/sanity-io/sanity/commit/7beff8df7) | | Per-Kristian Nordnes | [form-builder] PTE: fix issue where edit object modal would not save pending when closed | [`f762d3c`](https://togithub.com/sanity-io/sanity/commit/f762d3c53) | | Per-Kristian Nordnes | [field] PT: tolerate missing .markDefs on block | [`80b5a16`](https://togithub.com/sanity-io/sanity/commit/80b5a1635) | | vicbergquist | [base] fix change bar beeing focusable when there is no change | [`e25c1d3`](https://togithub.com/sanity-io/sanity/commit/e25c1d3fe) | | Marius Lundgård | [components] Add maxSize modifier to StyleSelect ([#2077](https://togithub.com/sanity-io/sanity/issues/2077)) | [`8594e0e`](https://togithub.com/sanity-io/sanity/commit/8594e0e70) | | Espen Hovlandsdal | [form-builder] Fix crash on array items missing `_key` ([#2075](https://togithub.com/sanity-io/sanity/issues/2075)) | [`301a612`](https://togithub.com/sanity-io/sanity/commit/301a6129e) | | Espen Hovlandsdal | [chore] Remove extensions from sanity.json paths ([#2066](https://togithub.com/sanity-io/sanity/issues/2066)) | [`a2c9d1a`](https://togithub.com/sanity-io/sanity/commit/a2c9d1a49) | | vicbergquist | [form-builer] fix array items with long titles overflowing container | [`2dd20a2`](https://togithub.com/sanity-io/sanity/commit/2dd20a2a6) | | Per-Kristian Nordnes | [form-builder] PTE: make less scary validation dialog | [`9f47042`](https://togithub.com/sanity-io/sanity/commit/9f47042c9) | | Per-Kristian Nordnes | [form-builder] PTE: setup default hotkeys according to schema | [`22a0c07`](https://togithub.com/sanity-io/sanity/commit/22a0c07f1) | | Per-Kristian Nordnes | [form-builder] Upgrade [@sanity/portable-text-editor](https://togithub.com/sanity/portable-text-editor) | [`1a75b3b`](https://togithub.com/sanity-io/sanity/commit/1a75b3ba4) |Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.