v0.6.2 - Optimizations
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 acceptNode
forchildren
, since the value passed to it will always beNode[]
.- Various test/environment improvements.