Skip to content

v2.5.1-beta.3

Compare
Choose a tag to compare
@aidenybai aidenybai released this 18 Jul 06:36
· 469 commits to main since this release
ca172a2

What's Changed

  • Added babel-plugin-transform-react-createelement-to-jsx, converts React.createElement calls to JSX, so we can parse it. Helpful if we ever need to parse libraries
  • Fix #425 – pass filename into babel transformAsync function
  • We no longer cache imports since it causes builds / dev to fail after change
  • Allow users to hook into analytics (undocumented)
  • Fix #357
  • Fix #465
  • Fixed <For /> for virtualization
  • Implement #392
  • Allow as prop for block and <For /> for custom element
  • Fix #469
  • Fix #335
  • Fix #482
  • Remove slots for blocks within blocks

Full Changelog: v2.5.1-beta.2...v2.5.1-beta.3