Skip to content

51.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 03:05
6e7261d

@metamask/sdk 0.17.0

Added

  • feat: update the "@metamask/providers" package to version 15.0.0 (#752)
  • feat: restrict rpc method analytics (#755)
  • feat: rpc event tracking (#745)
  • refactor(sdk): update blockedDomainCheck to remove regex (#740)
  • chore: disable logs when running unit tests in CI (#727)

@metamask/sdk-communication-layer 0.17.0

Added

  • feat: update the "@metamask/providers" package to version 15.0.0 (#752)
  • feat: restrict rpc method analytics (#755)
  • feat: rpc event tracking (#745)
  • chore: disable logs when running unit tests in CI (#727)

@metamask/sdk-install-modal-web 0.17.0

Added

  • chore: disable logs when running unit tests in CI (#727)

@metamask/sdk-react 0.17.0

Added

  • feat: update the "@metamask/providers" package to version 15.0.0 (#752)
  • feat: restrict rpc method analytics (#755)
  • feat: rpc event tracking (#745)
  • chore: disable logs when running unit tests in CI (#727)

@metamask/sdk-react-ui 0.17.0

Added

  • feat: update the "@metamask/providers" package to version 15.0.0 (#752)

Breaking changes

  • With #752 ethereum.selectedAddress and ethereum.chainId became private properties. We can now get them via their getters with ethereum.getSelectedAddress() and ethereum.getChainId()