v0.3.1
Pre-release
Pre-release
CHANGELOG
ALL CHANGES: v0.3.0...v0.3.1
-
component
- (BREAKING)
component(..., {context: Map<string, any>})
— Updated to useMap
instead ofRecord
due to data loss of non-string keys.
- (BREAKING)
-
PipelineRenderComponent
<PipelineRenderComponent context={Map<any, any>}>
— Added support for configuring the rendered Component's available Svelte Contexts.