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 raiseRuntimeError
if accessed outside of render context. Previously it returnedNone
if unset.