sanity icon indicating copy to clipboard operation
sanity copied to clipboard

Sanity Studio – Rapidly configure content workspaces powered by structured content

Results 397 sanity issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=postcss-custom-properties&from_version=6.3.1&to_version=8.0.0&pr_id=6cf08e4f-94f4-43ea-9781-0e1e51278033&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

### Description This takes data concerns away from the `FormField`, `FormFieldSet` and their support components in `@sanity/base`, so that they can be used purely as view components (tl;dr it replaces...

### Description This adds a new "starter" plugin to the `sanity init plugin` command. This is in the hopes that a clear, clean custom input component plugin can help folks...

**Type of change (check at least one)** - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ]...

by sorting the results alphabetically before applying the weights the results are ordered in a visually logical way. **Type of change (check at least one)** - [ ] Bug fix...

**Type of change (check at least one)** - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ]...

**Type of change (check at least one)** - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [ ]...

### Description Shortcut link: https://app.shortcut.com/sanity-io/story/22722/document-title-ellipsis-broken Fixed the bug where the document title ellipsis did not work for referenced documents. ![Screenshot 2022-08-10 at 14 31 06](https://user-images.githubusercontent.com/44635000/183901878-33dccf8b-39df-4850-8302-d8534952a0e9.png) ### What to review Write...

### Description In certain rare cases, like when initing a Sanity project inside of an existing yarn workspaces monorepo, the CLI fails to resolve the newly installed `@sanity/core` module during...

### Description This fixes a bug where p-tags (and other block elements) inside li elements where incorrectly hoisted out of the li element. With this change blocks are ignored, and...