Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Nov 26, 2024
1 parent 04541f1 commit d42e8e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.4]
- Fix removing field contents in `Edit.update`. Pass an undefined value to remove
field contents:

````tsx
await cms.commit(
Edit.update({
id: '...',
set: {removeMe: undefined}
})
)
````
- Fix processing link data correctly even it contains legacy data

## [1.0.3]
- Only access normalized config in next cms adapter. This fixes an error
in production builds which would prevent you from querying media files.
Expand Down

0 comments on commit d42e8e4

Please sign in to comment.