Skip to content

React 17, Automatic JSX runtime transform

Compare
Choose a tag to compare
@vzaidman vzaidman released this 24 Nov 08:47
· 100 commits to master since this release

Breaking Changes

  • No longer minimizes the library.
    • The minimization created too many inconveniences.
    • It should only be used in dev, and it's small anyway.

Other Changes

  • Added support to React 17.
  • Added support to the new jsx-runtime transform from babel.
    • By the way, this might be a very useful thing for the library in the future.
  • Added a mechanism to test both React 16 and React 17