Releases: safe-global/safe-apps-sdk
Releases · safe-global/safe-apps-sdk
@gnosis.pm/[email protected]
Minor Changes
- f9d1a18: Support eth_gasPrice rpc method
@gnosis.pm/[email protected]
Patch Changes
- Updated dependencies [f9d1a18]
- @gnosis.pm/[email protected]
@gnosis.pm/[email protected]
Minor Changes
- f9d1a18: Support eth_gasPrice rpc method
Patch Changes
- Updated dependencies [f9d1a18]
- @gnosis.pm/[email protected]
@gnosis.pm/[email protected]
Patch Changes
- Updated dependencies [9f91d38]
- Updated dependencies [9f91d38]
- @gnosis.pm/[email protected]
- @gnosis.pm/[email protected]
@gnosis.pm/[email protected]
Patch Changes
- Updated dependencies [9f91d38]
- Updated dependencies [9f91d38]
- @gnosis.pm/[email protected]
- @gnosis.pm/[email protected]
Safe Apps Developer Tools Release 9
Features:
- [CORE SDK] BREAKING Relay getTxBySafeTxHash via interface, use client gateway (#180)
- [CRA-TEMPLATE] Create-react-app template overhaul #181
- [CORE SDK] Support SSR #184
Enhancements:
- [CORE SDK] Catch exceptions in communicator #182
Other:
- packages that depend on safe-apps-sdk got a patch bump
Safe Apps Developer Tools Release 8
Changes
- Remove network name across SDKs (#162)
safe-apps-sdk v3.0.0
- Decrease bundle size by downgrading semver (#174)
safe-apps-web3modal v0.5.0
- safe-apps-web3modal refactor, add isSafeApp methods (#173)
safe-apps-provider v0.5.0
- Bug: Provider is incompatible with ethers v4 (#171)
safe-apps-onboard DEPRECATED
- Package deprecated. Blocknative included Safe App support in onboard.js v1.26.0. To use it, add
{ walletName: "gnosis" }
to wallet list. More info at https://docs.blocknative.com/onboard
safe-apps-react-sdk v3.0.0, safe-apps-web3-react v0.5.0, cra-template-safe-app 3.5.0
- dependencies bumps (including sdk)
Safe Apps Developer Tools Release 7
This release:
safe-apps-sdk v2.4.0
- Allow managing logging, turn logging off by default #146
safe-apps-react-sdk v2.4.0
- Don't initialize SDK on every render in the react SDK #156
- Remove unused file in the react SDK
other packages
- update SDK versions
chore
- remove developer UI from the monorepo to a separate one https://github.com/gnosis/safe-apps-dev-ui
Dev UI v0.1.3
Bugfixes
- Interface crash when the network is unknown to the interface
- Return chainId in getSafeInfo response
- Cached provider is not deleted on disconnect
identical to the previous tag, needed for deployment
Safe Apps Devtools Release 6
Safe Apps Developer UI v1
- Released v1 at dev.gnosis.safe.io
Safe Apps React SDK v2.3.1
- Avoid setting state for unmounted component #145