Skip to content

v0.4.5

Latest
Compare
Choose a tag to compare
@matteocelani matteocelani released this 20 Jan 13:21
· 6 commits to main since this release
13a9198

🎯 Version 4 Series Major Features

Core Framework Updates

  • 🆙 Complete migration to React 19.0.0
  • 🏗 Upgraded to Next.js 15 with improved performance
  • ⚡️ Full transition to App Router architecture
  • 🔧 Modernized ESLint v9 with flat config

Release v0.4.5: React 19 Migration

This release marks our successful migration to React 19.

🎯 Major Highlights

  • 🆙 Upgraded to React 19.0.0
  • 🏗 Improved TypeScript configuration

🛠 Technical Improvements

React Ecosystem

  • Migrated to React 19.0.0 and React DOM 19.0.0
  • Updated Next.js to v15.1.5

📝 Breaking Changes

  • React 18 specific code needs to be updated for React 19 compatibility
  • Some TypeScript types might need adjustments

🔧 Requirements

  • Node.js 18.x or higher
  • npm 8.x or higher
  • WalletConnect Project ID

📦 Installation

npm install
# or
yarn install
# or
pnpm install

Happy coding! 🚀✨