Skip to content

v0.13.68-fix.24

Compare
Choose a tag to compare
@ex1st0r ex1st0r released this 30 May 17:09
· 141 commits to master since this release

What's Changed

  • Changes
    • @rarible/connector-thirdweb
    • @rarible/sdk-wallet
      • Add ESM dist along with the existing CJS
        • Added exports field to support modern path resolvers such as Bundler module resolution via tsc >=4.7 or node.js >=12.7.0
        • ESM support is still experimental feature and it might interfere with the existing projects. In case of any error open an issue here
      • TextEncoder is polyfilled and not needed anymore for the runtime
      • WalletType is now deprecated and will be eliminated in v0.14
      • AbstractWallet now accepts WalletType as a generic
      • BlockchainWallet now accepts WalletType as a generic
    • Example app
      • Migration from CRA to CJS webpack
    • Chore
      • Apply fresh eslint & prettier configuration to make codebase more consistent
    • @rarible/sdk
      • Add Aptos orders support. Create collections and mint ability is disabled until the contracts are updated.
      • Astar Kyoto testnet support
      • Check minimal price for ERC20 tokens (fix)

Full Changelog: v0.13.68-fix.21...v0.13.68-fix.24

Changed packages: