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

Releases: ryansolid/babel-plugin-jsx-dom-expressions

v0.7.0

14 Apr 11:39
Compare
Choose a tag to compare

Aligns this Babel plugin with the recent updates to DOM Expressions to handle multiple render APIs.

v0.6.0

08 Apr 02:32
Compare
Choose a tag to compare

This release separates the Runtime from the Babel Plugin to better support Rendering API's.

v0.5.3

04 Apr 03:35
Compare
Choose a tag to compare
  • Add dynamic spread syntax `{...( )}
  • Add forwardRef to forward native references from Function Components

v0.5.2

02 Apr 05:14
Compare
Choose a tag to compare
  • Add dynamic attributes {( )} to Function Components
  • Ensure inertness (non-tracking) in Control Flow

v0.5.0

19 Mar 04:42
Compare
Choose a tag to compare
  • Add fallbacks for control flow
  • Add portal and suspend control flow
  • Use comment placeholders instead of empty text nodes