Only include default preview frame styles if no preview styles are provided

This commit is contained in:
Daniel Lautzenheiser
2023-04-04 21:50:00 -04:00
parent 8e06fe0fd6
commit 7413483266
2 changed files with 18 additions and 12 deletions

View File

@ -9,6 +9,10 @@ BREAKING_CHANGES
- media path changed from `string | string[]` to `{ path: string | string[], alt?: string }`
- Nested collections, meta config moved into nested config.
CHANGES
- Default styles are now provided in the preview frame. If you provide your own via `registerPreviewStyle`, then these default styles will not be included.
ADDED
- `forSingleList` - Allows for changing styles for single list items