Releases: loomchild/theo-rails
Releases · loomchild/theo-rails
0.4.x
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
.
0.3.x
Breaking changes
- Treat
collection
attribute value literally as a variable. Write:<widget collection="widgets"/ >
instead of<widget collection%="widgets" />
.
Features
- Support ViewComponents via
<Button />
syntax. - Short dynamic attribute form, e.g.:
<div class%>
.