Releases: willoma/gomplements
Releases · willoma/gomplements
v0.8.0 : gomponents upgrade to v1.0.0
v0.7.0: Add the RawScript helper
Use e.RawScript("xxx")
instead of e.Script(gomponents.Raw("xxx"))
!
v0.6.1: keep the same type as result of If
Keep the same type as result of If, to avoid types matchers to fail
v0.6.0: conditionals everywhere!
Conditional styles were missing too
v0.5.0: classes may be conditional too!
make Classes conditional too
v0.4.0: more conditionals !
- allow not providing the condition to attributes (thus simply wrapping html attributes when no condition is provided)
- implement the
If
function to have conditional elements
v0.3.0: introducing conditional attributes
conditional attributes