Features
- Support alternative PascalCase partial syntax (
<RedButton />
) for partials to make HTML parsers happy. - ViewComponents are automatically detected for PascalCase syntax (so
<ReadButton />
will loadRedButtonComponent
) - Better template error reporting (highlight the error line)
Bugfixes
- Allow
@
and:
in attribute names (it needs to be even more permissive, probably). <_form-with>
model
attribute defaults tofalse
.