634 B
634 B
Changelog
Master
v0.3.0
Temple.Tags.html
now prepends the doctype, making it valid HTMLTemple.Elements
module
Breaking
Temple.Tags.html
no longer accepts content as the first argument. A legalhtml
tag must contain only a singlehead
and a singlebody
.
0.2.0
- Wrap
radio_buttton/4
from Phoenix.HTML.Form
0.1.2
Bugfixes
- Allow components to be used correctly when their module was
require
d instead ofimport
ed
0.1.1
Bugfixes
- Escape content passed to 1-arity tag macros
Development
- Upgrade various optional development packages
0.1.0
- Initial Release