Skip to content

0.4.x

Latest
Compare
Choose a tag to compare
@loomchild loomchild released this 27 Oct 16:34
· 2 commits to master since this release

Features

  • Support alternative PascalCase partial syntax (<RedButton />) for partials to make HTML parsers happy.
  • ViewComponents are automatically detected for PascalCase syntax (so <ReadButton /> will load RedButtonComponent)
  • 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 to false.