Skip to content

Release 3.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mrousavy mrousavy released this 29 Apr 11:06
· 18 commits to main since this release
524f68d

3.0.0-beta.2 (2024-04-29)

🐛 Bug Fixes

  • Add dev dependencies (13c3783)
  • Always trim, remove WeakRef (6dfc8e1)
  • Extract to Types (2989c33)
  • Fix dependencies (c1eedbc)
  • Fix lazy export (7018389)
  • Fix lazy init (c2e610d)
  • Lazily create TurboModule (5a4319e)
  • Only log Warnings or Errors in Release (cb5347b)
  • Try use WeakRef (84016a1)
  • Upgrade and include config (4e93c86)
  • Use __dirname until latest RC with patch is out (c462b3c)
  • Use Proxy for lazily getting TurboModules (1350529)

📚 Documentation

  • Update Jotai wrapper documentation - remove the double JSON.stringify() and JSON.parse() (#661) (ff26c4e)