Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@loomchild loomchild released this 14 Oct 12:31
· 1 commit to master since this release

Breaking changes

  • Change partial syntax from <_red-button /> to <RedButton /> (PascalCase instead of _ prefix) to make HTML parsers happy.
  • ViewComponents are automatically detected and used (so <ReadButton /> will load RedButtonComponent)