Skip to content

v1.2.0

Latest

Choose a tag to compare

@adcentury adcentury released this 03 Aug 02:59

What's Changed

  • πŸ› Fixed React 18 compatibility issue ("Cannot read properties of undefined (reading
    'recentlyCreatedOwnerStacks')")
  • πŸ“¦ Updated build configuration to properly handle JSX runtime
  • πŸ§ͺ Added comprehensive test suite for React 18 and 19 compatibility
  • ⚠️ BREAKING: Dropped support for React 16 and 17 (now requires React 18 or 19)

Full Changelog

  • Changed export pattern to avoid JSX runtime bundling issues
  • Configure Vite to properly handle development and production modes
  • Updated peer dependencies to ^18 || ^19