Skip to content

Releases: aidenybai/million

v2.5.4-beta.2

02 Aug 06:52
6c9f908
Compare
Choose a tag to compare

v2.5.4-beta.1

02 Aug 02:18
d15cf33
Compare
Choose a tag to compare

v2.5.4-beta.0

31 Jul 20:35
ee4ef7c
Compare
Choose a tag to compare

What's Changed

  • fix(automatic-mode): check for 'use client' directive for RSC compat by @aidenybai in #502

Full Changelog: v2.5.3...v2.5.4-beta.0

v2.5.3

31 Jul 19:38
99b54b1
Compare
Choose a tag to compare

What's Changed

  • Ensure css TaggedTemplateExpression is static in isStatic function by @poteboy in #499
  • feat: add more bailouts by @aidenybai in #498

Full Changelog: v2.5.2...v2.5.3

v2.5.2

30 Jul 17:59
2edcdc1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.1...v2.5.2

v2.5.2-beta.2

28 Jul 02:40
57a12ef
Compare
Choose a tag to compare

Fixes For and Automatic mode RSC

Full Changelog: v2.5.2-beta.1...v2.5.2-beta.2

v2.5.2-beta.1

27 Jul 01:41
7657aac
Compare
Choose a tag to compare

v2.5.2-beta.0

26 Jul 03:38
ee38c40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.1...v2.5.2-beta.0

v2.5.1-beta.3

18 Jul 06:36
ca172a2
Compare
Choose a tag to compare

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

v2.5.1

18 Jul 21:46
968f6ba
Compare
Choose a tag to compare

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.0...v2.5.1