Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@jridgewell jridgewell released this 26 Apr 03:13
· 318 commits to master since this release
  • New Feature
    • Support rendering arbitrary children expressions:
      1. "Textual" expressions, including numbers and strings.
      2. Other JSX Elements.
      3. Arrays or Objects containing #1, #2, or #3.
    • Throw an compile-time error when using JSX Namespaces.
  • Internal
    • A massive rewrite to support full JSX compatibility.