0.60.0
- Silence warnings about multiple root elements for direct views.
- Handle
force_render
in nested children for direct views #663. - Handle error when manually refreshing direct views.
- Handle component field type annotations for
dataclasses
andPydantic
BaseModel
#649 by siliconcow. - Update
startunicorn
command to prevent spamming users and handle folder creation for nested components #642 by felipmartins.
Breaking changes
- Unparseable
kwarg
argument passed into a component will be consideredNone
instead of being converted to a string.
<!-- If `abcde` is not a variable in the template context, it will get set to `name` as `None` whereas before it would get set as 'abcde' -->
{% unicorn 'hello' name=abcde %}