sanity-io/sanity
### [`v2.0.4`](https://togithub.com/sanity-io/sanity/releases/v2.0.4)
[Compare Source](https://togithub.com/sanity-io/sanity/compare/v2.0.3...v2.0.4)
Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
##### đ Notable bugfixes
- Reverted a change that accidentally disabled the pencil icon that marks an input value as changed
### [`v2.0.3`](https://togithub.com/sanity-io/sanity/releases/v2.0.3)
[Compare Source](https://togithub.com/sanity-io/sanity/compare/v2.0.2...v2.0.3)
Upgrade the Command Line Interface (CLI) with:
npm install --global @sanity/cli
Upgrade Sanity Studio with:
sanity upgrade
##### đ Notable bugfixes
- Fixed layering issues with dialogs, menus and dropdowns causing them to fall "behind" others
- Fixed text in tabs overflowing in certain cases
- Fixed react-hooks not using the latest version of `@sanity/base`
- Fixed typescript issues causing parts not to be resolved to `any`
- Fixed document pane not using it's assigned title
- Fixed form scrolling to the center of focused element instead of its top
##### đ Full changelog
| Author | Message | Commit |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| Marius LundgÄrd | [desk-tool] Fix tabs container overflow | [`25d9a84`](https://togithub.com/sanity-io/sanity/commit/25d9a8491) |
| Marius LundgÄrd | [form-builder] Fix overflow in PT insert menu | [`0781971`](https://togithub.com/sanity-io/sanity/commit/078197184) |
| vicbergquist | [desk-tool] fix title prop not passed down to document pane | [`203467b`](https://togithub.com/sanity-io/sanity/commit/203467ba6) |
| vicbergquist | [components] fix checkbox alignment in boolean input | [`1821a37`](https://togithub.com/sanity-io/sanity/commit/1821a37f3) |
| Espen Hovlandsdal | [base] Add back parts declaration causing studios to fail | [`4545eb6`](https://togithub.com/sanity-io/sanity/commit/4545eb6b0) |
| Espen Hovlandsdal | [chore] Fix outdated [@sanity/base](https://togithub.com/sanity/base) version reference | [`0b39bb2`](https://togithub.com/sanity-io/sanity/commit/0b39bb269) |
| Espen Hovlandsdal | [cli] Clarify tsconfig role in studios ([#2050](https://togithub.com/sanity-io/sanity/issues/2050)) | [`945b120`](https://togithub.com/sanity-io/sanity/commit/945b1204e) |
| Espen Hovlandsdal | [desk-tool] Scroll to top of input instead of center ([#2052](https://togithub.com/sanity-io/sanity/issues/2052)) | [`c578058`](https://togithub.com/sanity-io/sanity/commit/c5780586b) |
| Espen Hovlandsdal | [default-layout] Fix peer dependency version range for [@sanity/base](https://togithub.com/sanity/base) | [`9b2cb10`](https://togithub.com/sanity-io/sanity/commit/9b2cb1035) |
| vicbergquist | [form-builder] fix validation errors not showing on collapsed fieldsets | [`73a2a97`](https://togithub.com/sanity-io/sanity/commit/73a2a97ee) |
| Benedicte Emilie BrĂŠkken | [components] Wrap Tooltip children in div ([#2047](https://togithub.com/sanity-io/sanity/issues/2047)) | [`0fb45f1`](https://togithub.com/sanity-io/sanity/commit/0fb45f1f8) |
| Marius LundgÄrd | Fix issues with layering of dialogs, menus, dropdowns, etc. ([#2057](https://togithub.com/sanity-io/sanity/issues/2057)) | [`ba20043`](https://togithub.com/sanity-io/sanity/commit/ba2004309) |
### [`v2.0.2`](https://togithub.com/sanity-io/sanity/releases/v2.0.2)
[Compare Source](https://togithub.com/sanity-io/sanity/compare/v2.0.1...v2.0.2)
Upgrade Sanity Studio with:
sanity upgrade
##### đ Notable bugfixes
- Fixed diff tooltip annotation position when near top/bottom of panel
- Fixed image diff component crashing on legacy image asset IDs
- Fixed studio crashing when importing presence components from old path
- Fixed modal stacking when inside of other modals
- Fixed reference search appearing "behind" other dialogs
- Fixed crash when passing draft ID to document pane
##### đ Full changelog
| Author | Message | Commit |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| Victoria Bergquist | [components] Fix diff tooltips covering content when not enough space ([#2039](https://togithub.com/sanity-io/sanity/issues/2039)) | [`4209adb`](https://togithub.com/sanity-io/sanity/commit/4209adba4) |
| Espen Hovlandsdal | [components] Add back deprecated presence export path ([#2042](https://togithub.com/sanity-io/sanity/issues/2042)) | [`5152be1`](https://togithub.com/sanity-io/sanity/commit/5152be129) |
| Espen Hovlandsdal | [components] Remove unused dependencies ([#2037](https://togithub.com/sanity-io/sanity/issues/2037)) | [`0550cfc`](https://togithub.com/sanity-io/sanity/commit/0550cfcca) |
| Marius LundgÄrd | [design-studio] Add example of PT in array item | [`dc937e0`](https://togithub.com/sanity-io/sanity/commit/dc937e0c7) |
| Marius LundgÄrd | [components] Add modal components | [`582509d`](https://togithub.com/sanity-io/sanity/commit/582509dc6) |
| Marius LundgÄrd | [form-builder] Wrap expanded PT editor in Modal | [`9db1e55`](https://togithub.com/sanity-io/sanity/commit/9db1e552a) |
| Marius LundgÄrd | [default-layout] Add modal typings | [`d049e91`](https://togithub.com/sanity-io/sanity/commit/d049e916a) |
| Marius LundgÄrd | [desk-tool] Add modal typings | [`ea57cb3`](https://togithub.com/sanity-io/sanity/commit/ea57cb313) |
| Marius LundgÄrd | [design-studio] Add example of nested arrays | [`ef99c29`](https://togithub.com/sanity-io/sanity/commit/ef99c29a2) |
| Marius LundgÄrd | [design-studio] Add JSON tab to allInputs type | [`cee2855`](https://togithub.com/sanity-io/sanity/commit/cee2855c0) |
| Marius LundgÄrd | [components] Do not hide modal ancestors | [`da20e78`](https://togithub.com/sanity-io/sanity/commit/da20e787d) |
| Marius LundgÄrd | [design-studio] Add more complex PT example | [`285faaa`](https://togithub.com/sanity-io/sanity/commit/285faaa1d) |
| Marius LundgÄrd | [form-builder] Fix nesting order of modals | [`c60f9e8`](https://togithub.com/sanity-io/sanity/commit/c60f9e8fa) |
| Espen Hovlandsdal | [components] Use Modal component in searchable select | [`0615284`](https://togithub.com/sanity-io/sanity/commit/061528403) |
| Espen Hovlandsdal | [design-studio] Add some more options to portable text schema | [`f691a80`](https://togithub.com/sanity-io/sanity/commit/f691a802b) |
| Espen Hovlandsdal | [field] Handle legacy asset IDs in image/file diffs | [`cac00cc`](https://togithub.com/sanity-io/sanity/commit/cac00cc2b) |
| Espen Hovlandsdal | [desk-tool] Use published document ID for document operations | [`320f2b0`](https://togithub.com/sanity-io/sanity/commit/320f2b0cc) |
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.1
->2.0.4
2.0.1
->2.0.3
2.0.1
->2.0.3
2.0.1
->2.0.4
2.0.1
->2.0.3
2.0.1
->2.0.4
2.0.1
->2.0.4
Release Notes
sanity-io/sanity
### [`v2.0.4`](https://togithub.com/sanity-io/sanity/releases/v2.0.4) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v2.0.3...v2.0.4) Upgrade the Command Line Interface (CLI) with: npm install --global @sanity/cli Upgrade Sanity Studio with: sanity upgrade ##### đ Notable bugfixes - Reverted a change that accidentally disabled the pencil icon that marks an input value as changed ### [`v2.0.3`](https://togithub.com/sanity-io/sanity/releases/v2.0.3) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v2.0.2...v2.0.3) Upgrade the Command Line Interface (CLI) with: npm install --global @sanity/cli Upgrade Sanity Studio with: sanity upgrade ##### đ Notable bugfixes - Fixed layering issues with dialogs, menus and dropdowns causing them to fall "behind" others - Fixed text in tabs overflowing in certain cases - Fixed react-hooks not using the latest version of `@sanity/base` - Fixed typescript issues causing parts not to be resolved to `any` - Fixed document pane not using it's assigned title - Fixed form scrolling to the center of focused element instead of its top ##### đ Full changelog | Author | Message | Commit | | ------------------------ | ---------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | | Marius LundgĂ„rd | [desk-tool] Fix tabs container overflow | [`25d9a84`](https://togithub.com/sanity-io/sanity/commit/25d9a8491) | | Marius LundgĂ„rd | [form-builder] Fix overflow in PT insert menu | [`0781971`](https://togithub.com/sanity-io/sanity/commit/078197184) | | vicbergquist | [desk-tool] fix title prop not passed down to document pane | [`203467b`](https://togithub.com/sanity-io/sanity/commit/203467ba6) | | vicbergquist | [components] fix checkbox alignment in boolean input | [`1821a37`](https://togithub.com/sanity-io/sanity/commit/1821a37f3) | | Espen Hovlandsdal | [base] Add back parts declaration causing studios to fail | [`4545eb6`](https://togithub.com/sanity-io/sanity/commit/4545eb6b0) | | Espen Hovlandsdal | [chore] Fix outdated [@sanity/base](https://togithub.com/sanity/base) version reference | [`0b39bb2`](https://togithub.com/sanity-io/sanity/commit/0b39bb269) | | Espen Hovlandsdal | [cli] Clarify tsconfig role in studios ([#2050](https://togithub.com/sanity-io/sanity/issues/2050)) | [`945b120`](https://togithub.com/sanity-io/sanity/commit/945b1204e) | | Espen Hovlandsdal | [desk-tool] Scroll to top of input instead of center ([#2052](https://togithub.com/sanity-io/sanity/issues/2052)) | [`c578058`](https://togithub.com/sanity-io/sanity/commit/c5780586b) | | Espen Hovlandsdal | [default-layout] Fix peer dependency version range for [@sanity/base](https://togithub.com/sanity/base) | [`9b2cb10`](https://togithub.com/sanity-io/sanity/commit/9b2cb1035) | | vicbergquist | [form-builder] fix validation errors not showing on collapsed fieldsets | [`73a2a97`](https://togithub.com/sanity-io/sanity/commit/73a2a97ee) | | Benedicte Emilie BrĂŠkken | [components] Wrap Tooltip children in div ([#2047](https://togithub.com/sanity-io/sanity/issues/2047)) | [`0fb45f1`](https://togithub.com/sanity-io/sanity/commit/0fb45f1f8) | | Marius LundgĂ„rd | Fix issues with layering of dialogs, menus, dropdowns, etc. ([#2057](https://togithub.com/sanity-io/sanity/issues/2057)) | [`ba20043`](https://togithub.com/sanity-io/sanity/commit/ba2004309) | ### [`v2.0.2`](https://togithub.com/sanity-io/sanity/releases/v2.0.2) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v2.0.1...v2.0.2) Upgrade Sanity Studio with: sanity upgrade ##### đ Notable bugfixes - Fixed diff tooltip annotation position when near top/bottom of panel - Fixed image diff component crashing on legacy image asset IDs - Fixed studio crashing when importing presence components from old path - Fixed modal stacking when inside of other modals - Fixed reference search appearing "behind" other dialogs - Fixed crash when passing draft ID to document pane ##### đ Full changelog | Author | Message | Commit | | ------------------ | -------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | | Victoria Bergquist | [components] Fix diff tooltips covering content when not enough space ([#2039](https://togithub.com/sanity-io/sanity/issues/2039)) | [`4209adb`](https://togithub.com/sanity-io/sanity/commit/4209adba4) | | Espen Hovlandsdal | [components] Add back deprecated presence export path ([#2042](https://togithub.com/sanity-io/sanity/issues/2042)) | [`5152be1`](https://togithub.com/sanity-io/sanity/commit/5152be129) | | Espen Hovlandsdal | [components] Remove unused dependencies ([#2037](https://togithub.com/sanity-io/sanity/issues/2037)) | [`0550cfc`](https://togithub.com/sanity-io/sanity/commit/0550cfcca) | | Marius LundgĂ„rd | [design-studio] Add example of PT in array item | [`dc937e0`](https://togithub.com/sanity-io/sanity/commit/dc937e0c7) | | Marius LundgĂ„rd | [components] Add modal components | [`582509d`](https://togithub.com/sanity-io/sanity/commit/582509dc6) | | Marius LundgĂ„rd | [form-builder] Wrap expanded PT editor in Modal | [`9db1e55`](https://togithub.com/sanity-io/sanity/commit/9db1e552a) | | Marius LundgĂ„rd | [default-layout] Add modal typings | [`d049e91`](https://togithub.com/sanity-io/sanity/commit/d049e916a) | | Marius LundgĂ„rd | [desk-tool] Add modal typings | [`ea57cb3`](https://togithub.com/sanity-io/sanity/commit/ea57cb313) | | Marius LundgĂ„rd | [design-studio] Add example of nested arrays | [`ef99c29`](https://togithub.com/sanity-io/sanity/commit/ef99c29a2) | | Marius LundgĂ„rd | [design-studio] Add JSON tab to allInputs type | [`cee2855`](https://togithub.com/sanity-io/sanity/commit/cee2855c0) | | Marius LundgĂ„rd | [components] Do not hide modal ancestors | [`da20e78`](https://togithub.com/sanity-io/sanity/commit/da20e787d) | | Marius LundgĂ„rd | [design-studio] Add more complex PT example | [`285faaa`](https://togithub.com/sanity-io/sanity/commit/285faaa1d) | | Marius LundgĂ„rd | [form-builder] Fix nesting order of modals | [`c60f9e8`](https://togithub.com/sanity-io/sanity/commit/c60f9e8fa) | | Espen Hovlandsdal | [components] Use Modal component in searchable select | [`0615284`](https://togithub.com/sanity-io/sanity/commit/061528403) | | Espen Hovlandsdal | [design-studio] Add some more options to portable text schema | [`f691a80`](https://togithub.com/sanity-io/sanity/commit/f691a802b) | | Espen Hovlandsdal | [field] Handle legacy asset IDs in image/file diffs | [`cac00cc`](https://togithub.com/sanity-io/sanity/commit/cac00cc2b) | | Espen Hovlandsdal | [desk-tool] Use published document ID for document operations | [`320f2b0`](https://togithub.com/sanity-io/sanity/commit/320f2b0cc) |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.