- fixes potential CSS leaking for dark mode websites
- new
editPathprop on<BlokkliProvider>. Allows to link to a different path when starting the editor instead of using the current page - new
shouldRenderItemprop on<BlokkliField>. If this method is provided it will receive aFieldListItemas 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 returnsfalsethe 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
defineBlokkliFeaturecomposable. To add a custom feature add the path to the component to thefeatureImportsconfig option
Full Changelog: v1.3.0...v1.3.4