What's New
May 21, 2025 (0.0.49)
- Introduced Wallet Standard integration for Solana wallets
- Moved Solana provider to
wallet.getSolanaProvider()
. Will remain accessible atexperimental.getSolanaProvider()
for a couple versions
May 16, 2025 (0.0.45)
- Added experimental support for Solana
- Added optional
requiredChains
/requiredCapabilities
parameters to manifest - Added
getChains
/getCapabilities
SDK methods to detect host capabilities - Replaced
wallet.ethProvider
SDK getter withwallet.getEthereumProvider()
method - Replaced
actions.addFrame()
SDK method withactions.addMiniApp()
method
May 2, 2025 (0.0.38)
- Added
isInMiniApp
function to reliably detect Mini App environments
April 30, 2025 (0.0.37)
April 22, 2025 (0.0.36)
- Added
noindex
field to manifest (see discussions/204)
April 16, 2025 (0.0.35)
- Introduced new manifest metadata fields (see discussions/191)
- Deprecated
imageUrl
andbuttonTitle
(see discussions/194) - Made
url
optional inactionLaunchFrameSchema
- when not provided, it defaults to the current webpage URL (including query parameters) (see discussions/189)
April 6, 2024 (0.0.34)
- Increased URL max length to 1024 characters