Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bynder-persist-raw-fields.md

This file was deleted.

6 changes: 6 additions & 0 deletions plugins/sanity-plugin-bynder-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# sanity-plugin-bynder-input

## 4.1.0

### Minor Changes

- [#889](https://github.com/sanity-io/plugins/pull/889) [`be9fc64`](https://github.com/sanity-io/plugins/commit/be9fc64b996e10abff53f94947ac0d19d554cd8a) Thanks [@estreske](https://github.com/estreske)! - Add `persistRawFields` option to opt out of persisting the full raw Bynder asset payload. Available both on `bynderInputPlugin({...})` as a Studio-wide default and on a `bynder.asset` field's `options` as a per-field override. Defaults to `true` so existing documents and behavior are unchanged.

## 4.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/sanity-plugin-bynder-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-plugin-bynder-input",
"version": "4.0.4",
"version": "4.1.0",
"keywords": [
"sanity",
"sanity-plugin"
Expand Down
Loading