Skip to content

0.60.0

Latest
Compare
Choose a tag to compare
@adamghill adamghill released this 25 Feb 16:22
· 2 commits to main since this release
  • 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 and Pydantic 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 considered None 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 %}