hyperx v2.5.4 Release Notes
Release Date: 2019-02-21 // about 6 years ago-
No data yet ๐
You can check the official repo
Previous changes from v2.5.2
-
๐ Fix template parts inside comments (#75)
Now you can do:
html` \<div\>\<!-- ${someElementThatIWantHidden()} --\>${someElementThatIWantShown()} \</div\>`
The
someElementThatIWantHidden()
call is still evaluated, but hyperx won't output it.