Skip to content

v0.95 (2024-08-29)ยค

__

Featยค

  • Added support for dynamic components, where the component name is passed as a variable. (See Dynamic components)

Refactorยค

  • Changed Component.input to raise RuntimeError if accessed outside of render context. Previously it returned None if unset.