Skip to content

73.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 14:56
a4e654a

@metamask/preinstalled-example-snap 0.2.0

Added

  • Add some basic logic to make the buttons work (#2829)

@metamask/snaps-cli 6.5.0

Added

  • Add support for TypeScript type-checking (#2783)
    • This introduces a new configuration option, typescript.enabled, which can
      be set to true to enable TypeScript type-checking.
    • You can optionally specify a custom tsconfig.json file by setting
      typescript.configFile to the path of the file.

@metamask/snaps-controllers 9.11.1

Fixed

  • Pass full URLs to PhishingController (#2835)
  • Ignore Snap insight response if transaction or signature has already been signed (#2825)

@metamask/snaps-jest 8.6.0

Added

  • Add function to test onKeyringRequest (#2777)
    • The onKeyringRequest function can be used to test keyring requests.

@metamask/snaps-rpc-methods 11.5.0

Removed

  • Remove support for JSX in snap_notify notifications (#2837)
    • This is technically a breaking change, but this feature was never actually
      implemented, so it should not affect any existing code.
    • This will be re-implemented in a future release.

@metamask/snaps-sdk 6.9.0

Added

  • Add sm size variant to Heading component (#2831)
  • Add min, max and step props to number Input component (#2821)
  • Add Avatar component (#2820)

Removed

  • Remove support for JSX in snap_notify notifications (#2837)
    • This is technically a breaking change, but this feature was never actually
      implemented, so it should not affect any existing code.
    • This will be re-implemented in a future release.

@metamask/snaps-simulation 1.2.0

Added

  • Add support for button form property (#2830)
  • Add function to test onKeyringRequest (#2777)
    • The onKeyringRequest function can be used to test keyring requests.

@metamask/snaps-utils 8.4.1

Fixed

  • Pass full URLs to PhishingController (#2835)
  • Make parseMetaMaskUrl platform-agnostic (#2834)