Changelog
Stay up to date with the latest changes and improvements to the Para Web SDK.2.12.0
February 20, 2026 This release adds dynamic authentication identifier support for the sign-in modal and fixes several wallet management issues including balance refresh, private key export, and React strict mode compatibility.Features
- Added support for passing
defaultAuthIdentifierdirectly toopenModal()for dynamic authentication setup - Added REST API login method tracking in the developer portal analytics
Bug Fixes
- Fixed stale balance data when clicking ‘max’ after completing a transaction
- Fixed wallet loading issues when all wallet types are configured as optional
- Fixed missing wallet icons now showing chain-specific fallbacks instead of empty circles
- Fixed wallet detail view and export button not appearing in React strict mode
- Fixed passkey authentication errors when exporting private keys or switching wallets
- Fixed mobile dropdown positioning issues in the authentication UI
- Fixed export private key always showing the first wallet’s key regardless of dropdown selection
- CpslSelect mobile dropdown positioning
- re-fetch private key when selected wallet changes
Maintenance
- Updated REST API examples with latest endpoints and improved documentation
- Removed ‘View Plans’ button from developer portal onboarding flow
- Modularized E2E test infrastructure with shared page objects and reusable test flows
2.11.0
February 13, 2026 This release adds real-time transaction monitoring with WebSocket support, improves onramp provider filtering based on transaction limits, and fixes wallet recovery functionality.Features
- Added automatic filtering of onramp providers based on transaction amount limits to prevent users from selecting incompatible payment methods
- Added real-time transaction monitoring with live status updates (pending, confirmed, failed) and retry functionality for failed transactions
- Added environment-aware Stripe configuration that automatically selects the correct publishable keys based on deployment environment
Bug Fixes
- Fixed changelog synchronization to use correct documentation repository
- Fixed wallet recovery flow functionality to restore proper user experience
- Fixed incorrect page redirects when refreshing the developer portal
- Improved wallet switching behavior to maintain valid asset and network selections when changing between wallet types
Maintenance
- Combined buy crypto and withdraw configuration sections in the developer portal into a single unified interface
2.10.0
February 11, 2026 This release improves authentication session persistence, wallet connection reliability, and on-ramp testing while removing deprecated dark theme support and streamlining the developer experience.Features
- Added persistent authentication state that survives page reloads and browser sessions
- Added automatic test mode enforcement for on-ramp functionality in development and staging environments
- Added HTTPS support for balance override functionality in modals
Bug Fixes
- Fixed error when no pre-generated wallets are available during authentication
- Fixed wallet selection buttons remaining clickable during connection process in sign-in flow
- Removed outdated v1.x SDK code snippets from developer portal setup pages
- Fixed wallet image display issues in authentication UI
Maintenance
- Removed deprecated dark theme CSS variables from all examples and SDK components
- Decreased loading and redirect time in the developer portal