hyperx v2.5.4 Release Notes

Release Date: 2019-02-21 // about 5 years ago

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.