Releases: ryansolid/babel-plugin-jsx-dom-expressions
Releases · ryansolid/babel-plugin-jsx-dom-expressions
v0.7.0
Aligns this Babel plugin with the recent updates to DOM Expressions to handle multiple render APIs.
v0.6.0
This release separates the Runtime from the Babel Plugin to better support Rendering API's.
v0.5.3
- Add dynamic spread syntax `{...( )}
- Add forwardRef to forward native references from Function Components
v0.5.2
- Add dynamic attributes
{( )}
to Function Components
- Ensure inertness (non-tracking) in Control Flow
v0.5.0
- Add fallbacks for control flow
- Add portal and suspend control flow
- Use comment placeholders instead of empty text nodes