All Versions
25
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.3.0 Changes
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
.
-
v0.2.0 Changes
- Wrap
radio_buttton/4
from Phoenix.HTML.Form
- Wrap
-
v0.1.2 Changes
๐ Bugfixes
- ๐ Allow components to be used correctly when their module was
require
d instead ofimport
ed
- ๐ Allow components to be used correctly when their module was
-
v0.1.1 Changes
๐ Bugfixes
- Escape content passed to 1-arity tag macros
Development
- โฌ๏ธ Upgrade various optional development packages
-
v0.1.0 Changes
- ๐ Initial Release