Skip to content

v0.6.2 - Optimizations

Compare
Choose a tag to compare
@ConnorJamesLow ConnorJamesLow released this 22 Feb 20:57
· 47 commits to main since this release
00cdba5

No new features here, just some minor improvements and bloat trimming.

Changes

  • The class attribute is now treated like every other attribute (and works the same from the outside). style is the only remaining special case.
  • JSX.Component doesn't need to accept Node for children, since the value passed to it will always be Node[].
  • Various test/environment improvements.