- fixes potential CSS leaking for dark mode websites
- new
editPath
prop on<BlokkliProvider>
. Allows to link to a different path when starting the editor instead of using the current page - new
shouldRenderItem
prop on<BlokkliField>
. If this method is provided it will receive aFieldListItem
as an argument and it can return a boolean to decide if the block should be rendered at runtime. During editing, the block is always rendered, but if the method returnsfalse
the block is rendered muted to indicate that it won't be visible in the published page - Improved type handling for custom features: Custom blökkli feature components can now use the
defineBlokkliFeature
composable. To add a custom feature add the path to the component to thefeatureImports
config option
Full Changelog: v1.3.0...v1.3.4