Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

v0.15.0

Latest
Compare
Choose a tag to compare
@ryansolid ryansolid released this 12 Jan 05:57
· 18 commits to master since this release
e5d9a9a

Lots of fixes and updates thanks to all the contributions. Major updates since the last minor version:

  • Drastic updates to TypeScript types thanks to @rbiggs, @Gustorn, @r0skar
  • Improved detection of dynamic expressions by using AST grammar
  • Ternary & Boolean detection for more efficient expression evaluation
  • Improved handling of static expressions (strings, number, template literals)
  • Skip event handlers during SSR
  • Allow arbitrary deep namespaces on Component tag, thanks to @mduclehcm
  • Properly handle children on intrinsic elements, thanks to @mduclehcm
  • Add hydration event execution into compiled output (addresses uncanny valley during hydration) with @mduclehcm