Skip to content

v0.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@novacbn novacbn released this 07 Mar 09:34

CHANGELOG

ALL CHANGES: v0.3.0...v0.3.1

  • component

    • (BREAKING) component(..., {context: Map<string, any>}) — Updated to use Map instead of Record due to data loss of non-string keys.
  • PipelineRenderComponent

    • <PipelineRenderComponent context={Map<any, any>}> — Added support for configuring the rendered Component's available Svelte Contexts.