Skip to content

v1.3.4

Latest
Compare
Choose a tag to compare
@dulnan dulnan released this 03 Feb 08:49
  • 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 a FieldListItem 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 returns false 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 the featureImports config option

Full Changelog: v1.3.0...v1.3.4